--- title: Mock RTSP Stream tags: IP Camera --- ## Host By Android Studio Emulator With RTSP Security Server terminal 1 1. `emulator -avd [device_name]` 2. emulator power on 3. wait till Boot completed 4. open RTSP Security Server App terminal 2 1. `telnet localhost [console_port]` 2. `auth [auth_token]` 3. `redir add tcp:1935:1935` 4. `quit` 5. `netsh interface portproxy add v4tov4 listenaddress=[host_ip] listenport=1935 connectaddress=127.0.0.1 connectport=1935`