Skip to content
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

DVR #106

Open
mparisi76 opened this issue Sep 23, 2014 · 8 comments
Open

DVR #106

mparisi76 opened this issue Sep 23, 2014 · 8 comments

Comments

@mparisi76
Copy link

How do I get DVR to work? I am using your plugin with my OSMF based player. I got it to work with HDS, but I've not been able to figure out how to get it working with HLS. Can you help?

Thanks.

@dangerden
Copy link
Member

please send us your HLS video stream, have your tried that in a sample video player provided in the repository?

@mparisi76
Copy link
Author

Yes, I found http://m4stv.inqb8r.tv/studentTV/studentTV.stream_360p/playlist.m3u8 in your repo, and it plays in my osmf player, but I'm not sure that I have DVR functionality. IS there something I need to do to turn on DVR?

@dangerden
Copy link
Member

You need to have a DVR HLS video stream first of all. It should work without any modifications in the player.

Sent from my iPhone

On Sep 23, 2014, at 9:19 PM, mparisi76 [email protected] wrote:

Yes, I found http://m4stv.inqb8r.tv/studentTV/studentTV.stream_360p/playlist.m3u8 in your repo, and it plays in my osmf player, but I'm not sure that I have DVR functionality. IS there something I need to do to turn on DVR?


Reply to this email directly or view it on GitHub.

@mparisi76
Copy link
Author

Ok, I thought so. So how do I set up a DVR HLS video stream?

Thanks.

@dangerden
Copy link
Member

It depends on your live / DVR video encoder.

Sent from my iPhone

On Sep 23, 2014, at 9:24 PM, mparisi76 [email protected] wrote:

Ok, I thought so. So how do I set up a DVR HLS video stream?

Thanks.


Reply to this email directly or view it on GitHub.

@flavioribeiro
Copy link

@mparisi76 in most encoders/segmenters there's an option to define your manifests (m3u8) scheme. You can set the segmenter to update the playlist maintaining a window size (10 segments, for example) or append new chunks to it. DVR is nothing more then a seek on your playlist file, assuming that seeking to -1 on flashls means "seek to live".

@D3adKnight
Copy link
Member

Just put DVR in the url params:
http://m4stv.inqb8r.tv/studentTV/studentTV.stream_360p/playlist.m3u8?DVR

Live and DVR HLS-streams has one StreamType in OSMF (or most of decoders/servers has incorrect settings): LIVE_OR_RECORDED instead of pure LIVE/DVR stream-type.

@xlazom00
Copy link

How can I setup startup file from m3u8 playlist?
in live mode it start from middle of list
in DVR mode it start from latest file
my hls fragmenter isn't always that fast.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants