RTSP Stream not working. Invalid SPS, can't parse seq_parameter_set_id
Martin Vachovski
Martin.Vachovski at skytek.com
Tue Feb 20 14:57:31 UTC 2018
Hi,
I am not experienced with the
rtspsrc
but it might help to add
rtpjitterbuffer
element before the
rtph264depay
Martin
________________________________________
From: gstreamer-devel <gstreamer-devel-bounces at lists.freedesktop.org> on behalf of Sachchit <sachchit.vekaria at generalaeronautics.com>
Sent: Tuesday, February 20, 2018 2:50 PM
To: gstreamer-devel at lists.freedesktop.org
Subject: RTSP Stream not working. Invalid SPS, can't parse seq_parameter_set_id
Hi,
I want to receive H.264 encoded RTSP stream.
I am using following pipeline.
gst-launch-1.0 rtspsrc location=rtsp://192.168.1.125:8551/vipst_ch1 !
rtph264depay ! h264parse ! avdec_h264 ! videoconvert ! autovideosink
I am getting following warning and stream can't be visualized.
gst_rtp_h264_add_sps_pps:<rtph264depay0> Invalid SPS, can't parse
seq_parameter_set_id
The above pipeline used to work for most of the RTSP servers I used. The
only difference I was able to spot that, this time server is sending RDT
packets rather than UDP packets.
Stream is coming perfectly fine with ffmpeg and vlc.
Is RDT packets are supported by rtspsrc? If yes, what will be pipeline to
get the stream working?
Thanks in advance.
I am new to Gstreamer and this question might be silly.
-Sachchit
--
Sent from: http://gstreamer-devel.966125.n4.nabble.com/
_______________________________________________
gstreamer-devel mailing list
gstreamer-devel at lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
More information about the gstreamer-devel
mailing list