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

Refreshing the poster on a specified interval #662

Open
infectedroot opened this issue Mar 2, 2024 · 0 comments
Open

Refreshing the poster on a specified interval #662

infectedroot opened this issue Mar 2, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@infectedroot
Copy link

In my setup, I'm trying to set up WebRTC like my Generic Cameras where the static image from the camera is pulled in on a regular basis and displayed on screen, and I can tap the mode or source labels to view the video on-demand.

While I have the video-on-demand part down, when on the poster view, the image doesn't update on a regular basis. I need to refresh the entire screen for the image to load.

I've scoured the docs to find a command that'll refresh the poster image on a regular basis, but I cannot find it.

Below is my setup for reference... could anyone tell me if this is possible with WebRTC, or has this issue become a feature request?

type: custom:webrtc-camera
poster: http://10.8.0.9:5000/snapshot/west-side-front.jpg
streams:
  - url: ''
  - url: rtsp://03cabcc9-ring-mqtt:8554/9c76138a550e_live
ui: true
@AlexxIT AlexxIT added the enhancement New feature or request label Apr 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants