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