-
It would be nice to be able to set a start and end timestamp in order to be able to create extracts from a live DVR. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
If I think simply, it may be meaningful in VoD, but it does not seem to be meaningful in Live. (because it will be deleted when the live ends) |
Beta Was this translation helpful? Give feedback.
-
On a live with several speakers, it is possible that we only want to retrieve the intervention of one person:
During the live, we would like to create an extract with only the word of the president (a web extract or an mp4 archive) But maybe ffmpeg can already do it with some settings, I'll test and let you know. The other subject is indeed the duration of the DVR, I thought to create another discussion but I can talk about it here: |
Beta Was this translation helpful? Give feedback.
To be precise, OvenMediaEngine calls what you call a DVR a Live Rewind. Its lifetime is until the live broadcast ends.
https://airensoft.gitbook.io/ovenmediaengine/streaming/low-latency-hls#live-rewind
Perhaps the feature you want is HLS Dump. This creates a permanent HLS VoD. With a file-based HTTP server like nginx you can do this as a VoD service.
https://airensoft.gitbook.io/ovenmediaengine/streaming/low-latency-hls#dump
In the case of Youtube, after the live broadcast ends, it is converted to VoD. If you use the above two functions, you will be able to service similarly.