Re: [Live-devel] (no subject)

2009-09-09 Thread Steve Jiekak
can't help you. Regards, Steve Jiekak On Tue, Sep 8, 2009 at 4:06 AM, ansary mohamed wrote: > Hi experts, > > I am doing H.264 streaming using live555 libraries and using vlc to play > the rtp stream. I understand from the mailing list that this is done before. > I read thru the co

[Live-devel] PATCH: FileSink for ADTS

2009-09-05 Thread Steve Jiekak
These are all the files you need. Enjoy. On Sat, Sep 5, 2009 at 11:40 PM, Ross Finlayson wrote: > I've written a file sink saving AAC with ADTS for my own program, and I was >> wondering if >> it can be incorporated in live555, in case other people need something >> like this. >> > > Sure. Send

[Live-devel] FileSink for ADTS

2009-09-05 Thread Steve Jiekak
Hello Ross, I've written a file sink saving AAC with ADTS for my own program, and I was wondering if it can be incorporated in live555, in case other people need something like this. Regards, Steve Jiekak ___ live-devel mailing list live-

[Live-devel] where can I find a specification of ADTS header?

2009-08-25 Thread Steve Jiekak
Do somebody know where I can find a document where the header format for ADTS is described?? Thanks, Steve ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel

Re: [Live-devel] Receiver for H.264

2009-08-24 Thread Steve Jiekak
I am now able to compute ,from the source, the profile level and the sprop-parameter-set string (which by the way , is a huuuge string :) ). Can someone explain me again how should the receiver program can get these values and add it to the end file?? Thanks for everything, Steve

Re: [Live-devel] Receiver for H.264

2009-08-21 Thread Steve Jiekak
I think I might be wrong, is the NAL unit type octet respectively : 0 11 00111 for SPS so 0x67 0 11 01000 for PPS so 0x68 ?? ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel

Re: [Live-devel] Receiver for H.264

2009-08-21 Thread Steve Jiekak
Thanks for your reply Ganesh, I have some questions inline. On Server: > - SPS and PPS are used to generate sprop_parameter_sets. The 2 parameter > sets i.e. SPS and PPS should be encoded in base-64 format with a comma > separating the two. Do note that SPS and PPS information should not have the

[Live-devel] Receiver for H.264

2009-08-20 Thread Steve Jiekak
, and I took care to use the right SOurce/Sink class. FFmpeg recognise the format, with "Duration: N/A, bitrate: N/A", and vlc is not able to play it. Con someone tell me what's missing?? Regards, Steve Jiekak ___ live-devel mailing

[Live-devel] how to stream AAC in live555?

2009-08-06 Thread Steve Jiekak
I want to stream AAC in live, and of what I've seen, I need AudioSource and AUdioSink classes. For the Sink it looks like MPEG4GenericRTPSink will be enough.. but for the source ?? is there an existing class or should I write one myself? Any help will be appreciated , Steve J

[Live-devel] misbehavior after delivering H.264 frame

2009-08-04 Thread Steve Jiekak
Hi got some strange behavior when I try to stream H.264 . I have my implementation of device source class, which directly read entire frames from a socket, and feed the H264VideoSink. I have already made a similar class for MPEG1 , and it was working fine... Here the afterGettingframe of the H264

[Live-devel] level and parameters for H264VideoRTPSink constructor

2009-07-28 Thread Steve Jiekak
I am encoding using the profile baseline, level 1.3 , and I want to know which exadecimal integer match for the constructor of H264VideoRTPSink. Also, how to determine the right values for sprop_parameter_sets_str ?? Best regards, Steve jiekak ___ live