Re: [Live-devel] ASF payload using opemRTSP exe

2007-08-08 Thread Ross Finlayson
>I am using openRTSP executable to extract ASF audio payload from the >RTP packet. >What is the offset option that I should enter for -s option, so the >acccepted file will be readable by >Windows media Player 9.0 I have no idea. (I don't even know if what you're suggesting is possible.) The

[Live-devel] ASF payload using opemRTSP exe

2007-08-08 Thread Eli Lurie
Hi I am using openRTSP executable to extract ASF audio payload from the RTP packet. What is the offset option that I should enter for -s option, so the acccepted file will be readable by Windows media Player 9.0 Eli ___ live-devel mailing list live-devel@

Re: [Live-devel] Couple of questions

2007-08-08 Thread Chris Wein
Note that ADTS is not quite an elementary AAC stream so if you demux the AAC you might just get a stream of raw data blocks with no headers at all which cannot be decoded unless the decoder knows the sampling frequency and channel config.Date: Wed, 8 Aug 2007 15:52:05 -0700To: [EMAIL PROTECTED]:

Re: [Live-devel] Couple of questions

2007-08-08 Thread Brian D'Souza
Regarding not using Darwin, the idea is to alow support playlists as well ( in terms of scalability). Else Live555 was enough. One question here. It is fine to do unicast streaming and inject those streams ( without enabling RTSP server right) and let the DSS take care of RTSP right? Thanks Brian

Re: [Live-devel] Couple of questions

2007-08-08 Thread Brian D'Souza
Hi , Enclosed replies and more questions below. Brian On 8/8/07, Ross Finlayson <[EMAIL PROTECTED]> wrote: > > *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 str

Re: [Live-devel] Couple of questions

2007-08-08 Thread Ross Finlayson
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 transport stream. But what I would

[Live-devel] Clarification reg. FAQ

2007-08-08 Thread Brian D'Souza
Hi, In one of the FAQ's as well as earlier discussions there was something asked about streaming MPEG4 content and the need for enabling the RTSp server in those applications for unicast streaming. *My scenario:* What would be needed in this scenario, I want unicast streaming but basically I use

[Live-devel] Couple of questions

2007-08-08 Thread Brian D'Souza
Hi, I have been studying the live media code and its corresponding utilities for use in my module. Let me give an overview of what I am looking to develop. Basically my input is a tran

Re: [Live-devel] ask for m4e files

2007-08-08 Thread Ross Finlayson
Live media server only supports m4e files. I`ve read the FAQs and tried to find the m4e files on the web. But these files are scarce. If you have these files, no matter how small they are, please send them to me or give me a link to the web page where I can download them. I don't reall