Re: [Live-devel] Live555 : Queries

2007-08-19 Thread Brian D'Souza
Thanks for the inputs. I needed your suggestions on steps I would need to follow to feed these NAL units into the H264RTPSink. For starters a) I am only going to be concerned with 1 NAL unit. As u mentioned ; i could discard working on aggregation packets and just feed a single NAL unit into pack

Re: [Live-devel] Live555 : Queries

2007-08-16 Thread Ross Finlayson
skim through RFC 3984 RTP Payload Format for H.264 Video You really shouldn't have to do this, because the library already implements this RTP payload format (using the "H264VideoRTPSink" class). All you need to do is feed NAL units to it. Howe

Re: [Live-devel] Live555 : Queries

2007-08-16 Thread aviad rozenhek
Hi Brian, welcome to the field, I was a newbie myslef 3 months ago. first thing - the code I wrote is client-side code. so it is less relevant to you. what you need to do is the following - read the file, one NAL at a time. use the aforementioned H264bitstream to do this - skim through