Re: [Live-devel] Queries related to Streaming MP3 clips using LIVE server.

2009-11-12 Thread Ross Finlayson
I have some doubts regarding the RTP Payload for MP3. 1) When I received the payload it's something like this 00 00 00 00 ff e3 e8 . The valid data starts only after 4 bytes in all the cases. Why is that so? Because these first 4 bytes are the "MPEG Audio-specific header" defined

Re: [Live-devel] Queries related to Streaming MP3 clips using LIVE server.

2009-11-11 Thread Sathish Kumar Manohar
-devel-boun...@ns.live555.com] On Behalf Of Sathish Kumar Manohar Sent: Tuesday, November 10, 2009 11:35 AM To: live-devel@lists.live555.com Subject: [Live-devel] Queries related to Streaming MP3 clips using LIVE server. Hi Ross, I have some doubts regarding the RTP Payload for MP3. 1) When I

Re: [Live-devel] Queries about live555 Streaming Media

2008-07-01 Thread Ross Finlayson
1. When I compile the source code package, I follow the instructions that : - extract the package to a folder, then type the command : cd home/hannah/Documents . This is the folder contains the "live". You need to cd *into* the "live" directory itself. Then run "./genMakefiles linus",

[Live-devel] Queries about live555 Streaming Media

2008-07-01 Thread Hannah
Hi I'm trying to compile the live555 Streaming Media packet on Linux. I have 2 problems and can't find the solution in the FAQ. So I wrote to ask. Hope you will reply to me :) 1. When I compile the source code package, I follow the instructions that : - extract the package to a folder, the

Re: [Live-devel] Queries: regarding AAC

2007-08-16 Thread Ross Finlayson
>1. I am unable to find any framer class ( as was used for >MPEG4ESVideoStreamFramer ; as well as a corresponding parser) for >the same. The issue is that I am using Live555 as an RTP packetizer >for aac content and relaying it to Darwin which does the necessary >RTSP part). So I cannot just us

[Live-devel] Queries: regarding AAC

2007-08-16 Thread Brian D'Souza
Hi, I have been tracking posts regarding streaming MPEG4 audio( encoded in AAC) and in an earlier post too I was instructed to have a look at the MPEG4GenericRTPSink and ADTSAudioFileServerMediaSubsession. My queries: 1. I am unable to find any framer class ( as was used for MPEG4ESVideoStreamFr

[Live-devel] Queries

2007-08-10 Thread Brian D'Souza
Would appreciate feedback *a) So I was looking for something which demultiplexes this TS into audio and video streams.* Currently when I look at the code, we do have modules to demultiplex program streams, multiplex into transport stream and also modules to convert from program stream to transpo