Do you want to watch the Keynote on your Raspberry Pi?

![keynote](https://misapuntesde.com/images/2015/06/wwdc_2015_apple_0.jpg)

Run the next script...



\#!/bin/bash
clear
echo -e "Keynote 2015 streaming...\nPress [ENTER] to continue"
read -p "NOTE: On video, press [ESC] to try another streaming video (and finger cross)..."
sudo sh -c "TERM=linux setterm -foreground black -clear >/dev/tty0"
omxplayer --audio_queue=10 --video_queue=40 http://p.events-delivery.apple.com.edgesuite.net/15pijbnaefvpoijbaefvpihb06/m3u8/atv_mvp.m3u8
omxplayer --audio_queue=10 --video_queue=40 http://devimages.apple.com/iphone/samples/bipbop/gear1/prog_index.m3u8
clear
echo "I hope you enjoyed the show :)"

![You Win](https://misapuntesde.com/images/yeah.jpg)