<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
<META NAME="GENERATOR" CONTENT="GtkHTML/3.6.2">
</HEAD>
<BODY>
<BLOCKQUOTE>
hello everybody,<BR>
<B><FONT COLOR="#ff0000">Merry Christmas.</FONT></B><BR>
<BR>
i need to create two pipeline's<BR>
one that would send a mpg file over udp transmission..<BR>
the other that will receive the file transmitted, decode it and then play it...<BR>
<BR>
these are the two pipelines i have figured out (im using the default port and multicast address here)<BR>
<B><I>for sending:</I></B><BR>
<FONT COLOR="#008000">gst-launch-0.10 filesrc location=wc.mpg ! queue ! udpsink</FONT><BR>
<BR>
<B><I>for receiving:</I></B><BR>
<FONT COLOR="#008000">gst-launch-0.10 udpsrc ! decodebin name=d ! audioconvert ! queue ! osssink d. ! queue ! xvimagesink</FONT><BR>
<BR>
<FONT COLOR="#000000">if i execute these two pipelines on the same host (ideal condition), </FONT><BR>
<FONT COLOR="#000000">playback start</FONT>s for a second and then stops... i dont know why this is happening (probably im missing something)...<BR>
<BR>
plz help....<BR>
thanks in advance<BR>
<BR>
bye<BR>
take care<BR>
Sameer
</BLOCKQUOTE>
</BODY>
</HTML>