-
Notifications
You must be signed in to change notification settings - Fork 77
I'm not able to play video Mainfest file. #138
Comments
We are supporting only on iOS App. |
@ranmyfriend |
@ranmyfriend While loading this Video URL in the story we are getting the below errors… Error: execSQLStatement:onConnection:toCompletionWithRetry:writeLockHelp - SQL=BEGIN IMMEDIATE TRANSACTION;, error-code=10, error-message=disk I/O error Error: stepSQLStatement:toCompletionWithRetry - stepping returned unhandled result=10, DB=filepath/Cache.db Error: execSQLStatement:onConnection:toCompletionWithRetry:writeLockHelp - SQL=COMMIT TRANSACTION;, error-code=1, error-message=cannot commit - no transaction is active Error: execSQLStatement:onConnection:toCompletionWithRetry:writeLockHelp - SQL=BEGIN IMMEDIATE TRANSACTION;, error-code=10, error-message=disk I/O error Error: stepSQLStatement:toCompletionWithRetry - stepping returned unhandled result=10, DB=filepath/Cache.db Error: stepSQLStatement:toCompletionWithRetry - stepping returned unhandled result=10, DB=filepath/Cache.db Error: execSQLStatement:onConnection:toCompletionWithRetry:writeLockHelp - SQL=COMMIT TRANSACTION;, error-code=1, error-message=cannot commit - no transaction is active Can you please help us with this? Thanks! |
There is no issue with our project. iOS can't handle this kind of url. If you want to try you can create one sample iOS project and load the url in the AVPlayer. Please refer this: |
We are trying to load the below Manifest type of URL, but we are not able to play that.
File URL :- (file-location/manifest(format=m3u8-aapl))
Could you please check this?
Thanks!
The text was updated successfully, but these errors were encountered: