Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vs2019 support +upgrade to curl7.74+openssl1.1.1 h + 1 bug fix on audio language selection #90

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Empty file added .vs/CMake Overview
Empty file.
6 changes: 6 additions & 0 deletions .vs/VSWorkspaceState.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"ExpandedNodes": [
""
],
"PreviewInSolutionExplorer": false
}
Binary file added .vs/slnx.sqlite
Binary file not shown.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
hlsdl
=====
Forked by xavave from https://github.com/selsta/hlsdl

This program converts .m3u8 playlists (using fragmented MPEG-2 Transport Streams) to a .ts video. It supports decryption of both AES-128 and SAMPLE-AES encryption.

Expand All @@ -11,13 +12,13 @@ This program requires libcurl and libcrypto libraries.
Build
-----

![hlsdl build](https://github.com/selsta/hlsdl/workflows/hlsdl%20build/badge.svg)
![hlsdl build](https://github.com/xavave/hlsdl/workflows/hlsdl%20build/badge.svg)

Linux:
`make && make install && make clean`

Windows:
https://github.com/selsta/hlsdl/blob/master/msvc/BUID_WINDOWS.txt
https://github.com/xavave/hlsdl/blob/master/msvc/BUILD_WINDOWS.txt


Usage and Options
Expand Down Expand Up @@ -90,4 +91,4 @@ Ideas
License
-------

[MIT License](https://github.com/selsta/hlsdl/blob/master/LICENSE)
[MIT License](https://github.com/xavave/hlsdl/blob/master/LICENSE)
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading