Skip to content

Commit

Permalink
Merge pull request #22 from yayc-stream/extcmd
Browse files Browse the repository at this point in the history
Add support to open video urls using an external command
  • Loading branch information
teamyayc authored Jun 9, 2023
2 parents a027338 + 52b3460 commit d33a13a
Show file tree
Hide file tree
Showing 9 changed files with 1,141 additions and 520 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,10 @@ make

## Releases

For the time being we provide pre-built AppImage packages for older distributions (created on Ubuntu 18.04), and a portable Win32 build.
The AppImage we currently offer has issues on modern distributions.
If this is your case, we encourage you to try building YAYC on your system, since modern distributions should provide all the necessary Qt 5.15 libraries, and YAYC is expected to be relatively easy to build.
For the time being we provide a portable Win32 build.
We will not provide pre-built AppImage packages for Linux distributions as this technology proved to be insufficient when it comes to shipping QtWebEngine and OpenSSL based applications.
If you are using a Linux OS, we encourage you to try building YAYC on your system, since modern distributions should provide all the necessary Qt 5.15 libraries, and YAYC is expected to be relatively easy to build (see above).
We are currently working on creating macOS binary distribution packages.

## Usage

Expand Down
1 change: 1 addition & 0 deletions assets/icons/exit_to_app.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions assets/icons/extension.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions assets/icons/open_in_browser.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/workingdirpresent.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/_posts/2000-01-02-get.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ fa-icon: download
Binary releases are published on [GitHub](https://github.com/yayc-stream/yayc/releases)

### Build from sources
Alternately, it is possible to build YAYC from [sources](https://github.com/yayc-stream).
Alternately, it is possible to build YAYC from [sources](https://github.com/yayc-stream/yayc).
To do so, a [Qt 5.15](https://www.qt.io/download-qt-installer) installation is necessary, together with a C++ toolchain
(gcc on Linux, msvc on Windows).
Please note that OpenSSL needs to be enable and working within the Qt 5.15 installation.
Expand Down
Loading

0 comments on commit d33a13a

Please sign in to comment.