@@ -30,7 +30,7 @@ Set up controls with HTML data attributes:
30
30
The data-shaka-player-cast-receiver-id tag allows you to provide a Cast Application ID that
31
31
the cast button will cast to; the value provided here is the sample cast receiver. -->
32
32
<div data-shaka-player-container style =" max-width :40em "
33
- data-shaka-player-cast-receiver-id =" E7271BEC " >
33
+ data-shaka-player-cast-receiver-id =" BBED8D28 " >
34
34
<!-- The data-shaka-player tag will make the UI library use this video element.
35
35
If no video is provided, the UI will automatically make one inside the container div. -->
36
36
<video autoplay data-shaka-player id =" video" style =" width :100% ;height :100% " ></video >
@@ -111,7 +111,7 @@ set up a listener for the 'caststatuschanged' events.
111
111
<!-- Add a data-shaka-player-cast-receiver-id tag to provide a Cast Application ID that
112
112
the cast button will cast to; the value provided here is the sample cast receiver. -->
113
113
<div data-shaka-player-container style =" max-width :40em "
114
- data-shaka-player-cast-receiver-id =" E7271BEC " >
114
+ data-shaka-player-cast-receiver-id =" BBED8D28 " >
115
115
</div >
116
116
```
117
117
@@ -137,7 +137,7 @@ or a `<source>` tag inside it to enable auto loading of the specified content.
137
137
138
138
``` html
139
139
<div data-shaka-player-container style =" max-width :40em "
140
- data-shaka-player-cast-receiver-id =" E7271BEC " >
140
+ data-shaka-player-cast-receiver-id =" BBED8D28 " >
141
141
<!-- The manifest url in the src attribute will be automatically loaded -->
142
142
<video autoplay data-shaka-player id =" video" style =" width :100% ;height :100% "
143
143
src =" https://storage.googleapis.com/shaka-demo-assets/angel-one/dash.mpd" ></video >
148
148
149
149
``` html
150
150
<div data-shaka-player-container style =" max-width :40em "
151
- data-shaka-player-cast-receiver-id =" E7271BEC " >
151
+ data-shaka-player-cast-receiver-id =" BBED8D28 " >
152
152
<video autoplay data-shaka-player id =" video" style =" width :100% ;height :100% " >
153
153
<!-- The manifest url in the src attribute will be auto loaded -->
154
154
<source src =" https://storage.googleapis.com/shaka-demo-assets/angel-one/dash.mpd" />
@@ -161,7 +161,7 @@ call to the first one fails.
161
161
162
162
``` html
163
163
<div data-shaka-player-container style =" max-width :40em "
164
- data-shaka-player-cast-receiver-id =" E7271BEC " >
164
+ data-shaka-player-cast-receiver-id =" BBED8D28 " >
165
165
<video autoplay data-shaka-player id =" video" style =" width :100% ;height :100% " >
166
166
<!-- Try this first -->
167
167
<source src =" https://storage.googleapis.com/shaka-demo-assets/angel-one/dash.mpd" />
0 commit comments