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
Describe the bug
When streaming via SRT protocol, ffmpeg cannot establish connection with SRS.
Version
[2024-10-12 14:27:52.821][INFO][1][94k4u9z7] XCORE-SRS/5.0.213(Bee)
ffmpeg version 6.1-full_build-www.gyan.dev Copyright (c) 2000-2023 the FFmpeg developers
built with gcc 12.2.0 (Rev10, Built by MSYS2 project)
To Reproduce
Run SRS with command docker run --rm -it -p 1935:1935 -p 12345:8080 -p 10080:10080/udp \ registry.cn-hangzhou.aliyuncs.com/ossrs/srs:5 \ ./objs/srs -c conf/srt.conf
Rev10, Built by MSYS2 project
Are you running in Window platform?
check #3251 , running in Cygwin seems not a good idea.
Try the docker image in windows?
Describe the bug
When streaming via SRT protocol, ffmpeg cannot establish connection with SRS.
Version
[2024-10-12 14:27:52.821][INFO][1][94k4u9z7] XCORE-SRS/5.0.213(Bee)
ffmpeg version 6.1-full_build-www.gyan.dev Copyright (c) 2000-2023 the FFmpeg developers
built with gcc 12.2.0 (Rev10, Built by MSYS2 project)
To Reproduce
docker run --rm -it -p 1935:1935 -p 12345:8080 -p 10080:10080/udp \ registry.cn-hangzhou.aliyuncs.com/ossrs/srs:5 \ ./objs/srs -c conf/srt.conf
./ffmpeg -re -i ./doc/source.flv -c copy -pes_payload_size 0 -f mpegts 'srt://*.*.*.*:10080?streamid=#!::r=live/livestream,m=publish'
Expected behavior
The output of ffmpeg:
The output of SRS:
The text was updated successfully, but these errors were encountered: