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

Host own WebRTC server #282

Open
vadd98 opened this issue Oct 27, 2024 · 3 comments
Open

Host own WebRTC server #282

vadd98 opened this issue Oct 27, 2024 · 3 comments

Comments

@vadd98
Copy link

vadd98 commented Oct 27, 2024

Is there any way to host your own WebRTC server and stream from the app to it instead of screenstream.io?

@dkrivoruchko
Copy link
Owner

Server sources available here: https://github.com/dkrivoruchko/ScreenStreamWeb
But currently there is no way to specify your own server in the app.
Main reason - app uses Play Integrity API and server has private keys for Google server account to verify tokens.
So any third-party server will need this private key for app to work.

This is how it's designed now.

@unique-EJ
Copy link

This app, version 4.1.13, cannot stream in WebRTC mode for me, gives error Please check for Internet connectivity: Connection reset. I am connected to a care business's residential Wi-Fi if that changes anything, don't know why the connection to screenstream.io could be broken.

In-app third-party server settings options? Could be done.

@dkrivoruchko
Copy link
Owner

They can filter WebRTC.

In-app third-party server settings options will not help as app is bound to Server and Server bound to the app via Play Integrity API.

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