Gstreamer rtmpsink publishing error

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Gstreamer rtmpsink publishing error

ameeth
Hi,
I am using gstreamer-0.10 on the panda board with the kernel version Linux localhost 3.4.0-1487-omap4 #6-Ubuntu SMP PREEMPT Mon Oct 1 16:54:59 UTC 2012 armv7l armv7l armv7l GNU/Linux
 
I am using the following command to stream onto the rtmp server

gst-launch -v videotestsrc  ! ffmpegcolorspace ! ffenc_mpeg4 ! mp4mux ! rtmpsink location='rtmp://192.168.2.105/live/testing'

command throws WARNING: erroneous pipeline: could not link mp4mux0 to rtmpsink0

help me to solve this problem

Thanks,
ameeth
Reply | Threaded
Open this post in threaded view
|

Re: Gstreamer rtmpsink publishing error

Nicolas Dufresne
Le jeudi 04 octobre 2012 à 06:22 -0700, ameeth a écrit :
>
> gst-launch -v videotestsrc  ! ffmpegcolorspace ! ffenc_mpeg4 !
> mp4mux !
> rtmpsink location='rtmp://192.168.2.105/live/testing'

The FLV container supports GIF, PNG, JPEG, H.264 and VP6 [1]. You may
want to encode in one of these format (e.g. you could try x264enc
tune=zero-latency bitrate=...). Also, be warn that encoder has to be
configured properly based on your use case for best results.

regards,
Nicolas

[1] 1.8.2 Supported video types
http://download.macromedia.com/f4v/video_file_format_spec_v10_1.pdf 

_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel