[Live-devel] **EXTERNAL**Re: Adding UDP Video to an Audio RTSP URL coming from an AXIS encoder in the same stream doesn't work

Ross Finlayson finlayson at live555.com
Tue Nov 7 14:23:07 PST 2023



> On Nov 7, 2023, at 2:03 PM, Eric Eastman <Eric.Eastman at AITEngineering.com> wrote:
> 
> Oh. Ok here is what I was able to get. The video plays fine but the audio says it's in a format that it can't understand. Also shouldn't they be on the same stream instead of 2 different streams?

No, because “openRTSP”, by default, outputs each substream - in this case MPEG Transport Stream data (for video), and PCM audio - into its own file.

You could try to combine the video and audio into a single “.mp4”-format file (written to ‘stdout’) by using the “-4” option, e.g.
	openRTSP -4 -d 10 rtsp://172.20.172.10/uas1 > test.mp4
The “-d <duration>” option - to tell “openRTSP” to run for a specified length of time - is important; see the “Important note” at the bottom of this section
	http://live555.com/openRTSP/#quicktime

But WHY, OH WHY are you running a version of the “LIVE555 Streaming Media” software that’s more than 2 1/2 year old???  Surely you realize that we don’t support old versions of the code!  Upgrading to the latest version of the software should have been the first thing that you did, before you started asking questions.


Ross Finlayson
Live Networks, Inc.
http://www.live555.com/




More information about the live-devel mailing list