Languages

Menu
Sites
Language
Tizen AVPlay freezes on 302 redirect

Hi,

Appreciate any help here, in advance.

We're building a Tizen native app using NACL. The app plays video with AVPlay. What we're noticing is that Tizen AVPlay is freezing and returns a network error when it receives an HTTP 302 response during playback, when the player is trying to retrieve an Ad ts file and receives an HTTP 302. This is what we see in the logs:

E/STREAMING_ENGINE( 849): Curl.cpp: ResultIf(1989) > Curl Download Error!!: pause(0), interrupt(0), has(-18), Curl(7), http(302), now(0), total(0), https:<link to ts file>...
E/MMSTREAMING( 849): Curl.cpp: ResultIf(1989) > Curl Download Error!!: pause(0), interrupt(0), has(-18), Curl(7), http(302), now(0), total(0), https:<link to ts file>...
E/STREAMING_ENGINE( 849): CHLSDataProcessMgr.cpp: StateError(852) > >> CHLSDataProcessMgr::StateError -20
E/MMSTREAMING( 849): CHLSDataProcessMgr.cpp: StateError(852) > >> CHLSDataProcessMgr::StateError -20
E/STREAMING_ENGINE( 849): CHLSDataProcessMgr.cpp: StateError(880) > !! CHLSDataProcessMgr::StateError -20
E/MMSTREAMING( 849): CHLSDataProcessMgr.cpp: StateError(880) > !! CHLSDataProcessMgr::StateError -20
E/WEBAPI_PLUGINS( 4685): avplay_adapter.cc: setErrorEventCBNative(2113) > Entered and the error_code = [-26476506]
E/WEBAPI_PLUGINS( 4685): avplay_adapter.cc: setErrorEventCBNative(2185) > PLAYER_ERROR_CONNECTION_FAILED
E/WEBAPI_PLUGINS( 4685): avplay_adapter.cc: setSilentSubtitle(5194) > param [1]
E/WEBAPI_PLUGINS( 4685): avplay_adapter.cc: stop(2756) > Entered Stop

Has anyone encountered this same problem before? Is this a Tizen issue with its CURL API?

Thank you