Changes between Initial Version and Version 1 of Ticket #1642, comment 28
- Timestamp:
- 09/11/2012 05:31:05 PM (9 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1642, comment 28
initial v1 1 1 @arut: I have a quick and dirty fix for this. 2 2 ffmpeg generates 4x HLS streams for me: $name_240p, $name_360p, $name_480p, $name_720p 3 What I do is in the script I use to launch ffmpeg, I first fork in bg a tiny sleeping function.3 What I do is in the script that I use to launch ffmpeg, I first fork in bg a tiny sleeping function. 4 4 Said function waits like 25secs, than looks for .ts segments for at least 1 of these playlists. If found, it generates a multi-bitrate playlist as $name.m3u8 which i than link to iOS clients. 5 5 Meaning iOS clients seeing the $name.m3u8 will always have access to existing playlists/segments..


