Skip to content

Commit

Permalink
feat(casting): fix casting sample screen
Browse files Browse the repository at this point in the history
  • Loading branch information
rolandkakonyi committed Sep 22, 2023
1 parent 4fa39ac commit 65cee12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/src/screens/Casting.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export default function Casting() {
});

// Configure playing DASH source on Chromecast, even when casting from iOS.
source.remotePlayback = {
source.remoteControl = {
castSourceConfig: {
url: 'https://bitmovin-a.akamaihd.net/content/MI201109210084_1/mpds/f08e80da-bf1d-4e3d-8899-f0f6155f6efa.mpd',
type: SourceType.DASH,
Expand Down

0 comments on commit 65cee12

Please sign in to comment.