srt is received with garbled audio

daveb@foth

New Member
I've been experimenting with srt. I send an srt stream from one Windows OBS machine to an srt-server on a Ubantu machine. I receive it on another Windows box with OBS using the Media Source. I receive the stream but most of the time the audio is garbled. Sometimes I get lucky and the audio is good. I can use VLC and receive the stream with good audio every time on the same machine. The streaming OBS machine uses srt://IPAddress:49001?latency=1000000&maxbw=1250000 to set the streaming URL. I receive with the same URL (Media Source) except the port is changed srt://IPAddress:49005?latency=1000000&maxbw=1250000. The machines are in different locations but have the same ISP using a fiber connection. Here is a link to the log file https://obsproject.com/logs/RcIhzs9ilcnCFHJT
 

daveb@foth

New Member
More information. It works correctly about 20% of the time. When it works audio and video are correctly synced. When it fails the audio is trailing the video and not playing at full speed. It keeps falling farther and farther behind the video. I downloaded OBS source and compiled under Windows. I can trace the calls into the ffmpeg dll. I'm trying to get a handle into the audio time stamps but progress is slow. The good side of this is with a VLC source there is no problem so I can use my SRT connection to bring high quality from a remote source.
 
Top