I am a new bie to develop video and audio capture and network streaming. The basic data I deal with is mpeg4 video frame, mpeg2 video frame, or pcm audio. I may write these frames into file with a certain format. For example, if the mpeg4 video frames and pcm audio come, I would write them into one .avi file. Otherwise if the mpeg2 video frames come, I would write them into one .vob or .mpg file.

I know the .avi file format, it include 'avih', 'strh', 'strl'... But I don't know the exactly information about the format of .vob & .mpg . Until now, you may know all I need are such "ieee" documents, and I could get the definition of these file formats from them. Okey, the first question is Where could I get these documents.

Some key words are very important to me, such as : PES MPEG-TS PS RTSP MPEG MPEG2 MPEG4 MPEGA MPEG2A MPEG4A PCM ... If you do the same job as me, or you feel so familiar with some of the key words, you may want to recommend some useful web sits or open source projects. Okey, just do it. I or we would deeply appreciate while sharing your experience.