Skip to content

Commit 05e428f

Browse files
committed
V02 - Fix for earlier firmware versions, new payload method - updated readme
1 parent 7a8faee commit 05e428f

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# RTSPServer for RTS3903N based YI Cameras
22
*While this repo is focused on Yi based cameras, it should compile and run on any RTS3903N based camera!*
33

4+
## Important: Read all instructions on this page, not all devices work straight away.
45
## Background
56
It took many hours of research to put this together. The SDK was very hard to find, and I luckily stumbled across it by
67
finding similar cameras (TP Link) that had shared the source due to GPL requirements.
@@ -10,9 +11,13 @@ finding similar cameras (TP Link) that had shared the source due to GPL requirem
1011
## Getting Started
1112
- Download the latest zip from the releases page
1213
- Extract the contents to the root of a MicroSD card (minimum 2GB) that is FAT32 partitioned
13-
- (Optional) If you're using WiFi, edit Factory/wpa_supplicant.conf and add your WiFi credentials
14-
- Connect to RTSP via `rtsp://[YOUR_CAMERA_IP]/ch0_0.h264`
15-
- Does the picture look normal? No, see troubleshooting below
14+
- **Important**: If you're using WiFi, edit `Factory/wpa_supplicant.conf` and add your WiFi credentials.
15+
- **Only replace SSID_NAME_OF_WIFI and WIFI_SECRET_KEY, unless you're using WEP encryption or open**
16+
- Insert the SD, turn on the camera and wait 15 seconds, try connect to RTSP via `rtsp://[YOUR_CAMERA_IP]/ch0_0.h264`
17+
- RTSP Available but have quality issues? see: Troubleshooting, Video Quality and Developers/Copmpiling below
18+
- It's not working? You may have an earlier FW that requires a different payload
19+
- **Rename the `Factory` folder on the SD card to `Factory.old`**
20+
- Restart the device and try connect again
1621

1722
### What's Working
1823
- H264 encoded stream via `rtsp://[YOUR_CAMERA_IP]/ch0_0.h264`

0 commit comments

Comments
 (0)