Re: [Live-devel] H.264 NAL confusion

2009-04-03 Thread Ross Finlayson
After tonight, I'm convinced something is wrong with my SDP stuff. I fired up Wireshark to see the traffic between my transmitting application and VLC, and I don't see the SDP stuff anywhere in the bitstream. Would it be contained in the RTP packets, or the RTCP packets? No, the SDP descript

Re: [Live-devel] H.264 NAL confusion

2009-04-03 Thread Jeremy Noring
Thanks for the response Debargha. << You need to send NAL units to your H264VideoRTPSink. Is the X264 encoder you are using creating a single NAL unit per video frame encoded? >> My encoder is creating a single NAL unit per video frame encoded. I verified that very thing this evening just to dou

Re: [Live-devel] Compiler warnings

2009-04-03 Thread Ross Finlayson
Working on a idea for a project and compiled up live on my Fedora 10 box, with gcc version 4.3.2 Noticed a tone of warnings such as ... "warning: deprecated conversion from string constant to 'char*'" This is from passing a "string" to a function that's expecting a char*. Can be cleaned up in

Re: [Live-devel] Compiler warnings

2009-04-03 Thread Glen Gray
Looking back at the archives, I see that Erik Hovland submitted a big patch for something similar. On 3 Apr 2009, at 10:13, Glen Gray wrote: Hey Guys, Working on a idea for a project and compiled up live on my Fedora 10 box, with gcc version 4.3.2 Noticed a tone of warnings such as ...

[Live-devel] Compiler warnings

2009-04-03 Thread Glen Gray
Hey Guys, Working on a idea for a project and compiled up live on my Fedora 10 box, with gcc version 4.3.2 Noticed a tone of warnings such as ... "warning: deprecated conversion from string constant to ‘char*’" This is from passing a "string" to a function that's expecting a char*. Can be