Ticket #703 (closed Bug: Fixed)

Opened 2 years ago

Last modified 13 months ago

MP4 seeking

Reported by: disav Owned by: mondain
Priority: Critical Component: Streaming and Networking
Version: 0.9.0 RC1 Keywords: NetStream seek mp4
Cc: itnix

Description

When do you plan realizing MP4 seeking feature?

Change History

Changed 22 months ago by mondain

  • status changed from new to closed
  • resolution set to Cannot Reproduce

Seeking on h.264 clips works for most videos tested.

Changed 13 months ago by itnix

  • status changed from closed to reopened
  • cc itnix added
  • type changed from New Feature to Bug
  • component changed from App Server to Streaming and Networking
  • keywords NetStream seek mp4 added
  • resolution Cannot Reproduce deleted

"most" may be.. but I got one that's not seeking - not at all!
 http://ganchev.pomagalo.eu/testVideo.mp4
In short: the case is that I do ns.play("testVideo.mp4") and the video start just fine.
But when I do ns.seek(>0) it freezes the picture and seeks (I got Timer so I'm watching the ns.time property).
What I got as trace dump is:

[SWF] D:\xxx\vPlayer.swf - 43,005 bytes after decompression
[ STREAM ]: NetStream.Play.Reset
[ STREAM ]: NetStream.Play.Start
[ STREAM ]: NetStream.Buffer.Full
seek @ 60.8
[ STREAM ]: NetStream.Seek.Notify
[ STREAM ]: NetStream.Play.Start
[ STREAM ]: NetStream.Buffer.Full
[ STREAM ]: NetStream.Unpause.Notify
[ STREAM ]: NetStream.Buffer.Empty
[Unload SWF] D:\xxx\vPlayer.swf

Changed 13 months ago by itnix

  • status changed from reopened to closed
  • resolution set to Fixed

Sorry. I checked out the last version and seems everything works fine :)
Again - sorry to bother.

Note: See TracTickets for help on using tickets.