-
Notifications
You must be signed in to change notification settings - Fork 531
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
Incoming sources broken after v1.9.7 #1458
Comments
sorry that, This may not a bug,
and below config work well with: version: go2rtc version 1.8.4 linux/amd64
|
Incoming source also may have empty url. So it will be skipped. I needs to test this case. |
version: go2rtc version 1.8.4 linux/amd64
reproduce issue:
I create go2rtc.yaml
and start ./go2rtc
producer stream("dst") : http://localhost:1984/webrtc.html?dst=browser_stream&media=camera+microphone
consumer stream("src"): http://localhost:1984/webrtc.html?src=browser_stream&media=video+audio
I can notice: http://localhost:1984/api/streams?src=browser_stream, produce work well.
but consumer can not hook to producer, error log is: "streams: unknown error"
I think may be this is because of below loop request check:
go2rtc/internal/streams/add_consumer.go
Line 26 in dbe9e4a
I notice that the producer url is "" empty string. and the consumer source maybe also "" empty string. so that may is the cause of this issue.
The text was updated successfully, but these errors were encountered: