Changes between Initial Version and Version 1 of Ticket #1642, comment 28


Ignore:
Timestamp:
Sep 11, 2012, 3:31:05 PM (14 years ago)
Author:
kelexel

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1642, comment 28

    initial v1  
    11@arut: I have a quick and dirty fix for this.
    22ffmpeg 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.
     3What I do is in the script that I use to launch ffmpeg, I first fork in bg a tiny sleeping function.
    44Said 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.
    55Meaning iOS clients seeing the $name.m3u8 will always have access to existing playlists/segments..