NativeScript / NativeScript/plugins
[nativescript-videoplayer][@nstudio/nativescript-exoplayer][ios] Streaming video does not play on ios
オープン
まだ誰も着手していません。
- 主要言語
- TypeScript
- スター
- 206
- フォーク
- 123
- 平均マージ
- 2日 1時間
- マージ済み PR(30日)
- 1
説明
Hi everyone.
When I put the streaming URL, it does not play for IOS, but it plays on Android. I have tried with both videoplayer and exoplayer plugins, but I can't get it to play for IOS.
Github: https://github.com/vicmasa/ns853
URL Streaming: https://liveams.viiamanager.com:5443/LiveApp/streams/Invian-cid1-Jumbo_Screen_TEST-lid85-Flujo.m3u8
<Page xmlns="http://schemas.nativescript.org/tns.xsd" loaded="loaded"
xmlns:VideoPlayer="nativescript-videoplayer" xmlns:exoplayer="@nstudio/nativescript-exoplayer">
<StackLayout>
<VideoPlayer:Video width="300" height="280" controls="true" autoplay="true"
src="https://liveams.viiamanager.com:5443/LiveApp/streams/Invian-cid1-Jumbo_Screen_TEST-lid85-Flujo.m3u8" />
<exoplayer:Video width="300" height="280" autoplay="true"
src="https://liveams.viiamanager.com:5443/LiveApp/streams/Invian-cid1-Jumbo_Screen_TEST-lid85-Flujo.m3u8" />
</StackLayout>
</Page>
OS: macOS 13.3.1
CPU: (8) arm64 Apple M1 Pro
Shell: /bin/zsh
node: 19.8.1
npm: 9.5.1
nativescript: 8.5.3
# android
java: 11.0.17
ndk: Not Found
apis: Not Found
build_tools: Not Found
system_images: Not Found
# ios
xcode: 14.3/14E222b
cocoapods: 1.12.1
python: 2.7.18
python3: 3.9.6
ruby: 2.7.8
platforms:
- DriverKit 22.4
- iOS 16.4
- macOS 13.3
- tvOS 16.4
- watchOS 9.4
Dependencies
"dependencies": {
"@nativescript/core": "~8.5.0",
"@nativescript/theme": "~3.0.2",
"@nativescript/ui-charts": "^0.4.0",
"@nstudio/nativescript-exoplayer": "^6.1.0",
"nativescript-videoplayer": "^5.0.1"
},
"devDependencies": {
"@nativescript/android": "8.5.0",
"@nativescript/ios": "8.5.1",
"@nativescript/webpack": "~5.0.14"
}
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
まず、issue に示されている nativescript-videoplayer および @nstudio/nativescript-exoplayer コンポーネントを使って、提供された M3U8 ストリーミング URL を iOS 上で再現します。iOS の結果を Android と比較し、プラグイン固有の失敗条件を特定します。原因と再現可能な解決策が文書化されれば完了です。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- ios
- 領域
- mobile
- issue の種類
- バグ
- 難易度
- 4/5
- 見積もり時間
- 3〜5日
- 活発さ
- 停滞
- 明瞭さ
- 説明が足りない
- 初心者へのやさしさ
- 25/100