Re: [Live-devel] Mpeg Audio missing or corrupted in MPEG-2 Transport Stream or seperate sreams

2008-01-28 Thread Ross Finlayson
>Where should I look to figure out what I need to do to possibly stream >mpeg2 video and pcm audio in a transport stream? I don't believe that PCM audio can be included in a Transport Stream (at least, not in any standard way that a receiver is likely to understand). Ross Finlayson

Re: [Live-devel] How can I stream MPEG4 Video and MPEG1 la yer2 Audio with live555?

2008-01-28 Thread Ross Finlayson
>Now, I work a video surveillance system.The board encoder generate >the video and audio element stream.It is a mux stream include MPEG4 >Video and MPEG1 layer2 Audio. Could you please give me some advice >about how to stream the encoded data with live555? You could start by looking at the cod

Re: [Live-devel] Audio AAC Support in Transport Stream

2008-01-28 Thread Ross Finlayson
OK, try changing line 115 in "liveMedia/MPEG2TransportStreamMultiplexor.cpp" from streamType = mpegVersion == 1 ? 3 : 4; to streamType = mpegVersion == 1 ? 3 : mpegVersion == 2 ? 4 : 0xF; Then arrange for "MPEG2TransportStreamMultiplexor::handleNewBuffer()" to be called with the

Re: [Live-devel] Mpeg Audio missing or corrupted in MPEG-2 Transport Stream or seperate sreams

2008-01-28 Thread Eric Pheatt
On Dec 17, 2007 6:11 PM, Ross Finlayson <[EMAIL PROTECTED]> wrote: > >And with ulaw all I get is static. > > Interesting > > > >Could this be an endian issue with the audio encoders that are > >currently being used? > > > >Im running this on a KuroHG PowerPC > > Interesting. Byte ordering coul

[Live-devel] How can I stream MPEG4 Video and MPEG1 la yer2 Audio with live555?

2008-01-28 Thread maherry
Hi, Now, I work a video surveillance system.The board encoder generate the video and audio element stream.It is a mux stream include MPEG4 Video and MPEG1 layer2 Audio. Could you please give me some advice about how to stream the encoded data with live555? Perhaps i can first splite the video

[Live-devel] Reading custom packets (was: Re: RTSP Client subclassing questions.)

2008-01-28 Thread Cristiano Belloni
Ross Finlayson wrote: > Yes - it already exists, in the implementation of the > "MPEG4ESVideoRTPSource" class: i.e., in the implementation of the RTP > payload format for MPEG-4 video. Note, in particular, the > "MPEG4ESVideoRTPSource::processSpecialHeader()" function. > Ok, I'd like to re-

Re: [Live-devel] Audio AAC Support in Transport Stream

2008-01-28 Thread Guy Bonneau
You probably own the first revision. ACC was added later. I went to the ISO Web site and they have released the third revision. The latest one is ISO/IEC 13818-1:2007. I have ISO/IEC 13818-1 2000(E). I'll send it to you on a private email so you can check by yourself. Regards Guy _ From

Re: [Live-devel] On Demand Session for MPEG1or2AudioRTPSink

2008-01-28 Thread Ross Finlayson
>Hi all, >I stream a mp3 file using MP3FileSource and MPEG1or2AudioRTPSink? It works >fine but is it correct? Yes, that's correct. >What type of session >class should I use for an on demand service? You use a "MP3AudioFileServerMediaSubsession". This will end up creating these same two classe

[Live-devel] On Demand Session for MPEG1or2AudioRTPSink

2008-01-28 Thread Ramon Martin de Pozuelo Genis
Hi all, I stream a mp3 file using MP3FileSource and MPEG1or2AudioRTPSink? It works fine but is it correct? Should I use another sink class? What type of session class should I use for an on demand service? Thanks in advance, Ramon ___ live-devel mail