Accessing live stream by Local IP

Tips, tricks and frequently asked questions
Post Reply
mspinolo
Posts: 8
Joined: 28 Feb 2017, 19:33

Accessing live stream by Local IP

Post by mspinolo »

Hi,

following these instructions:
https://dev.netatmo.com/apidocumentatio ... eo-access

I am able to access live stream within the local network.
Now as far as I understood this type of address:

Code: Select all

https://prodvpn-eu-2.netatmo.net/10.255.0.1/d257xxxxxxxxxxxxx/MTU4NDDr-aMZIkmaaLLg,,/live/index.m3u8
reported in the example will be valid only for 3h, after that the VPN link will expire.
As my camera has a fixed IP address within the local network I was wondering if there is a way to connect to it directly.

I tried something like

Code: Select all

http://LOCALIP/d257xxxxxxxxxxxxx/MTU4NDDr-aMZIkmaaLLg,,/live/index.m3u8
http://LOCALIP/1acdae2b004b5219668ac4e2af1cbff2,,/live/files/low/index_local.m3u8
http://LOCALIP/vod/live/files/low/index_local.m3u8
http://LOCALIP/1acdae2b004b5219668ac4e2af1cbff2/live/files/low/index_local.m3u8
but none of these worked.
It looks like this was possible in the past:
https://www.domoticz.com/forum/viewtopic.php?t=15124

is that feature no more available?
Obviously the goal would be to have an address to stream the live video locally which will not expire in 3h

EDIT: found this
https://forum.netatmo.com/viewtopic.php?f=42&t=8334
and I solved, likely I was doing something wrong in the local address syntax!
Post Reply

Return to “General questions”