Skip to content

Commit 8e4357a

Browse files
authored
Update default URL used in media example (#855)
1 parent 0f367e2 commit 8e4357a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/media_example.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
CAST_NAME = "Living Room"
2424

2525
# Change to an audio or video url
26-
MEDIA_URL = "https://a.files.bbci.co.uk/media/live/manifesto/audio/simulcast/dash/nonuk/dash_low/ak/bbc_radio_fourfm.mpd"
26+
MEDIA_URL = "https://www.bensound.com/bensound-music/bensound-jazzyfrenchy.mp3"
2727

2828
parser = argparse.ArgumentParser(
2929
description="Example on how to use the Media Controller to play an URL."

0 commit comments

Comments
 (0)