laravel-ffmpeg
laravel-ffmpeg copied to clipboard
Ability to choose his playlist type Live, Event, or VOD
Currently I'm ingesting a continuous live stream with openurl and would like to export as a live HLS playlist.
The playlist type seems to be hardcoded as a VOD. https://github.com/protonemedia/laravel-ffmpeg/blob/604d790be44150a1d2a3330749794d2510f9be35/src/Exporters/HLSExporter.php#L164
If we could have an option for live playlists as described here... https://developer.apple.com/documentation/http_live_streaming/example_playlists_for_http_live_streaming/live_playlist_sliding_window_construction
And the option for Event playlists described here... https://developer.apple.com/documentation/http_live_streaming/example_playlists_for_http_live_streaming/event_playlist_construction