On Thu, Oct 30, 2014 at 9:44 PM, Cuong Nguyen <cu...@lastvoices.com> wrote:

> Hi Guys. !
>
>
> I have use melt , oggfwd and icecast2 to streaming, its work ok
>
> but I want disabled real_time when streaming that mean is when  refresh
> the browser the video is alway begining start
>
> i run this " melt -profile square_ntsc
> binumi/belt/app/storage/belt/project/d4a9_97630.xml -consumer avformat
> terminate_on_pause=0 f=ogg vcodec=libtheora b=1000k acodec=libvorbis aq=25
> | oggfwd localhost 8000 hackme /live.ogg "
>
> it run to  Position 325
>
> i run firefox with URL : http://localhost:8000/live.ogg its will start at
> position 325 not is 0
>
> so how i can run firefox with URL  http://localhost:8000/live.ogg and it
> will start at 0 with any position ( 100 , 500, 1000, 2000, .... )
>
> thanks to much
>
>
> I am not sure what you are trying to achieve, but it seems to me that the
architecture of your solution is fundamentally wrong by mixing
video-on-demand concepts with a live architecture. Why not encode the MLT
XML to an Ogg Theora file and serve that over HTTP? Icecast2 is a live
streaming server. Maybe you want something like a network DVR, but neither
MLT or Icecast2 provides that.

+-DRD-+
------------------------------------------------------------------------------
_______________________________________________
Mlt-devel mailing list
Mlt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mlt-devel

Reply via email to