Thanks all, the live555 functionality here works fine.
The problem is that ffmpeg requires H264 extradata in avcC format,
which is annoyingly complex to put together. Manning up in
progress...
James
On Thu, Nov 17, 2011 at 10:58 PM, Ross Finlayson wrote:
> Then you will split the
> returned
> Then you will split the
> returned string at the comma, if present. The first half will be the SPS
> and the second half will be the PPS. Base64 decode both of these strings
> (using Live555's base64Decode function if you wish)
Yes, but it's simpler to call "parseSPropParameterSets()", because
PM
To: LIVE555 Streaming Media - development & use
Subject: Re: [Live-devel] MediaSubsession SDP description to NAL
This is a long shot, but does live555 contain any code that might
convert the fmtp line from the SDP description of the
MediaSubsession::savedSDPLines (), back into a NAL, in the
edded in them.
Good luck,
Chris Richardson
WTI
-Original Message-
From: live-devel-boun...@ns.live555.com
[mailto:live-devel-boun...@ns.live555.com] On Behalf Of James Norris
Sent: Thursday, November 17, 2011 12:13 PM
To: live-de...@ns.live555.com
Subject: [Live-devel] MediaSubsession SDP de
> This is a long shot, but does live555 contain any code that might
> convert the fmtp line from the SDP description of the
> MediaSubsession::savedSDPLines (), back into a NAL, in the same data
> format as the one which was parsed to create the line.
It's not a 'long shot' at all. Of course we p
Hey all,
This is a long shot, but does live555 contain any code that might
convert the fmtp line from the SDP description of the
MediaSubsession::savedSDPLines (), back into a NAL, in the same data
format as the one which was parsed to create the line.
I would like to feed it into ffmpeg in the f