<div dir="ltr"><div>In an effort to take a wmv file as source and change it to ogg and multicast it - I did the following:</div><div><br></div>I took the test-multicast.c file... I changed the line for gst_rtsp_media_factory_set_launch () to be passed from command line.<div>gst_rtsp_media_factory_set_launch (factory, argv[1]);<br></div><div><br></div><div>then I wrote a small script:</div><div>----</div><div><div>MULTICAST_ADDRESS="239.168.3.10"</div><div>PORT="5000"</div><div><br></div><div>WMV_PIPE=""</div><div>WMV_PIPE="$WMV_PIPE ( filesrc location=/home/silentm/trailer_videos/Amazon_1080.wmv "</div><div>WMV_PIPE="$WMV_PIPE ! fluasfdemux name=d ! queue ! fluwmvdec ! ffmpegcolorspace ! queue ! theoraenc "</div><div>WMV_PIPE="$WMV_PIPE ! rtptheorapay ! udpsink host=$MULTICAST_ADDRESS port=$PORT d. ! queue ! fluwmadec ! audioconvert ! queue ! vorbisenc ! rtpvorbispay "</div><div>WMV_PIPE="$WMV_PIPE ! udpsink auto-multicast=true host=$MULTICAST_ADDRESS port=$PORT )"</div><div><br></div><div>test-multicast  "$WMV_PIPE" </div></div><div><br></div><div><br></div><div><br></div><div>This didn't seem to work. doing "tshark -x ip multicast" was not showing anything.</div><div><br></div><div>What might I be missing?</div><div><br></div><div>Jerry</div></div>