datarhei / restreamer

The Restreamer is a complete streaming server solution for self-hosting. It has a visually appealing user interface and no ongoing license costs. Upload your live stream to YouTube, Twitch, Facebook, Vimeo, or other streaming solutions like Wowza. Receive video data from OBS and publish it with the RTMP and SRT server.
https://docs.datarhei.com/restreamer/
Apache License 2.0
3.79k stars 438 forks source link

Question: In which interval gets the /images/live.jpg updated? #110

Closed philipptrenz closed 5 years ago

philipptrenz commented 5 years ago

Hey,

I'm about to build a digital image frame based on a Raspberry Pi Zero to display a live feed streamed via Restreamer. As the Pi Zero is a bit underpowered to run the HLS stream in Chromium, I thought about displaying the images of the /images/live.jpg endpoint. Therefore I'd like to know the frequency, in which the image gets updated.

Thanks!

jellykells commented 5 years ago

The interval is configurable. https://datarhei.github.io/restreamer/docs/references-environment-vars.html#rs_snapshot_interval

philipptrenz commented 5 years ago

awesome!