<html><head></head><body><pre>Le jeudi 14 mai 2015 à 07:55 -0400, Jerry Geis a écrit :</pre><blockquote type="cite"><div dir="ltr">Is this the correct PIPE to insert into gst-rtsp-server test-multicast.c ?<div><br></div><div><div>( filesrc location=/home/silentm/trailer_videos/Amazon_1080.wmv </div><div> ! fluasfdemux name=demux ! queue ! fluwmvdec ! ffmpegcolorspace </div><div> demux. ! queue ! theoraenc ! rtptheorapay name=pay0 pt=96 ! queue ! fluwmadec ! audioconvert </div><div> demux. ! queue ! vorbisenc ! rtpvorbispay name=pay1 pt=97 )</div></div><div><br></div><div>I am trying to take WMV, convert to OGG and multicast that out.</div></div></blockquote><div><br></div><div>Any reason to use 0.10 version of GStreamer ? This has been unmaintained for several years, so if you hit a bug you will be on your own, or forced to workaround (or left without any solution).</div><div><br></div><div>Note that your pipeline isn't complete. You demux and decode the video stream from the wmv (ignoring the audio). Then you don't link that to anything (ffmpegcolorspace is not linked). Then you create two more branch on the demuxer that expects to receive theora and vorbis from that wmv file (which is very unlikely).</div><div><br></div><div>Nicolas</div><div></div><blockquote type="cite"></blockquote><div>
</div></body></html>