[Bug 768059] Not able to play the RTSP stream in VLC or mplayer,

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu Jun 30 05:56:09 UTC 2016


https://bugzilla.gnome.org/show_bug.cgi?id=768059

--- Comment #12 from Abu Abdulla <falcon.sheep at gmail.com> ---
I got update from gst-rpicamsrc support and it turns out I missed some
parameters to make it works, so the following is working on Raspian for both
vlc/mplayer:

./test-launch "( rpicamsrc bitrate=750000 intra-refresh-type=both drc=medium !
video/x-h264,profile=baseline,width=640,height=480 ! h264parse
config-interval=1 ! rtph264pay name=pay0 pt=96 )"

ubuntu mate issue seems still there but at least it is working now in one of
them.

now rpicamsrc is working, is there a chance to do the same without using it. I
tried to simulate the same command but no luck:

raspivid -n -vf -fl -t 0 -w 640 -h 480 -b 1200000 -fps 30 -pf baseline -o - |
gst-launch-1.0 -v fdsrc do-timestamp=true ! h264parse ! gdppay ! tcpserversink
host=192.168.1.5 port=5000 | ./test-launch "( tcpclientsrc host=192.168.1.5
port=5000 ! video/x-h264,profile=baseline,width=640,height=480 ! h264parse
config-interval=1 ! rtph264pay name=pay0 pt=96 )"

thanks for your support

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list