I have an audio-only RTSP stream, I can play this stream with the following
pipeline:
gst-launch-1.0 rtspsrc location="rtsp://127.0.0.1:8554/test" !
rtpvorbisdepay ! decodebin ! autoaudiosink
However, when I try to open it with VLC this way:
vlc rtsp://127.0.0.1:8554/test
It doesn't play any sound (although it does identify the length of the
stream and "plays") and it outputs the following to the console:
[00007f9ebc04fa80] vorbis decoder error: this bitstream does not contain
Vorbis audio data
[00007f9ebc04fa80] vorbis decoder error: this bitstream does not contain
Vorbis audio data
[00007f9ebc04fa80] vorbis decoder error: this bitstream does not contain
Vorbis audio data
...etc
Pipeline used to play the stream:
str = g_strdup_printf ("( "
"filesrc location=%s ! oggdemux "
"! rtpvorbispay name=pay0 pt=96 " ")", argv[1]);
Help?
--
Sent from:
http://gstreamer-devel.966125.n4.nabble.com/_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel