Hi pratik,<div><br></div><div>I honestly don&#39;t know out of my head why it doesn&#39;t work, though I&#39;m sure a log dump with GST_DEBUG=3 might help :)</div><div><br></div><div>Just out of curiosity, which server are you using on rtmp://<a href="http://192.168.2.200/videochat/sankar" target="_blank">192.168.2.200/videochat/sankar</a> ? My attempts to stream using rtmpsink and Flash Media Server did not work, showing a lot of errors on the FMS side.</div>

<div><br></div><div>br</div><div><br></div><div><div class="gmail_quote">On Wed, Feb 8, 2012 at 5:04 PM, pratikshinde <span dir="ltr">&lt;<a href="mailto:pratik@panaceasys.com">pratik@panaceasys.com</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello,<br>
<br>
I am trying to stream audio + video by using rtmpsink.<br>
<br>
My pipeline works well with raw audio + h264(hw accelerated) video<br>
However if I use aac encoded audio(hardware accelerated) and h264(hw<br>
accelerated) video it does not work.<br>
I am trying to do over TI DM3730(omap3)<br>
<br>
here is my pipeline :<br>
gst-launch-0.10 -v v4l2src device=/dev/video2 queue-size=2 !<br>
video/x-raw-yuv,format=\(fourcc\)UYVY ! TIVidenc1 codecName=h264enc<br>
engineName=codecServer resolution=720x480 ! queue2 ! flvmux name=mux alsasrc<br>
! TIAudenc1 codecName=aacheenc engineName=codecServer numChannels=2<br>
samplefreq=44100 bitrate=44000 ! mux. mux. ! queue2 ! rtmpsink<br>
location=&#39;rtmp://<a href="http://192.168.2.200/videochat/sankar" target="_blank">192.168.2.200/videochat/sankar</a>&#39;<br>
<br>
However If I use ffenc_aac instead of TIAudenc1,its working fine.<br>
<br>
Here is working pipeline:<br>
gst-launch-0.10 -v v4l2src device=/dev/video2 queue-size=2 !<br>
video/x-raw-yuv,format=\(fourcc\)UYVY ! TIVidenc1 codecName=h264enc<br>
engineName=codecServer resolution=720x480 ! queue2 ! flvmux name=mux alsasrc<br>
! ffenc_aac ! mux. mux. ! queue2 ! rtmpsink<br>
location=&#39;rtmp://<a href="http://192.168.2.200/videochat/sankar" target="_blank">192.168.2.200/videochat/sankar</a>&#39;<br>
<br>
What is going wrong?<br>
<br>
please give suggestions.<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://gstreamer-devel.966125.n4.nabble.com/Streaming-to-a-Flash-Media-Server-using-the-rtmpsink-element-tp4347963p4370700.html" target="_blank">http://gstreamer-devel.966125.n4.nabble.com/Streaming-to-a-Flash-Media-Server-using-the-rtmpsink-element-tp4347963p4370700.html</a><br>


Sent from the GStreamer-devel mailing list archive at Nabble.com.<br>
<div class="HOEnZb"><div class="h5">_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
</div></div></blockquote></div><br><br clear="all"><div><br></div>-- <br><a href="http://www.twitter.com/andredieb" target="_blank">@andredieb</a><br>
</div>