Hello, i try to stream from OBS via rist to gstreamer using the ristsrc element.
The sample code from ristsrc is working.
gst-launch-1.0 ristsrc address=0.0.0.0 port=5000 encoding-name="h264" ! \
rtph264depay ! h264parse ! matroskamux ! filesink location=h264.mkv
But when is connect via OBS using
Setting -> Stream -> Server:
rist://192.168.88.109:5000
I see the message in gstreamer :
Redistribute latency...
appears. but nothing else happens.
Questions:
- has anyone already successfully used ristsrc with OBS?
- how can I debug here to find out where it hangs?