簡體   English   中英

Flutter 來自資產的 HLS (m3u8) 格式視頻未在 iOS 設備上播放

[英]Flutter HLS (m3u8) format video from asset not playing on the iOS device

我遇到了視頻播放器的問題。 HLS (m3u8) video from the asset is not playing on the iOS device 我已經用 playlist.m3u8 下載了所有 ts 塊文件,並將它們復制到資產文件夾中。 Android 沒有問題,它可以從資產中正常播放,但在 iOS 設備上它沒有播放,錯誤日志也沒有拋出。

任何解決方案? 如何在 iOS 設備上播放資產/本地的 HLS (m3u8) 視頻。

使用: video_player: ^2.3.0

提前致謝!

如果您需要使用 HTTP(而不是 HTTPS)URL 訪問視頻,您需要將適當的 NSAppTransportSecurity 權限添加到您應用程序的 Info.plist 文件中,該文件位於 /ios/Runner/Info.plist。 請參閱Apple 文檔以確定適用於您的用例和支持的 iOS 版本的正確條目組合。

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM