I am just not sure how VLC is doing it <br><br>but why doesn&#39;t this work ( I am  using localhost)<br><br>gst-launch udpsrc uri=rtp://<a href="http://127.0.0.1:5000">127.0.0.1:5000</a> ! decodebin ! ffmpegcolorspace ! xvimagesink<br>
<br><br><div class="gmail_quote">On Wed, Jun 10, 2009 at 11:49 AM, Sumanth V <span dir="ltr">&lt;<a href="mailto:sumanth.v@allaboutif.com">sumanth.v@allaboutif.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi,<br><br>   I am actually streaming it to a STB. It dose the decoding part. You can also stream it to the vlc, it plays correctly. Rigth now i was just streaming only video. using the pipeline i had posted, you can stream any TS file to vlc/STB. <br>

To watch it on vlc just type this in your command prompt<br> vlc udp://<a href="http://192.168.1.46" target="_blank">192.168.1.46</a><br><br>regards,<br><font color="#888888">sumanth</font><div><div></div><div class="h5">
<br><br><br><div class="gmail_quote">On Wed, Jun 10, 2009 at 3:05 PM, Thabelo Mmbengeni <span dir="ltr">&lt;<a href="mailto:thabelo@gmail.com" target="_blank">thabelo@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>And how do you receive it from the client side.<div><div></div><div><br><br><br>
<div class="gmail_quote">On Wed, Jun 10, 2009 at 11:22 AM, Sumanth V <span dir="ltr">&lt;<a href="mailto:sumanth.v@allaboutif.com" target="_blank">sumanth.v@allaboutif.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hi,<br><br>    I was able to stream the video with out decoding and encoding it again, I used the following pipeline and it worked fine.<br>


<br> gst-launch filesrc location=matrix.ts ! mpegtsdemux !  mpegtsmux ! udpsink clients=<a href="http://192.168.1.105:1234" target="_blank">192.168.1.105:1234</a><br>
<br><br>regards,<br><font color="#888888">Sumanth</font><div><div></div><div><br><br><div class="gmail_quote">On Tue, Jun 9, 2009 at 4:09 PM, ldac <span dir="ltr">&lt;<a href="mailto:ldacvs@gmail.com" target="_blank">ldacvs@gmail.com</a>&gt;</span> wrote:<br>


<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">



  

<div bgcolor="#ffffff" text="#000000">
<br>
    Regarding Sumanth&#39;s question,<br>
<br>
it is possible to stream a TS file (audio AAC, and video H264) directly?<br>
<br>
    I mean, the TS file already have headers and so on, so, I guess
that reading it, passing it through some element that controls the
rate, and sending it should be enough ... right?<br>
<br>
    On Sumanth&#39;s pipeline decodes h264 and then it is encoded again!<br>
<br>
    This pipe does not work because it reads the file too fast, but how
could I modify it??<br>
<i><br>
gst-launch-0.10 filesrc location=h264aac.ts ! ffdemux_mpegts name=demux
demux. ! video/x-h264 ! mux. demux. ! audio/aac ! mux. ffmux_mpegts
name=mux ! udpsink host=239.1.2.4 host=8434 sync=true</i><br>
<br>
    Thanks in advance.<br>
    All the best.<br>
    LD.<br>
<br>
<br>
<br>
Sumanth V wrote:
<blockquote type="cite"><div><div></div><div>Hi,<br>
  <br>
   Hi i am using a following pipeline to stream a video to a STB/VLC, <br>
  <br>
   gst-launch mpegtsmux name=mux ! udpsink clients=<a href="http://192.168.1.46:1234" target="_blank">192.168.1.46:1234</a>,<a href="http://192.168.1.105:1234" target="_blank">192.168.1.105:1234</a>
filesrc location=collateral.ts ! ffdemux_mpegts name=demux demux. !
ffdec_h264 ! queue ! ffmpegcolorspace ! videoscale ! x264enc ! mux.<br>
  <br>
It is able to stream to vlc/STB , but the video is not playing
smoothly. It stops every now and then and plays. <br>
  <br>
Is it the problem with the pipeline i am using?<br>
  <br>
  <br>
regards,<br>
Sumanth<br>
  <br>
  <br>
  <br>
  </div></div><pre><hr size="4" width="90%"><div>
------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
<a href="http://p.sf.net/sfu/businessobjects" target="_blank">http://p.sf.net/sfu/businessobjects</a></div></pre><div>
  <pre><hr size="4" width="90%">
_______________________________________________
gstreamer-devel mailing list
<a href="mailto:gstreamer-devel@lists.sourceforge.net" target="_blank">gstreamer-devel@lists.sourceforge.net</a>
<a href="https://lists.sourceforge.net/lists/listinfo/gstreamer-devel" target="_blank">https://lists.sourceforge.net/lists/listinfo/gstreamer-devel</a>
  </pre>
</div></blockquote>
<br>
</div>


<br>------------------------------------------------------------------------------<br>
Crystal Reports - New Free Runtime and 30 Day Trial<br>
Check out the new simplified licensing option that enables unlimited<br>
royalty-free distribution of the report engine for externally facing<br>
server and web deployment.<br>
<a href="http://p.sf.net/sfu/businessobjects" target="_blank">http://p.sf.net/sfu/businessobjects</a><br>_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.sourceforge.net" target="_blank">gstreamer-devel@lists.sourceforge.net</a><br>
<a href="https://lists.sourceforge.net/lists/listinfo/gstreamer-devel" target="_blank">https://lists.sourceforge.net/lists/listinfo/gstreamer-devel</a><br>
<br></blockquote></div><br>
</div></div><br>------------------------------------------------------------------------------<br>
Crystal Reports - New Free Runtime and 30 Day Trial<br>
Check out the new simplified licensing option that enables unlimited<br>
royalty-free distribution of the report engine for externally facing<br>
server and web deployment.<br>
<a href="http://p.sf.net/sfu/businessobjects" target="_blank">http://p.sf.net/sfu/businessobjects</a><br>_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.sourceforge.net" target="_blank">gstreamer-devel@lists.sourceforge.net</a><br>
<a href="https://lists.sourceforge.net/lists/listinfo/gstreamer-devel" target="_blank">https://lists.sourceforge.net/lists/listinfo/gstreamer-devel</a><br>
<br></blockquote></div><br>
</div></div><br>------------------------------------------------------------------------------<br>
Crystal Reports - New Free Runtime and 30 Day Trial<br>
Check out the new simplified licensing option that enables unlimited<br>
royalty-free distribution of the report engine for externally facing<br>
server and web deployment.<br>
<a href="http://p.sf.net/sfu/businessobjects" target="_blank">http://p.sf.net/sfu/businessobjects</a><br>_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.sourceforge.net" target="_blank">gstreamer-devel@lists.sourceforge.net</a><br>
<a href="https://lists.sourceforge.net/lists/listinfo/gstreamer-devel" target="_blank">https://lists.sourceforge.net/lists/listinfo/gstreamer-devel</a><br>
<br></blockquote></div><br>
</div></div><br>------------------------------------------------------------------------------<br>
Crystal Reports - New Free Runtime and 30 Day Trial<br>
Check out the new simplified licensing option that enables unlimited<br>
royalty-free distribution of the report engine for externally facing<br>
server and web deployment.<br>
<a href="http://p.sf.net/sfu/businessobjects" target="_blank">http://p.sf.net/sfu/businessobjects</a><br>_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a><br>
<a href="https://lists.sourceforge.net/lists/listinfo/gstreamer-devel" target="_blank">https://lists.sourceforge.net/lists/listinfo/gstreamer-devel</a><br>
<br></blockquote></div><br>