iphone - Netstream() progressive download of internal file -
hello have been working on project while:
i have non standard mp4 video file want play off server in iphone app (i using flash builder create it).
due combination of server problems (not correctly identifying mime type , cant changed) , iphone limitations (e.g. not being able force iplayer play files wrong extension), have had setup process reads file in, saves locally , point video player @ local file.
although sort of works, having issue of files large (94mb 17 min video) , slow server - takes 120 seconds transfer whole file.
i thought if started playing video, transfer rate faster playback rate video play ok.
however video crashes, guessing result of video reading beyond has been written.
if video played internal file using progressive download think not crash resume once more date had been read understand progressive download triggered url extension beginning http://
can make internal file play using progressive download ? know not expected logically system expect local file download ? appreciated toby
try know download file complete or not
it easy use write delegate method.
edit
also see stitchedstreamplayer
Comments
Post a Comment