-
-
Notifications
You must be signed in to change notification settings - Fork 5.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
APPLICATION: Support timeshift over DVR. #753
Comments
Please never describe |
Sorry, I made a note that it may deviate from your vision. :) |
The issue #174 is not dvr to mp4. It's http-mp4 streaming, similar to http-flv streaming, or like the rtmp stream. |
Example, clients with iptv consoles looking live hls streams from cache servers, which give streams from origin. Client can request via that caches random timestamp in past (timeshift).
When used in this case flv-,mp4- streaming, it difficult effectively to cache. |
on the basis of the translation is a similar question: #466? |
Nop. The issue #466 is HLS edge server, which is also a live stream edge. |
Hi, advise how to differently look at my case: Example, clients with iptv consoles looking live hls streams from cache servers, which give streams from origin. Client can request via that caches random timestamp in past (timeshift).
When used in this case flv-,mp4- streaming, it difficult effectively used with cache. |
So, do you want the timeshift, for example, the player can play:
I think this example cover your scenario, right? |
For rtmp right, but we used hls for deliver stream. |
Whatever the stream protocol, both rtmp and hls are ok for timeshift. For HLS, the timeshift maybe:
It's timeshift. |
The timeshift is not live, because the kernel use scenario is different. So, it's very bad design to use live cluster to provide timeshift service. Instead, we must use DVR or VOD system to provide timeshift. For example, the live cluster delivery live streaming and send the live A/V stream to DVR system, the DVR will record to file(whatever flv, mp4 or hls), and the VOD system can support timeshift. |
Option 3 used for EPG entry with fixed constaint timestamp and duration in the past: |
I think it's better solution to support shift by HLS. Recommend to use the on_hls callback, to notify the HLS events to the external time-shift system. |
Will not support time shift function.
|
Hi, tell please there are plans to add access to dvr via hls.
For example dvr can optionaly save segments into .ts files or it's can also operate with option hls_cleanup off; and hls generate the correct playlist m3u8 with offset or range of time something like:
hls_cleanup option can be set to: on, offset to clear in minutes.
it would be very useful option for distribute live content via hls/dash and in some cases, but perhaps this is at odds with your standpoint.
The text was updated successfully, but these errors were encountered: