Skip to content

Commit

Permalink
Updates DAI VOD HLS stream asset
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 629076057
  • Loading branch information
google-ima-devrel-bot authored and IMA Developer Relations committed Apr 29, 2024
1 parent 455fc66 commit afe1008
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README-DAI.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ const videoOptions = {
const player = videojs('video_player', videoOptions);

// Example of a Live and VOD stream using IMA's samples streams.
const vodStream = new VodStream('hls', '2528370', 'tears-of-steel');
const vodStream = new VodStream('hls', '2548831', 'tears-of-steel');
const liveStream = new LiveStream('hls', 'sN_IYUG8STe1ZzhIIE_ksA');

const imaOptions = {
Expand Down Expand Up @@ -143,7 +143,7 @@ const videoOptions = {
const player = videojs('video_player', videoOptions);

// Example of a Live and VOD stream using IMA's samples streams.
const vodStream = new VodStream('hls', '2528370', 'tears-of-steel');
const vodStream = new VodStream('hls', '2548831', 'tears-of-steel');
const liveStream = new LiveStream('hls', 'sN_IYUG8STe1ZzhIIE_ksA');

const imaOptions = {
Expand Down

0 comments on commit afe1008

Please sign in to comment.