rtsp-samsung-tv
rtsp-samsung-tv copied to clipboard
On Demand Viewing
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 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.