-
Notifications
You must be signed in to change notification settings - Fork 37
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
doesn't work on ubuntu #1
Comments
Thank you for this first issue report! It seems that the server and the browser aren't running on the same computer, am I right? Are they on the same network? How is this exactly used? |
I just pointed that on macbook all working well, but on ubuntu I have |
may be I don't have some drivers for it? can I check this somehow? |
The example in the repo is designed mostly for running the the demo on the same computer as the browser. If you run them on different computers, you may run into issues. That is why I'm asking. Judging from the IP addresses on the screenshot above, it seemed to me that the server was on a different computer, but maybe I'm mistaken. The docker component should work the same anywhere, so even on a mac. The browsers, on the other hand... are you using Safari? I had some issues on Firefox. I think there is a bug in the javascript code somewhere... |
ohh, my bad, but I didn't know that -- it not work while I'm connecting to service in incognito page from google chrome. Sorry for disturbing, again, thanks for your project! P.S. -- can you please share how you train you model? Which dataset you used or model? |
@danijel3 one more question
What am I missing? I'm allowed on VM |
I'm thinking that config in RTCPeerConnection need be specified, but how? |
There are two things at play here:
right before the RTCPeerConnection construction, as you mention above. |
I add stun urls as you suggest and declare in docker-compose.yml, in
But still have this issue( |
You shouldn't need to open the UDP ports. It's a peer-to-peer connection. Should work fine without it. Did you make sure you're not getting any errors in the browser? My docker-compose.yml looks like this:
|
I have certificates generated by certbot for https, but have this error
I'm used this args
But this is not important for now, because I deploy service and use Firefox instead of Chrome, FF allowed using micro by http
|
Hello, @danijel3 ! Nice work, I have tested this on macbook and all works well, but on Ubuntu after I click
Start
button, and allowed use micro, all pending inConnecting
status.In docker logs I see this
Specifically -- source address mismatch, which doesn't appear on macbook.
What should I check for this?
The text was updated successfully, but these errors were encountered: