vid-streamer icon indicating copy to clipboard operation
vid-streamer copied to clipboard

Doesn't stream properly in flash

Open btmdave opened this issue 11 years ago • 1 comments

This module works great in HTML5, however in flash, you can't seek to positions not yet downloaded - it doesn't cut the moov atoms, therefore throws an error in playback when seeking further down.

Any plans to support this?

Thanks!

btmdave avatar Sep 13 '13 15:09 btmdave

btmdave,

Do you know what special behavior flash requires from the server to accomplish what you are talking about? I just added a feature to vid-streamer to enable forced chunking of movie files, and it sounds a little bit similar to what you mentioned in your issue above. Does flash specify what size chunks or moov atoms it needs? What does the request object look like? I could probably adapt the chunk sizing to match the moov atom size if that data is available somewhere in a flash request.

-Mike

mdconaway avatar Sep 10 '15 22:09 mdconaway