<div dir="ltr">Hi<div><br></div><div>I am trying to understand something about the test-multicast example.</div><div><br></div><div>I saw another file there called test-ogg.c; I took the "pipe" from test-ogg.c </div><div>and put that in replace of the pipe in test-multicast.c </div><div><br></div><div>So this gives me:</div><div>===================</div><div><div>  /* make a media factory for a test stream. The default media factory can use</div><div>   * gst-launch syntax to create pipelines.</div><div>   * any launch line works as long as it contains elements named pay%d. Each</div><div>   * element with pay%d names will be a stream */</div><div>  factory = gst_rtsp_media_factory_new ();</div><div>  gst_rtsp_media_factory_set_launch (factory, "( "</div><div>      "filesrc location=file.ogg ! oggdemux name=d "</div><div>      "d. ! queue ! rtptheorapay name=pay0 pt=96 "</div><div>      "d. ! queue ! rtpvorbispay name=pay1 pt=97 " ")");</div><div><br></div><div>  gst_rtsp_media_factory_set_shared (factory, TRUE);</div><div>=============</div></div><div><br></div><div>I then copied my file in the current directory and named it file.ogg</div><div>I ran ./test-multicast</div><div><br></div><div>No errors were printed, so then on another machine I tried all the following:</div><div><br></div><div>totem rtsp://<a href="http://224.3.0.0/test">224.3.0.0/test</a></div><div>totem rtsp://<a href="http://224.3.0.0:8554/test">224.3.0.0:8554/test</a></div><div>totem rtsp://<a href="http://224.3.0.0:5000/test">224.3.0.0:5000/test</a></div><div><br></div><div>all came back with and error.</div><div><br></div><div>I wish to multicast the file.ogg at an address 224.3.0.0 on port 5000</div><div>does this not accomplish that?</div><div><br></div><div>What piece might I be missing?</div><div><br></div><div>Thanks</div><div><br></div><div>Jerry</div></div>