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

hcdownload

it easy use write delegate method.

edit

also see stitchedstreamplayer


Comments

Popular posts from this blog

php - Why I am getting the Error "Commands out of sync; you can't run this command now" -

linux - Does gcc have any options to add version info in ELF binary file? -

java - Are there any classes that implement javax.persistence.Parameter<T>? -