OBS tx SRT not working on Linux?

OscarParzon

New Member
Hello everyone.
Work on Linux (Ubuntu)
I have OBS v25.0.8
FFmpeg compiled with SRT
can i tx srt with ffmpeg
I can't Tx SRT with OBS. The notice says "Invalid Path or Connection URL. Please check your settings to confirm that they are valid."
Can someone guide me on what I am missing?

Thank you very much for the help.

 

Kusmeroglu

New Member
You might try the second option of using "record to ffmpeg", I had a much easier time with this: https://obsproject.com/wiki/Streami...ream-srt-with-the-custom-ffmpeg-record-output

If you'd like to get SRT working directly, you will also want to check that OBS is using the same libraries that ffmpeg is using, and that libsrt is included with `ldd`. Try `ldd <path to obs>` and `ldd <path to ffmpeg>`. I just wrote up some notes from when I did this last month: https://gist.github.com/Kusmeroglu/ef81c4f96369f890fcdc0616652430ad
 
Top