EliasKotlyar / Xiaomi-Dafang-Hacks

4.18k stars 1k forks source link

Multicast Streaming Address #1830

Open typhoon2099 opened 1 year ago

typhoon2099 commented 1 year ago

I've set up the multicast address but I have no idea what URL I need for players such as VLC. I've used the example URL of 239.1.2.3:29312, and tried various combinations in VLC but can't seem to connect to view anything. I have tried:

udp://239.1.2.3:29312
udp://@239.1.2.3:29312
udp://root:ismart12@239.1.2.3:29312
rtsp://239.1.2.3:29312
rtsp://@239.1.2.3:29312
rtsp://root:ismart12@239.1.2.3:29312

None of these addresses resolve into a useable video stream. I'm not sure what I'm doing wrong, and I'm slightly worried that this is related to a separate issue I have where I cannot access the unicast address (rtsp://<IP-ADDRESS>:8554/unicast) on VLC, but can from other apps/devices.

Can someone point me to the correct URL, or at the very least some documentation around multicast (the FAQ simply says yes, you can use multicast).