Skip to content

rtsp_test_8khz

Pre-release
Pre-release
Compare
Choose a tag to compare
@PieVo PieVo released this 10 Jun 19:28
· 4 commits to 0_3_4-audio_replicator_with_noise_reduction since this release

For y203 cameras:

This is a test of a different setup for the audio path in the RTSP server:

  • Implements noise reduction based on existing libraries in the camera
  • Implements a replicator, so audio can be used for all streams
  • Implements an audio only stream

High + Audio:
Play this stream using the URL "rtsp://192.168.3.180/ch0_0.h264"
Low + Audio:
Play this stream using the URL "rtsp://192.168.3.180/ch0_1.h264"
Audio only:
Play this stream using the URL "rtsp://192.168.3.180/ch0_2.h264"

Unpack this archive on the SD card:
cd /tmp/sd
tar -xvf ../rtsp_test_8khz.tgz

Run this RTSP server:
cd rtsp_test_8khz
./rtsp_restart.sh

To run in background and allow closing of the terminal:
nohup 2>&1 rtsp_restart.sh &