hi all, I have exactly the same pb and as i ve to synchronize 3 streams for a learning application, it is very embarrassing. I ve to add that this pb occurs when i record a video stream with Red5 (NetStream.publish)
This pb seems to disappear using a FLV compressed with the Adobe's Flash Video Encoder. The difference seems to be the header (NetStream.onMetaData) which is not include in a Red5 video stream (logic as it is streaming). That s all i know so far ... Thanx, Philippe On 29/06/06, Brad Daily <[EMAIL PROTECTED]> wrote: > > Just upgraded to the trunk (r1076) today to check things out and work around > the ns.pause() problem on 0.4.x. The pause function now works as expected, > but I am seeing another issue and wondered if it might be a bug. > > When I use ns.seek(), the video seeks to the correct position and plays. > However, after that point, ns.time reports the wrong time by roughly 5-10 > seconds, throwing off the time display in our interface. Again, the video > plays the correct position, only the reported time is incorrect. > Furthermore, each time a seek takes place, the offset increases by another > 5-10 seconds. Here is a trace (the raw numbers are ns.time): > > NetStream.Play.Reset > NetStream.Play.Start > NetStream.Buffer.Full > 0.583 > 0.626 > 0.626 > 0.666 > 0.731 > 0.75 > 0.783 > 0.835 > 0.888 > 0.94 > 0.94 > 0.992 > 1.044 > 1.044 > 1.097 > 1.149 > 1.166 > 1.201 > 1.253 > 1.253 > 1.306 > 1.358 > 1.41 > 1.416 > 1.462 > 1.499 > 1.515 > 1.567 > 1.619 > 1.666 > 1.666 > 1.724 > 1.776 > 1.776 > 1.88 > Seeking to: 25 > NetStream.Seek.Notify > NetStream.Play.Start > NetStream.Buffer.Full > 7.183 > 7.235 > 7.25 > 7.25 > 7.333 > 7.392 > 7.444 > 7.444 > 7.5 > 7.548 > 7.601 > 7.601 > 7.666 > 7.705 > 7.705 > 7.75 > 7.81 > 7.833 > 7.862 > 7.914 > 7.916 > 7.966 > 8.019 > 8.071 > 8.083 > 8.123 > 8.123 > 8.175 > 8.228 > 8.28 > 8.28 > 8.333 > 8.384 > 8.384 > 8.437 > 8.5 > 8.541 > 8.541 > 8.593 > 8.593 > 8.646 > 8.698 > 8.75 > 8.75 > 8.802 > 8.855 > 8.855 > 8.907 > 8.959 > 9 > 9.083 > 9.116 > 9.168 > 9.168 > 9.25 > 9.325 > 9.377 > 9.377 > 9.429 > 9.5 > 9.534 > 9.586 > 9.586 > 9.638 > 9.666 > 9.743 > 9.795 > 9.795 > 9.833 > 9.847 > 9.9 > 9.952 > 10.004 > 10.004 > 10.056 > 10.083 > 10.108 > 10.161 > 10.213 > 10.213 > 10.265 > 10.317 > 10.333 > Seeking to: 25 > NetStream.Seek.Notify > NetStream.Play.Start > NetStream.Buffer.Full > 16.038 > 16.038 > 16.083 > 16.166 > 16.25 > 16.333 > 16.416 > 16.5 > 16.583 > 16.666 > 16.75 > 16.833 > 16.916 > 17 > 17.083 > 17.166 > 17.25 > 17.333 > 17.416 > 17.5 > 17.583 > 17.666 > 17.75 > 17.833 > 17.916 > 17.971 > 18.083 > 18.18 > 18.18 > 18.25 > 18.333 > 18.416 > 18.583 > 18.666 > 18.755 > 18.755 > 18.916 > Seeking to: 0 > NetStream.Seek.Notify > NetStream.Play.Start > NetStream.Buffer.Full > 24.666 > 24.71 > 24.75 > 24.815 > 24.815 > 24.867 > 24.867 > 25 > 25.024 > 25.076 > 25.083 > 25.128 > 25.166 > 25.233 > 25.25 > 25.285 > 25.337 > 25.39 > 25.39 > 25.442 > 25.499 > 25.499 > 25.546 > 25.583 > 25.651 > 25.666 > 25.666 > 25.755 > > Brad Daily > bradleyboy productions > [EMAIL PROTECTED] > > > > _______________________________________________ > Red5 mailing list > [email protected] > http://osflash.org/mailman/listinfo/red5_osflash.org > > > -- Philippe Chaurand +33 (0) 6 74 58 06 58 www.anomes.com _______________________________________________ Red5 mailing list [email protected] http://osflash.org/mailman/listinfo/red5_osflash.org
