rtsp-samsung-tv icon indicating copy to clipboard operation
rtsp-samsung-tv copied to clipboard

On Demand Viewing

Open Bradley225 opened this issue 2 years ago • 1 comments

Hi,

I don't want rtsp-samsung-tv to make a connection to my rtsp-server until I connect to the rtsp-samsung-tv from the tv client as my rtsp-server is designed for on demand viewing itself.

I am trying to achieve this by making a post request to change the currentChannel which makes the server connect to the camera only when activated.

How do I post using curl (or similar) to /:3004/admin/status/save to change the channel and reload, do I need to include credentials to make this kind of post request?

Bradley225 avatar Oct 30 '21 10:10 Bradley225

@Bradley225 I've just checked in a change on my fork, https://github.com/homeautomaton/rtsp-samsung-tv, which shuts down ffmpeg processes when they aren't in use by a client.

There are a lot of other changes, too. Consider my fork somewhat experimental.

homeautomaton avatar Jun 05 '23 11:06 homeautomaton