I'm implementing mostly live streaming in nginx-rtmp-module. VOD stuff is usually handled by plain nginx. That will be something not related to rtmp module.
I am recording multicast stream with udpxrec. On client side I am using VLC as player. Problem is - VLC will read file length on stream load (for example 15s). After stream end is reached (15s) - VLC will stop.
Is there any way how to deal with this? Thank you!
mpeg-dash is working with vod ? or just live
ReplyDeleteonly live
ReplyDeletefor vod you can use mp4
mp4 vod over http doesn't work well when videos have long runtime i.e. video starts very late
Deleteany plans to implement vod with mpeg-dash ?
I'm implementing mostly live streaming in nginx-rtmp-module. VOD stuff is usually handled by plain nginx. That will be something not related to rtmp module.
DeleteHowever no such plans now. Only if somebody pays.
i would have paid for this if mpeg-dash was supported by adobe
Deletehope someone else pitches in & get vod mpeg-dash done, maybe you can put up donation goal for this & various other things which are asked by users
I am recording multicast stream with udpxrec.
ReplyDeleteOn client side I am using VLC as player.
Problem is - VLC will read file length on stream load (for example 15s).
After stream end is reached (15s) - VLC will stop.
Is there any way how to deal with this?
Thank you!
This comment has been removed by the author.
Delete