<DIV>Hi,again.</DIV>
<DIV>In the early letters we wrote like following:</DIV>
<DIV>>The stream contain mepg4 video <BR>>and mpeg1 layer2 audio.they are consisted like this:<BR>><BR>>one frame mpeg1 audio element stream<BR>>one frame mpeg1 audio element stream<BR>>......<BR>>one frame mpeg4 video element stream<BR>>one frame mpeg4 video element stream<BR>>......<BR>>one frame mpeg1 audio element stream<BR>>one frame mpeg1 audio element stream<BR>><BR>>it is not a ts stream.Just the element stream.<BR> <BR>>Ross write<BR><BR>>You will need to write your own demultipexor, to split this single <BR>>stream into its component audio and video elementary streams, and <BR>>then stream each of those.<BR><BR>>But my encoded stream has the is special header and tailor.like this.<BR> <BR>>one frame <BR>>************************************************<BR>>the chanel number**the frame type**the frame size<BR>>*************************************************<BR>>MPEG4 encoded data<BR>>*************************************************<BR>>0000000000000000000000000000000000000000000000000<BR>>*************************************************<BR> <BR>>the frame size is defined 512*N byte, if the real frame size is not 512*N then the left >data is ox00.<BR>>so if I want to stream this format element stream, what should I do?<BR>>Perhaps I can modify the MPEG4 parse()program or I can implement the row data parse in >the Demux program. Could you please give me some advice? Thank you very much!<BR> </DIV>
<DIV>>your reply is:</DIV>
<DIV>>You can't (at least, not in any way that I can help you with) because <BR>>this data format is completely non-standard, and is not supported by <BR>>any of our classes, and will not be understandable by any standard receiver.</DIV>
<DIV> </DIV>
<DIV>I think out a method to solve the problem,but I don't know whether it is right.So ask you some advice.</DIV>
<DIV>In the FAQ I see the typical control flow is </DIV>
<DIV>'source1' -> 'source2' (a filter) -> 'source3' (a filter) -> 'sink'</DIV>
<DIV>so if I can program a filter to abstract the standard video data and standard audio data than the server receive the standard data from the filer Will this be OK? Thank you very much!</DIV>
<DIV>If it will works, could you please give some example of the filer?<BR><BR></DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV> </DIV>