drawRect / Instagram_Stories

Inspired by Instagram Stories functionality. This source is similar to Instagram Stories, which is having both image and video support.
MIT License
414 stars 76 forks source link

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

Open gauravBhamre27 opened 1 year ago

gauravBhamre27 commented 1 year ago

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 commented 1 year ago

We are supporting only on iOS App.

gauravBhamre27 commented 1 year ago

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

gauravBhamre27 commented 1 year ago

@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 commented 1 year ago

@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