-
Notifications
You must be signed in to change notification settings - Fork 125
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
go1.22.2 - example/webrtc Audio works, but video doesnt #572
Comments
Doesnt work with screen as well(as the video track, after changing GetUserMedia as per docs). |
just installed go1.19, same issue.. |
The video streaming bit seems to not working. camera not working as well. |
this happens to me as well, however on chrome the browser does not create any offer, so I switched to firefox that creates the offer but when connected the video is running without showing any image |
This problem happens to me too. |
Your environment.
What did you do?
I copy/pasted your code from the
examples/webrtc
and then ranCGO_ENABLED=1 go build my-module
, followed the instructions on copy/pasting the SDP.What did you expect?
I expected it to stream my camera and testaudio to browser
What happened?
it streamed testaudio audio just fine, but not the camera. testvideo streaming doesnt work as well.
Here is my full code
The text was updated successfully, but these errors were encountered: