How to receive rtsp stream over openhab cloud?

Hi,

I have a ip camera with rtsp streaming which I can access over LAN using IP address ( rtsp://192.168.0.100/live.h264) but I want to access it via internet and would like to access it via openhab/myopenhab(rtsp://myopenhab.org/live.h264) cloud domain name.

Please let me know how can I expose camera to openhab/myopenhab cloud ?

Thanks.

You’ll have to convert it to mjpeg via motion or similar tools, then it will stream just fine.

Check the first couple lines in my sitemap: https://github.com/illnesse/openhab2_pub_001/blob/master/sitemaps/main.sitemap

1 Like