Skip to content

Commit eafc247

Browse files
committed
chore: Update Cast receiver ID for v3.3
Change-Id: I45013462a49b9e1ebfb017371b80bf351f9ee286
1 parent f767260 commit eafc247

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

demo/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128
</div>
129129
<main class="mdl-layout__content" id="main-div">
130130
<div id="video-bar" class="hidden">
131-
<div data-shaka-player-container data-shaka-player-cast-receiver-id="E7271BEC" class="video-container">
131+
<div data-shaka-player-container data-shaka-player-cast-receiver-id="BBED8D28" class="video-container">
132132
<video data-shaka-player autoplay playsinline id="video"></video>
133133
</div>
134134
</div>

docs/tutorials/ui.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Set up controls with HTML data attributes:
3030
The data-shaka-player-cast-receiver-id tag allows you to provide a Cast Application ID that
3131
the cast button will cast to; the value provided here is the sample cast receiver. -->
3232
<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">
3434
<!-- The data-shaka-player tag will make the UI library use this video element.
3535
If no video is provided, the UI will automatically make one inside the container div. -->
3636
<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.
111111
<!-- Add a data-shaka-player-cast-receiver-id tag to provide a Cast Application ID that
112112
the cast button will cast to; the value provided here is the sample cast receiver. -->
113113
<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">
115115
</div>
116116
```
117117

@@ -137,7 +137,7 @@ or a `<source>` tag inside it to enable auto loading of the specified content.
137137

138138
```html
139139
<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">
141141
<!-- The manifest url in the src attribute will be automatically loaded -->
142142
<video autoplay data-shaka-player id="video" style="width:100%;height:100%"
143143
src="https://storage.googleapis.com/shaka-demo-assets/angel-one/dash.mpd"></video>
@@ -148,7 +148,7 @@ or
148148

149149
```html
150150
<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">
152152
<video autoplay data-shaka-player id="video" style="width:100%;height:100%">
153153
<!-- The manifest url in the src attribute will be auto loaded -->
154154
<source src="https://storage.googleapis.com/shaka-demo-assets/angel-one/dash.mpd"/>
@@ -161,7 +161,7 @@ call to the first one fails.
161161

162162
```html
163163
<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">
165165
<video autoplay data-shaka-player id="video" style="width:100%;height:100%">
166166
<!-- Try this first -->
167167
<source src="https://storage.googleapis.com/shaka-demo-assets/angel-one/dash.mpd"/>

0 commit comments

Comments
 (0)