Streaming with SRT on Linux

hellocatfood

New Member
I'm attempting to stream using SRT by following these instructions: https://obsproject.com/wiki/Streami...ption-1-stream-srt-using-the-streaming-output

After typing in the IP address and port number I press connect. It appears to work for a moment and then disconnects. I've checked the log file and this message is repeated many times:
Code:
16:48:26.341: os_dlopen(obs-frontend-api->obs-frontend-api.so): obs-frontend-api.so: cannot open shared object file: No such file or directory

Any reason this might be happening?

I'm using 26.0.0-rc1 on Ubuntu 20.04 from this ppa https://launchpad.net/~obsproject/+archive/ubuntu/obs-studio-unstable (the other packages don't have srt support) . I've attached a log file but had to remove the IP address.
 

Attachments

  • 2020-09-02 16-44-47.txt
    57.1 KB · Views: 27

belthesar

New Member
Looking at this line:

16:48:23.358: Couldn't open 'srt://-----------------------------------?mode=caller?latency=1000', Protocol not found

It would appear that this build does not yet have support for SRT, or at least, this protocol.
 
Top