Hey everyone,
I have an IP Camera that provide RTSP streams. I got two streams with names
audio-G726-16-2 and video-MP4V-ES-1. I tried to multiplex these to streams
using the following command of ffmpeg.
ffmpeg -i audio-G726-16-2 -i video-MP4V-ES-1 -acodec copy -vcodec copy
output.avi
It giv
> My problem is that I get no audio at all
No, you are 'getting audio' just fine, as evidenced by:
> also I know that a file is created: audio-MP4A-LATM-1
The "openRTSP" application reads audio and video data from a RTSP stream, but
does not 'play' it. Instead, it just writes the incoming data
Hi,
I am new to the framework and video/audio processing in general, so I am using
the openRTSP sample to wrap my head around the ideas, but I am having an issue
where I execute the command RTSP and I get all returned commands
(OPTIONS, DESCRIBE, SETUP, PLAY) to run successfully, then I get th