Skip to content

Commit

Permalink
Merge pull request #2709 from iFeelSmart/chore/add_sample_demo_streams
Browse files Browse the repository at this point in the history
test(android): add additional sample streams
  • Loading branch information
hueniverse committed Jun 5, 2022
2 parents 2753c58 + 556192d commit e63f9b3
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions examples/basic/src/VideoPlayer.android.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,18 +50,26 @@ class VideoPlayer extends Component {
srcList = [
require('./broadchurch.mp4'),
{
description: 'subtitles',
description: '(dash) sintel subtitles',
uri: 'https://bitmovin-a.akamaihd.net/content/sintel/sintel.mpd',
},
{
description: 'demo with sintel Subtitles',
description: '(mp4) big buck bunny',
uri: 'http://d23dyxeqlo5psv.cloudfront.net/big_buck_bunny.mp4',
},
{
description: '(hls|live) red bull tv',
uri: 'https://rbmn-live.akamaized.net/hls/live/590964/BoRB-AT/master_928.m3u8'
},
{
description: '(mp4|subtitles) demo with sintel Subtitles',
uri:
'http://www.youtube.com/api/manifest/dash/id/bf5bb2419360daf1/source/youtube?as=fmp4_audio_clear,fmp4_sd_hd_clear&sparams=ip,ipbits,expire,source,id,as&ip=0.0.0.0&ipbits=0&expire=19000000000&signature=51AF5F39AB0CEC3E5497CD9C900EBFEAECCCB5C7.8506521BFC350652163895D4C26DEE124209AA9E&key=ik0',
type: 'mpd',
},
{ description: 'Stopped playback', uri: undefined },
{ description: '(no url) Stopped playback', uri: undefined },
{
description: 'no View',
description: '(no view) no View',
noView: true,
},
]
Expand Down

0 comments on commit e63f9b3

Please sign in to comment.