[FFmpeg-user] HTTP live streaming with aes encrpytion
Luke
l1 at newanswertech.com
Thu Jun 19 01:25:23 CEST 2014
On Wed, 18 Jun 2014, Moritz Barsnick wrote:
> On Wed, Jun 18, 2014 at 04:37:13 -0400, Luke wrote:
>> # Whole rest of program runs in this if; exits 2 at the end if the above
>> fails.
>
> Nitpick: You could reverse the clause and exit right there. Makes it
> easier without encapsulating if/then/else. :-)
You're right. It was more complex originally; I simplified the if, and then
didn't think to remove that aspect.
>> # I thought m3u8 playlists needed full URLs, but he doesn't include them.
>
> I have experienced m3u8 files with both relative and absolute paths. So
> both must work. :-) (At least for the web players, I haven't tested the
> former with ffmpeg and a URL pointing at such an m3u8. It should work.)
>
Interesting. When I was trying to get HLS working for streaming (I
couldn't--only got it working for static content), it wouldn't work without
full URLs.
Luke
More information about the ffmpeg-user
mailing list