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

'poster' option not work on Android devices when camera snapshot url is set #659

Open
PatrykCzarnota opened this issue Feb 26, 2024 · 2 comments
Labels
question Further information is requested

Comments

@PatrykCzarnota
Copy link

Hello,

Anyone know why snapshot from camera is not set as picture when stream is loading on Android devices?

'poster' option is set like: poster: http://192.168.0.xx/cgi-bin/snapshot.cgi
On the PC browser snapshot image sets fine when stream is loading.
On the Android devices camera views got black background when stream is loading.

@JavanXD
Copy link

JavanXD commented Apr 4, 2024

As a workaround you can run a shell script similar to my code snippet in this comment: #479 (comment)

@AlexxIT AlexxIT added the question Further information is requested label Apr 5, 2024
@AlexxIT
Copy link
Owner

AlexxIT commented Apr 5, 2024

This is simple image loading request from your device. Maybe your Android haven't direct access to this IP. Maybe you using HTTPS, which are not allowed to do HTTP requests.

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

No branches or pull requests

3 participants