-
Notifications
You must be signed in to change notification settings - Fork 5
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
reading github.com/pion/mediadevices/go.mod at revision v0.0.0: unknown revision v0.0.0 #3
Comments
Hi! Sorry I left this repository in a kind of bad state for compiling the code yourself. I just updated it so if you clone the repository you should be able to compile it. Let me know if it works! |
Hi, it now builds and runs correctly but unfortunately there is no video stream upon connecting. :) |
Hi! Yeah I need to check on that error, try scrolling the page and see if the stream starts playing |
Thank you, yes I've tried this however the same issue occurs sir. :) |
Did you change this line in index.html to your IP? RemoteDesktopForGaming/public/index.html Line 128 in 54963b4
|
Yes sir, Even occurs on the same machine. |
Oh that's good the old exe still works. Is there any error output from the go console or browser console? |
No, none at all. It connects absolutely fine. I think the issue is within the prebuilt x264? |
What system are you running the program on? I built x264 for Windows 64bit |
Windows 10 x64 like yourself |
Does downloading this project fresh and compiling work for you? |
It does, I was setting up a new laptop so I made sure I could clone this repo and compile it there. |
Oh what go/ gcc version are you using? |
Ohhh I am getting an error on my laptop that says GetDIBits failed, I'll look into that |
Yes sir, getting the same error. |
Just to clarify; if I take out the windows input code and try building on Linux, it works with libx264-dev. |
Hi! I fixed the error and running on windows works now. For some reason, the screen size was always being passed as 0,0. My fix was to edit github.com/kbinani/screenshot with a new screenshot_windows.go I'll keep looking for a better fix, but that seems to work for now |
Hi, upon attempting to build the .go source, it requests;
screenGrabWebRTC.go:23:2: no required module provides package github.com/pion/mediadevices/examples/internal/signal; to add it: go get github.com/pion/mediadevices/examples/internal/signal
Upon running;
go get github.com/pion/mediadevices/examples/internal/signal
This error occurs;
go: github.com/pion/mediadevices/[email protected] requires github.com/pion/[email protected]: reading github.com/pion/mediadevices/go.mod at revision v0.0.0: unknown revision v0.0.0
The text was updated successfully, but these errors were encountered: