Hi Neil and thank you for responding.
The H264 works well for me using a Core 2 Duo, still uses most of the processing power though. I will worry more about that if I get the below to work.
Have you successfully run vlc transcode that WMS can accept and redistribute? I don not see any options that will name the stream so WMS can recognize it? (for testing am viewing a wmv file to simplify things) :sout=#std{access=http,mux=asf,dst=10.0.0.101/live2:80} (does not work) :sout=#std{access=http,mux=asf,dst=10.0.0.101:80,name=live} (does not work) (Sorry I know this not a VideoLan forum..)
When you say “re-packetise†is that transcoding the stream to wmv2 / mp3?
Using Server 2003 Enterprise edition I see the archiving option but I am not sure that will help me.
I will try to explain myself better.
So let’s I have a live broadcast that has been streaming for 10 minutes now. The goal is to let any user “seek†back to any point in the broadcast watch a reply and then fast-forward or jump to current live portion of the stream again.
Live broadcast stream
Archived VoD portion live stream adding to the VoD continually |-----------------------------------------|||
||| denotes the current live stream position.
Am I missing something and there is an easy way to do this?
Thanks, Jon
"Neil Smith [MVP Digital Media]" wrote:
[Quoted Text] > On Sat, 30 Jun 2007 11:20:02 -0700, jChambers > <jChambers[ at ]discussions.microsoft.com> wrote: > > >Hello all -- > > > >I am receiving a live stream in H.264 and need to convert it so I can > >redistribute the stream via WMS. Are there any solutions for this? > > I don't know how efficient it will be, but you should be able to > decode the H264 in VideoLAN, and convert it to ASF format then > re-packetise and send using http to the media server. Check out > http://www.videolan.org/vlc/features.html> > > Decoding H264 is very processor intensive, as is re-encoding on the > fly so I'm really not clear if a generic PC solution is going to be > much help. > > Instead, you might want to contact Viewcast to see if the Niagara > series encoders / streamers can do the transcode for you : > http://www.viewcast.com/products/Niagara/vc_niagara_overview.htm> > > >Also I would like to create a “TIVO style†live stream so the user can > >rewind/replay a scene and then fast forward to the live stream. Are there any > >solutions for this as well? > > > The ability to play while archiving a stream is a native feature in > WMS enterprise or datacenter (other versions don't have that). > > See http://msdn2.microsoft.com/en-us/library/ms753906.aspx> > HTH > Cheers - Neil > ------------------------------------------------ > Digital Media MVP : 2004-2007 > http://mvp.support.microsoft.com/mvpfaqs>
|