Need your help/support in troubleshooting issue with video load.
I have developed a custom media player to load .flv files from a CDN.
The AIR application is working fine and loading files videos from the CDN location, but while loading few files it shows few bytes are loaded in VideoProgressEvent.PROGRESS event and then it throws the below error.
Error Trace:
/********************************************************************* *********
Video PRogress::BytesLoaded::66 Bytes Total::14543
Video PRogress::BytesLoaded::524 Bytes Total::14543
Error #2044: Unhandled ErrorEvent:. text=
at fl.video::VideoPlayer/http://www.adobe.com/2007/flash/flvplayback/internal::_createStream()
at fl.video::VideoPlayer/http://www.adobe.com/2007/flash/flvplayback/internal::_load()
at fl.video::VideoPlayer/load()
at fl.video::FLVPlayback/doContentPathConnect()
at fl.video::FLVPlayback/set source()
at mmplayer::FLVPlayer/set url()
at mmplayer::CustomPlayer/set mediaURL()
at mmplayer::CustomPlayer/resultHandler()
at flash.events::EventDispatcher/dispatchEventFunction()
at flash.events::EventDispatcher/dispatchEvent()
at mx.rpc::AbstractOperation/http://www.adobe.com/2006/flex/mx/internal::dispatchRpcEvent()
at mx.rpc::AbstractInvoker/http://www.adobe.com/2006/flex/mx/internal::resultHandler()
at mx.rpc::Responder/result()
at mx.rpc::AsyncRequest/acknowledge()
at DirectHTTPMessageResponder/completeHandler()
at flash.events::EventDispatcher/dispatchEventFunction()
at flash.events::EventDispatcher/dispatchEvent()
at flash.net::URLLoader/onComplete()
/********************************************************************* *****************
I am using CS5 for publishing the file and below are the publish setting:
Adobe AIR 2
ActionScript 3.0
I have also checked for the sandbox issues and added DRM events, but its not throwing any, also its not providing the error text(Error #2044: Unhandled ErrorEvent:. text=).
Please any pointers/help will be much appriciated.