Change RTSP streaming paramters via SD Card
This function is no longer support from VIO Software v1.0.4.2 or higher.
1. Overview
2. How to use
3. The content of rtsp_stream.txt file
/*-----RTSP stream config-----*/
// Change the setting below to change the rtsp stream info
// streaming resolution
// 1: 1920x1080
// 2: 1280x720
// 3: 640x480
RESOLUTION 3
// streaming bitrate, in bits
BITRATE 4000000
/*-----End--------------------*/4. Test command with gstreamer
5. Convert dos2unix
Last updated
Was this helpful?