Open hunterwn opened 5 months ago
Is there any update on this?
I had the exact same issue, webrtc works, but rtsp not with Internal data stream error.
[gstreamer] gstreamer mysource ERROR Internal data stream error. [gstreamer] gstreamer Debugging info: gstbasesrc.c(3072): gst_base_src_loop (): /GstPipeline:pipeline2/GstAppSrc:mysource: streaming stopped, reason not-linked (-1)
With exact same options:
output = videoOutput("webrtc://@:8554/output", options={'codec': 'h265', 'bitrate': 1000000}) output2 = videoOutput("rtsp://@:8555/output", options={'codec': 'h265', 'bitrate': 1000000})
There is the same issue with all utility tools, including video-viewer, detectNet etc:
the output is from this command [$ video-viewer /dev/video0 rtsp://@:1234/my_output]
[gstreamer] gstreamer message qos ==> encoder
[gstreamer] gstreamer mysource ERROR Internal data stream error.
[gstreamer] gstreamer Debugging info: ../libs/gst/base/gstbasesrc.c(3127): gst_base_src_loop (): /GstPipeline:pipeline1/GstAppSrc:mysource:
streaming stopped, reason not-linked (-1)
Hi guys, sorry haven't had time to dig into this - you can find where the RTSP pipeline is constructed here:
My guess is that there were changes in the GstRtspServer plugins? The code that uses those is here:
https://github.com/dusty-nv/jetson-utils/blob/master/network/RTSPServer.cpp
Is there any update on this?
Is there any update on this? tks
I ran the following Python script after compiling and installing jetson-utils on my Orin devkit:
The result is that the camera displays fine in the OpenGL window but the RTSP server does not start successfully.
Here is the full output of the script: