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

2009-08-24 Thread Yedidia Amit
...@ns.live555.com [mailto:live-devel-boun...@ns.live555.com] On Behalf Of Steve Jiekak Sent: Monday, August 24, 2009 4:37 PM To: LIVE555 Streaming Media - development & use Subject: Re: [Live-devel] Receiver for H.264 I am now able to compute ,from the source, the profile level and the sprop-param

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 Ganesh V
Steve, My answers below: >On the receiver end: >- You need to gather SPS and PPS from SDP once your media sub-session is >created, which involved base64 decoding and adding a NALU start code >(dependent on the decoder connected at the output > of receiver So I should write it at the beginnin

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

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

2009-08-20 Thread Ganesh V
require an interface to interact with H264VideoRTPSource/H264VideoRTPSink classes. Hope this helps. Ganesh From: Steve Jiekak To: live-de...@ns.live555.com Sent: Thursday, August 20, 2009 4:05:05 PM Subject: [Live-devel] Receiver for H.264 Hi, I am trying to

[Live-devel] Receiver for H.264

2009-08-20 Thread Steve Jiekak
Hi, I am trying to write a receiver for H.264, but my efforts are vain. I already have a successful streamer which start an rstp server, and was trying to write a sender/receiver as for mpeg1or2. Actually my sender/receiver looks like the testMPEG1or2Streamer/testMPEG1or2Receiver without RSTP, a