fritz-smh / yi-hack

Xiaomi Yi Ants camera hack
1.39k stars 334 forks source link

Change RTSP Server Port #96

Open gitmybox opened 7 years ago

gitmybox commented 7 years ago

Does anyone know how to change the default rtsp port 554 to other number ?

zengxinhui commented 7 years ago

is port forwarding at your gateway/router an option?

hermitcrabslab commented 7 years ago

http://4pda.ru/forum/index.php?showtopic=638230&st=3660#entry45307066 through the telnet connection: sed -i "s / portRtsp = 554 / portRtsp = 5541 /" /etc/ui.conf where 5541 is the new port.