Packetising MPEG4 stream data

Hi,
   I am working on a Video System project.  I am having a hardware MPEG4 encoder card which gives me out MPEG4 encoded data stream.  This encoder data stream I am storing in a buffer. Now I have to read this data from the buffer then  packetize this MPEG4 data using UDP and send the packets on network to my client machine for display using directshow.

Now the question is do I have to take in consideration the MPEG4 encoding standards while packetising the data. OR can I just pick up the data from the buffer packetise it without considering the MPEG4 encoding intricacies and send the data. 

Please tell me if I just copy the data( Not considering how the MPEG4 data frames are arranged) from the buffer &  packetise it & send to my client, will directshow display my data. 

Do reply to my query. Thanks in advance…

Samir


Answer this question

Packetising MPEG4 stream data

  • Packetising MPEG4 stream data