Hi to all,<br><br>I am trying to stream A / V which are stored in a series of PES packets.<br><br>I am using the VOBstreamer code as a start - just changed the source so that it reads from my source.<br><br>Audio works fine - I am encountering a rather peculiar error with video. My video RTP packets are being send with alternating Sequence Numbers. For example:
<br><br>RTP packet 1 Sequence number:54820<br>RTP packet 2 Sequence number:44758<br>RTP packet 3 Sequence number:54821<br>RTP packet 4 Sequence number:44759<br>RTP packet 5 Sequence number:54822<br>RTP packet 6 Sequence number:44760
<br>RTP packet 7 Sequence number:54823<br><br>It is as if it sees two video streams when in fact there should only be one.<br><br>Can anyone tell me how the Sequence Number is calculated?<br>