You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Directly add RTSP camera stream as an obs-source, no other external dependencies needed(require FFmpeg to decode);
Make obs-studio as a RTSP server(can only pull video(H.264 codec) stream from it, Working in progress).
Motivation
there is a delay issue with Media Source in OBS, even I set the network buffering to zero;
obs-gstreamer is a great plugin, I can add RTSP URI as a source and play it with an ideal delay, but I have to include lots of the gstreamer lib dependencies, it's pain;