-
Notifications
You must be signed in to change notification settings - Fork 13
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
App has no preview but it seems that it already fetched the page #5
Comments
In some situations, the Besides, if you are using a reverse proxy to proxy the requests(e.g. Nginx), you will need a TURN server. https://developer.mozilla.org/en-US/docs/Web/API/HTMLMediaElement/play |
Hו |
Hello @zvirot1,
To find relevant tutorials, use the keyword "turn server" in your search. For a more specific search, such as for Ubuntu OS, input "ubuntu turn server".
You can utilize a free TURN server if available. If not, you'll have to set up your own TURN server.
If your TURN server is operating with the IP address "0.0.0.0" and on port "19403", your environment variables would appear as follows:
|
Description
I just ran this on my local machine, it works perfectly. Good job there! The problem is when I run this to my VPS. When I use it, the speed indicator shows 0Kbps. But when I go to a page, let say Facebook, the header is changing. That means the app is working, but the preview isn't there.
Screenshots
To Reproduce
Just run this in your VPS without any GUI.
Expected Result
I get a working one, the same as my local machine.
The text was updated successfully, but these errors were encountered: