<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<br>
Regarding Sumanth'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'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
cite="mid:83b2c1480906090113g4a74c9a6jf38c0be89c5f3bbe@mail.gmail.com"
type="cite">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
moz-do-not-send="true" href="http://192.168.1.46:1234">192.168.1.46:1234</a>,<a
moz-do-not-send="true" href="http://192.168.1.105:1234">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>
<pre wrap="">
<hr size="4" width="90%">
------------------------------------------------------------------------------
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 class="moz-txt-link-freetext" href="http://p.sf.net/sfu/businessobjects">http://p.sf.net/sfu/businessobjects</a></pre>
<pre wrap="">
<hr size="4" width="90%">
_______________________________________________
gstreamer-devel mailing list
<a class="moz-txt-link-abbreviated" href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a>
<a class="moz-txt-link-freetext" href="https://lists.sourceforge.net/lists/listinfo/gstreamer-devel">https://lists.sourceforge.net/lists/listinfo/gstreamer-devel</a>
</pre>
</blockquote>
<br>
</body>
</html>