Re: [Live-devel] Modifying testMPEG1or2VideoStreamer to Stream m4e Files

2009-06-21 Thread Russell, Michael (mrusse05)
Hi Ross, Thanks for your reply. So If I understand this correctly, the fact that I am using MPEG-4 video means that I have to somehow communicate the SDP description to my player; and for most applications, RTSP is employed to take care of that automatically. I have successfully used testMP

Re: [Live-devel] Receiving H.264 RTP stream from Sony network cameras ...

2009-06-21 Thread Ganesh V
Hi Kamil, In Livemedia exmaple applications, you attach a 0x00 00 00 01 after you receive the packet. In the packet which you received, the first octet is as per the standard which has F, NRI, NALU Type. Attaching the pattern above (which is actually NALU start code) is for file dump cases. D

[Live-devel] Receiving H.264 RTP stream from Sony network cameras ...

2009-06-21 Thread kd
Hi, Each packet passed to ProcessSpecialHeader() is prefixed with 001 but I noticed that for this functions the first byte in a packet is always a NAL type, so it always reads NAL of type 0. I'm not sure but it doesn't look like RFC 3984. Maybe is this a some separate standard of streaming, whi