I'm trying to acquire a MPEG TS over UDP. But I realized that the
MPEGDemux uses a MPEGProgramStreamParser that's why it won't work.
To the best of my understanding I don't think there is a MPEG TS parser
in livemedia, is that true?
pushkar
___
live-d
The audio decoder is someone else's software; it's not part of the
"LIVE555 Streaming Media" software (which is what this mailing list is
for).
Ross.
--
Sent from my jesusPhone
On Mar 21, 2008, at 3:11 PM, Ratin <[EMAIL PROTECTED]> wrote:
Do you think if it will be possible
Do you think if it will be possible to add an option for the audio decoder
to process the data in certain order? Or even add a filter thru the command
line? I wonder why -af format=s16le doesnt work for me..
Ratin
On Thu, Mar 20, 2008 at 11:40 PM, Ratin <[EMAIL PROTECTED]> wrote:
> From: Ross F
> >It is correct; your server is not. If your server's PCM data is
>>originally in Little Endian order, then you need to insert a LE->BE
>>filter in your server. If you are using our libraries to build your
>>server, then this involves just inserting a "EndianSwap16" filter
>>object in front of