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:
@@ -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',
|
||||
|
BIN
examples/basic/src/portrait.mp4
Normal file
BIN
examples/basic/src/portrait.mp4
Normal file
Binary file not shown.
Reference in New Issue
Block a user