fix(ios): ensure orientation is correct on iOS (#3719)

* fix(ts): onPlaybackRateChangeData was not correctly typed

* fix: ensure tracks are well displayed in the sample

* fix(iOS): ensure orientation is correctly reported

* chore: fix build
This commit is contained in:
Olivier Bouillet
2024-04-26 10:02:13 +02:00
committed by GitHub
parent a1090a1639
commit 1a8295c8bf
4 changed files with 11 additions and 16 deletions

View File

@@ -104,9 +104,13 @@ class VideoPlayer extends Component {
srcAllPlatformList = [
{
description: 'local file',
description: 'local file landscape',
uri: require('./broadchurch.mp4'),
},
{
description: 'local file portrait',
uri: require('./portrait.mp4'),
},
{
description: '(hls|live) red bull tv',
uri: 'https://rbmn-live.akamaized.net/hls/live/590964/BoRB-AT/master_928.m3u8',

Binary file not shown.