Skip to content
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

Not able start screen #4

Open
narkhedek3 opened this issue Sep 24, 2020 · 4 comments
Open

Not able start screen #4

narkhedek3 opened this issue Sep 24, 2020 · 4 comments

Comments

@narkhedek3
Copy link

narkhedek3 commented Sep 24, 2020

Error on Browser:

  • Unexpected end of JSON input

Error on server

  • Error: Couldn't find a matching codec
@imtiyazs
Copy link

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

@narkhedek3
Copy link
Author

narkhedek3 commented Oct 14, 2020

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

@imtiyazs
Copy link

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?

@Heath123
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants