> actually i want an application which takes h264 as an input file and tells > the header size,I,B,P-frames....
What you can do is add #define DEBUG 1 to the start of "liveMedia/H264VideoStreamFramer.cpp", then recompile the "liveMedia" library. Then rebuild the "testH264VideoStreamer" application. Then you'll get debugging output that will show information about each NAL unit in the file. Ross Finlayson Live Networks, Inc. http://www.live555.com/
_______________________________________________ live-devel mailing list [email protected] http://lists.live555.com/mailman/listinfo/live-devel
