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

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue Jun 28 09:51:43 UTC 2016


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

--- Comment #9 from Abu Abdulla <falcon.sheep at gmail.com> ---
what works:
** gst-rtsp 1.8.2 on Ubuntu-Mate using the following:
$raspivid -n -vf -fl -t 0 -w 640 -h 480 -b 1200000 -fps 20 -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 ! gdpdepay ! rtph264pay config-interval=1 name=pay0 pt=96 )"



what doesn't:
** gst-rtsp on Raspian (1.4.4 or 1.8.2)
** rpicamsrc on Raspian (latest image 27-5-16)/Ubuntu Mate (16.04). I have
opened a ticket:
https://github.com/thaytan/gst-rpicamsrc/issues/51
** adding h264parse will not make it works in Ubuntu Mate:
$raspivid -n -vf -fl -t 0 -w 640 -h 480 -b 1200000 -fps 20 -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 ! h264parse ! gdpdepay ! rtph264pay config-interval=1 name=pay0 pt=96
)"
** adding h264parse for rpicamsrc  is not also not working:
$./test-launch "( rpicamsrc bitrate=1000000 ! h264parse ! rtph264pay
config-interval=1 name=pay0 pt=96 )"


regarding the quality/latency. there is a lag of almost 5 seconds. in addition
VLC is not working with the stream from gst-rtsp. Only mplayer is working with
me. in addition Android internal player API (videoView) is not working with
gst-rtsp, it works with live555 stream. live555 stream latency is less than 1
sec latency.

I tried as well to receive it using gstreamer but still latency is 5 s:
$gst-launch-1.0 rtspsrc location=rtsp://192.168.1.5:8554/test  latency=0 !
decodebin ! autovideosink -vvv

-- 
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