Streaming to a Flash Media Server using the rtmpsink element

André Dieb andre.dieb at gmail.com
Fri Feb 17 05:12:27 PST 2012


Hi pratik,

I honestly don't know out of my head why it doesn't work, though I'm sure a
log dump with GST_DEBUG=3 might help :)

Just out of curiosity, which server are you using on rtmp://
192.168.2.200/videochat/sankar ? My attempts to stream using rtmpsink and
Flash Media Server did not work, showing a lot of errors on the FMS side.

br

On Wed, Feb 8, 2012 at 5:04 PM, pratikshinde <pratik at panaceasys.com> wrote:

> Hello,
>
> I am trying to stream audio + video by using rtmpsink.
>
> My pipeline works well with raw audio + h264(hw accelerated) video
> However if I use aac encoded audio(hardware accelerated) and h264(hw
> accelerated) video it does not work.
> I am trying to do over TI DM3730(omap3)
>
> here is my pipeline :
> gst-launch-0.10 -v v4l2src device=/dev/video2 queue-size=2 !
> video/x-raw-yuv,format=\(fourcc\)UYVY ! TIVidenc1 codecName=h264enc
> engineName=codecServer resolution=720x480 ! queue2 ! flvmux name=mux
> alsasrc
> ! TIAudenc1 codecName=aacheenc engineName=codecServer numChannels=2
> samplefreq=44100 bitrate=44000 ! mux. mux. ! queue2 ! rtmpsink
> location='rtmp://192.168.2.200/videochat/sankar'
>
> However If I use ffenc_aac instead of TIAudenc1,its working fine.
>
> Here is working pipeline:
> gst-launch-0.10 -v v4l2src device=/dev/video2 queue-size=2 !
> video/x-raw-yuv,format=\(fourcc\)UYVY ! TIVidenc1 codecName=h264enc
> engineName=codecServer resolution=720x480 ! queue2 ! flvmux name=mux
> alsasrc
> ! ffenc_aac ! mux. mux. ! queue2 ! rtmpsink
> location='rtmp://192.168.2.200/videochat/sankar'
>
> What is going wrong?
>
> please give suggestions.
>
>
>
> --
> View this message in context:
> http://gstreamer-devel.966125.n4.nabble.com/Streaming-to-a-Flash-Media-Server-using-the-rtmpsink-element-tp4347963p4370700.html
> Sent from the GStreamer-devel mailing list archive at Nabble.com.
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
>



-- 
@andredieb <http://www.twitter.com/andredieb>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20120217/0e4048e4/attachment.html>


More information about the gstreamer-devel mailing list