-
-
Notifications
You must be signed in to change notification settings - Fork 5.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Windows version, when streaming OBS via webrtc tcp, a connection error occurs #3884
Comments
If you examine all the logs connected to
You will find that this This is a WHIP session. There should be more logs following this.
|
I tested OBS 30 and it seems that it does not support media transmission based on TCP. Here is the error log from OBS: Here is the log from the SRS server:
To reproduce this error, start SRS by: ./objs/srs -c conf/rtc.tcp.only.conf Then publish via WHIP over TCP by OBS 30, the WHIP url is Please note that it success if use Chrome to publish by WHIP via TCP: http://localhost:1985/rtc/v1/whip/?app=live&stream=livestream You can verify it by WHEP: http://localhost:1985/rtc/v1/whep/?app=live&stream=livestream
|
here is the full log from cmd after several connection attempts C:\Program Files (x86)\SRS>set srs_home= C:\Program Files (x86)\SRS>set srs_home=REG_SZ C:\SRS\objs C:\Program Files (x86)\SRS>echo REG_SZ C:\SRS\objs C:\Program Files (x86)\SRS>for %I in ("REG_SZ C:\SRS\objs") do set srs_disk=%~dI C:\Program Files (x86)\SRS>set srs_disk=C: C:\Program Files (x86)\SRS>cd REG_SZ C:\SRS\objs C:\Program Files (x86)\SRS>objs\srs.exe -c conf\rtc.tcp.only.conf |
Windows version, when streaming OBS via webrtc tcp, a connection error occurs
Release v5.0-b6
Steps to reproduce the behavior:
Expected behavior
Connecting and working webrtc stream via tcp only
Additional context
log and confg
Config
TRANS_BY_GPT4
The text was updated successfully, but these errors were encountered: