webrtc-remote-screen
webrtc-remote-screen copied to clipboard
Not able start screen
Error on Browser:
- Unexpected end of JSON input
Error on server
- Error: Couldn't find a matching codec
Because you are trying to run the code without specifying any video codec.
Try this
go run -tags "h264enc" cmd/agent.go
You can use vp8enc or h264enc
Try this
go run -tags "h264enc" cmd/agent.go
Thank you for your response. I have already tried the above command and it is returning the same error
Try this
go run -tags "h264enc" cmd/agent.go
Thank you for your response. I have already tried the above command and it is returning the same error
Are you trying to use data channels?
Try this
go run -tags "h264enc" cmd/agent.go
Thank you for your response. I have already tried the above command and it is returning the same error
Try go get -u github.com/gen2brain/x264-go