Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I'm not able to play video Mainfest file. #138

Open
gauravBhamre27 opened this issue Sep 23, 2022 · 4 comments
Open

I'm not able to play video Mainfest file. #138

gauravBhamre27 opened this issue Sep 23, 2022 · 4 comments

Comments

@gauravBhamre27
Copy link

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!

@ranmyfriend
Copy link
Member

We are supporting only on iOS App.

@gauravBhamre27
Copy link
Author

gauravBhamre27 commented Sep 24, 2022

@ranmyfriend
Yes, I'm using this in iOS.

@gauravBhamre27
Copy link
Author

@ranmyfriend
We are loading the below URL :
http://revohloomedia.streaming.mediaservices.windows.net/93b41fb4-7aa8-4ca6-adae-1d39c18538af/7ce1d99d462d41fea67c8e45e3f9c737.ism/manifest(format=m3u8-aapl)

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
"Video error: Can't download video"

Can you please help us with this?

Thanks!

@boominadhaprakash
Copy link
Member

@gauravBhamre27

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:
https://stackoverflow.com/questions/69897413/why-cant-i-play-certain-m3u8-items-with-avplayer

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants