-
Notifications
You must be signed in to change notification settings - Fork 164
Open
Description
I am trying to publish a topic from a rtsp link but I got the error
[FATAL] [1626767105.585861559]: Invalid 'video_stream_provider': rtsp://192.168.0.201:554/live0
When I try with vlc or gstream it works fine through the following command
gst-launch-1.0 -v rtspsrc location=rtsp://192.168.0.201:554/live0 drop-on-latency=true use-pipeline-clock=true do-retransmission=false latency=0 protocols=GST_RTSP_LOWER_TRANS_UDP ! rtph264depay ! h264parse ! avdec_h264 ! autovideosink sync=true
but anyway, i want to to publish the stream on topic: By the way I tried with webcam and it also works fine! Only with rtsp
Metadata
Metadata
Assignees
Labels
No labels