Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
transcoding: copy transcoding paramaters from a playlist GET request …
…to the url inside the generated m3u8 file
- Loading branch information
1 parent
f7da029
commit b7e4f3f
Showing
1 changed file
with
84 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
b7e4f3fThere was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Still getting compile errors due to new transcoding code:
src/plumbing/transcoding.c: In function ‘transcoder_stream_video’:
src/plumbing/transcoding.c:617:9: error: type of formal parameter 4 is incomplete
src/plumbing/transcoding.c:617:9: error: type of formal parameter 7 is incomplete
make: *** [/usr/src/tvheadend-andyb2000/tvheadend-master/tvheadend.dev/build.linux/src/plumbing/transcoding.o] Error 1
https://tvheadend.org/issues/1732