Also, FWIW, the following FFMPEG command will generate a WAV file - from your
raw PCM u-law audio file - that plays OK:
ffmpeg -f mulaw -ar 8000 -ac 1 -i audio-PCMU-2 test.wav
Ross Finlayson
Live Networks, Inc.
http://www.live555.com/
___
liv
> On Nov 7, 2023, at 2:03 PM, Eric Eastman
> 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,
> On Nov 7, 2023, at 12:38 PM, Eric Eastman
> wrote:
>
> Thanks for the quick response. I don't know if I can use openRTSP because the
> video isn't RTSP
No, I meant using “openRTSP” as a ***front-end*** client, to check for sure
whether both the audio and video streams are being sent from
Thanks for the quick response. I don't know if I can use openRTSP because the
video isn't RTSP. The audio is coming from
rtsp://193.168.5.11:554/axis-media/media.amp. and the video from
udp://@239.255.0.1:11841
Thanks,
Eric Eastman
Staff Software Engineer
Offsite Location: IDE Facili
> On Nov 7, 2023, at 11:25 AM, Eric Eastman
> wrote:
>
> Thanks for the help.
>
> The audio is coming from a radio's audio output thru an AXIS media encoder
> and doing audio only. The video we have no control over as it's a
> purpose-built camera by another contractor and always comes in a
Thanks for the help.
The audio is coming from a radio's audio output thru an AXIS media encoder and
doing audio only. The video we have no control over as it's a purpose-built
camera by another contractor and always comes in as MPEG4 over UDP. We aren't
trying to synchronize them, but just tryi
> On Nov 7, 2023, at 2:57 AM, Andy Hawkins wrote:
>
> Ok, I'm now successfully iterating over the ClientConnections and
> ClientSessions, how can I get the amount of data transmitted to each of these?
First, you don’t do anything with the “RTSPClientConnection” objects; those
represent only
Ok, I'm now successfully iterating over the ClientConnections and
ClientSessions, how can I get the amount of data transmitted to each of these?
If this is documented somewhere, then a pointer to that would be appreciated.
Thanks again
Andy
From: live-devel on behalf of Ross
Finlayson
Hi,
Excellent, thanks for that. Will take a look.
Andy
From: live-devel on behalf of Ross
Finlayson
Sent: 07 November 2023 04:23
To: LIVE555 Streaming Media - development & use
Subject: Re: [Live-devel] Retrieving stats for ProxyServerMediaSession
> On Nov 6, 2023, at 6:44 AM, Andy Hawki