Not able to play a gstreamer rtsp stream in vlc

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Not able to play a gstreamer rtsp stream in vlc

k4ustav
This post was updated on .
I am trying to play a gstreamer rtsp stream in vlc. I have used the code from
the following link to send the stream.

https://github.com/GStreamer/gst-rtsp-server/blob/master/examples/test-appsrc.c

If I use gstreamer receiver pipeline to play the stream then it works fine.
But vlc is not able to play the same stream. Below are the logs from vlc.
Any idea why vlc is not able to play?

VLC media player 2.2.2 Weatherwax (revision 2.2.2-0-g6259d80)
[0000000001602c78] dummy interface: using the dummy interface module...
[00007fb538000e28] filesystem access error: cannot open file /home/kaustav/2
(No such file or directory)
[00007fb538000e28] core access error: File reading failed
[00007fb538000e28] core access error: VLC could not open the file
"/home/kaustav/2" (No such file or directory).
[00007fb5440042c8] core input error: open of `file:///home/kaustav/2' failed
[00007fb5440042c8] core input error: Your input can't be opened
[00007fb5440042c8] core input error: VLC is unable to open the MRL
'file:///home/kaustav/2'. Check the log for details.
Failed to open VDPAU backend libvdpau_i965.so: cannot open shared object
file: No such file or directory
Failed to open VDPAU backend libvdpau_i965.so: cannot open shared object
file: No such file or directory
[00007fb53800bd88] avcodec decoder warning: plane 0 not aligned
[00007fb53800bd88] avcodec decoder warning: disabling direct rendering
[00007fb53c00e958] core video output warning: picture is too late to be
displayed (missing 701 ms)
[00007fb5440066b8] core input error: ES_OUT_RESET_PCR called
Failed to open VDPAU backend libvdpau_i965.so: cannot open shared object
file: No such file or directory
[00007fb53800bd88] avcodec decoder warning: plane 0 not aligned
[00007fb53800bd88] avcodec decoder warning: disabling direct rendering
[00007fb53c00e958] core video output warning: picture is too late to be
displayed (missing 702 ms)
[00007fb53c00e958] core video output warning: picture is too late to be
displayed (missing 700 ms)
[00007fb53c00e958] core video output warning: picture is too late to be
displayed (missing 700 ms)
[00007fb53800bd88] avcodec decoder warning: plane 0 not aligned
[00007fb53800bd88] avcodec decoder warning: disabling direct rendering
[00007fb53c00e958] core video output warning: picture is too late to be
displayed (missing 700 ms)
[00007fb53c00e958] core video output warning: picture is too late to be
displayed (missing 700 ms)
[00007fb53800bd88] avcodec decoder warning: plane 0 not aligned
[00007fb53800bd88] avcodec decoder warning: disabling direct rendering
[00007fb53800bd88] avcodec decoder error: more than 5 seconds of late video
-> dropping frame (computer too slow ?)
[00007fb53800bd88] avcodec decoder error: more than 5 seconds of late video
-> dropping frame (computer too slow ?)
[00007fb53800bd88] avcodec decoder error: more than 5 seconds of late video
-> dropping frame (computer too slow ?)
[00007fb53800bd88] avcodec decoder error: more than 5 seconds of late video
-> dropping frame (computer too slow ?)
[00007fb53800bd88] avcodec decoder error: more than 5 seconds of late video
-> dropping frame (computer too slow ?)
[00007fb53800bd88] avcodec decoder error: more than 5 seconds of late video
-> dropping frame (computer too slow ?)
[00007fb53800bd88] avcodec decoder error: more than 5 seconds of late video
-> dropping frame (computer too slow ?)
[00007fb53800bd88] avcodec decoder error: more than 5 seconds of late video
-> dropping frame (computer too slow ?)
[00007fb53800bd88] avcodec decoder error: more than 5 seconds of late video
-> dropping frame (computer too slow ?)
[00007fb53800bd88] avcodec decoder error: more than 5 seconds of late video
-> dropping frame (computer too slow ?)
[00007fb53800bd88] avcodec decoder error: more than 5 seconds of late video
-> dropping frame (computer too slow ?)
[00007fb53c00e958] core video output warning: picture is too late to be
displayed (missing 6199 ms)
[00007fb53c00e958] core video output warning: picture is too late to be
displayed (missing 6436 ms)
[00007fb53c00e958] core video output warning: picture is too late to be
displayed (missing 6251 ms)
[00007fb53c00e958] core video output warning: picture is too late to be
displayed (missing 931 ms)
[00007fb53c00e958] core video output warning: picture is too late to be
displayed (missing 757 ms)
[00007fb53800bd88] avcodec decoder warning: plane 0 not aligned
[00007fb53800bd88] avcodec decoder warning: disabling direct rendering
[00007fb53800bd88] avcodec decoder error: more than 5 seconds of late video
-> dropping frame (computer too slow ?)
[00007fb53800bd88] avcodec decoder error: more than 5 seconds of late video
-> dropping frame (computer too slow ?)
[00007fb53800bd88] avcodec decoder error: more than 5 seconds of late video
-> dropping frame (computer too slow ?)
[00007fb53800bd88] avcodec decoder error: more than 5 seconds of late video
-> dropping frame (computer too slow ?)
[00007fb53800bd88] avcodec decoder error: more than 5 seconds of late video
-> dropping frame (computer too slow ?)
[00007fb53800bd88] avcodec decoder error: more than 5 seconds of late video
-> dropping frame (computer too slow ?)
[00007fb53800bd88] avcodec decoder error: more than 5 seconds of late video
-> dropping frame (computer too slow ?)
[00007fb53800bd88] avcodec decoder error: more than 5 seconds of late video
-> dropping frame (computer too slow ?)
[00007fb53800bd88] avcodec decoder error: more than 5 seconds of late video
-> dropping frame (computer too slow ?)
[00007fb53800bd88] avcodec decoder error: more than 5 seconds of late video
-> dropping frame (computer too slow ?)




--
Sent from: http://gstreamer-devel.966125.n4.nabble.com/
_______________________________________________
gstreamer-devel mailing list
gstreamer-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel