Cannot display RTSP input from IP camera

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Cannot display RTSP input from IP camera

ekimku
Hi, I am using an IP camera that sends rtsp stream with h264 codec.
On the client side, I can display the incoming stream via VLC using
"rtsp://192.168.1.160/live/track0"
But when i am using the following gstreamer pipeline, nothing happens(no
errors, no display, nothing)
gst-launch-1.0 rtpsrc location = rtsp://192.168.1.160/live/track0 !
rtph264depay ! h264parse ! avdec_h264 ! autovideosink
Any ideas?



--
Sent from: http://gstreamer-devel.966125.n4.nabble.com/
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: Cannot display RTSP input from IP camera

gotsring
Your pipeline looks good, and I tested it successfully using one of my IP
cameras.

However, for a different RTSP source I have, the pipeline never goes to
playing, even though it works with VLC. Exporting a .dot file shows that
rtspsrc never appears to be created. Pipeline graph images attached (and
.dot file for bad rtsp source since the image exported weird). Can anyone
comment on this?

WorkingRTSPSource.png
<http://gstreamer-devel.966125.n4.nabble.com/file/t379531/WorkingRTSPSource.png>  
BadRTSPSource.png
<http://gstreamer-devel.966125.n4.nabble.com/file/t379531/BadRTSPSource.png>  
BadRTSPSource.dot
<http://gstreamer-devel.966125.n4.nabble.com/file/t379531/BadRTSPSource.dot>  



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