Raspberry Pi As Chromecast Alternative (Raspicast)

269K68378

Intro: Raspberry Pi As Chromecast Alternative (Raspicast)

In this Instructables, I will show you how to use raspberry pi 3 as Chromecast alternative. It is also worth mentioning that this is not a direct clone to Chromecast and that there are limitations. This method does not support the cast button but will stream Youtube videos as well as local audio and video files directly from your smartphone using an Android application. And I believe this application is only for android devices.

So, actually what is Chromecast?

Chromecast is a streaming media adapter from Google that allows users to play online content such as videos and music on a digital television.
The adapter is a dongle that plugs into the TV's HDMI port; a cable connects to a USB port to power the device. A mobile app makes it possible to essentially use a smartphone, tablet, laptop or desktop computer as a TV remote. Once the streaming begins, it's not necessary to keep the app open, and the device can be used for other purposes. Chromecast can stream content from an increasing number of sources including Netflix, Hulu Plus, YouTube, Google Play music and movies and the Chrome browser.

STEP 1: Hardware Required

  • Raspberry Pi 3 (All model will work, but then it will require a USB Wifi dongle).
  • Raspberry Pi Case.
  • Heatsinks for Raspberry Pi.
  • Micro SD card for storage.
  • Micro Usb charger and Cable

  • HDMI cable

  • SD card reader to load Raspbian onto the SD card

  • Mouse And Keyboard

STEP 2: Assembling the Case and Adding Heatsink to the Board

Here Heatsink in not mandatory, but while watching full 1080p videos for long time makes the cpu warm much. So it's better to add these.

The case which I've is used is easy to assemble and work with.

STEP 3: Download and Install Raspbian Onto SD Card

Download Raspbian operating system for the Pi here.

Now carefully follow the instructions to install it onto the SD card (Mac and Windows) here.

STEP 4: Getting Started

Plug the mouse and keyboard dongle. Power through the micro USB cable and connect HDMI cable to a Screen.

After booting up, connect to a WiFi network.

STEP 5: Enable SSH

You can enable SSH by navigating to Preferences > Raspberry Pi Configurations and click Interfaces then select SSH

STEP 6: Essential for Software

We need to grab some software required by the omxiv so it can be compiled.

Now click on the black terminal icon on the top bar of the Raspbian desktop to open the Terminal.

Type,

$ sudo apt-get install libjpeg8-dev libpng12-dev

STEP 7: Download and Compile the OMXIV for Casting

In terminal and type these commands in to download and compile the software, one by one

$ git clone https://github.com/HaarigerHarald/omxiv
$ cd omxiv $ make ilclient $ make -j4 $ sudo make install

STEP 8: Download Raspicast on Android

Download and install Raspicast from Playstore. Download

STEP 9: Retrieve Your IP Address of Your PI

Once everything is compiled discover your Pi's IP address so that you can connect to it over the network. To do this, click on the black terminal icon on the top bar of the Raspbian desktop to open the Terminal.

Type "ifconfig" and then find the wireless IP address ("inet addr") under "wlan0" that will look something like 192.168.43.252 and make a note of it. Note it is not "192.168.43.252", there should be a different address under "wlan0".

Make sure your raspberry pi and phone are connected to same WiFi network.

$ ifconfig

STEP 10: Casting Your Content to Raspberry Pi

After everything is downloaded Open the software and click on the three dots on the top right corner, then you will be asked for an Hostname or IP address. At this point you now insert the IP address you got earlier along with the Username and password on your raspberry pi.

The default username will be "pi". Leave port to 22 as itself

Now you can open your YouTube app and select a video to cast. Then but clicking the share icon look for the “raspicast”.

You can also cast Pictures, Music and Videos which or on your Device directly to target destination.

51 Comments

i can not cast youtube videos using raspicast. nothing happens. anyone got a fix for this?
Hi, thanks for the great tutorial! I'm able to cast videos on my Android phone (though without audio) but struggling to get any output from my Raspberry Pi after clicking the Raspicast icon on my YouTube video. I've followed all the instructions correctly but still nothing is happening.

Any advice please?
all of the terminal commands output errors now.
bonjour savez-vous comment faire ilclient et -j4 a l'etape 7 svp?
lipa netflix i hbo nie działają jak przy normalnym chromecast
I'm getting the below error while running `make -j4`:

```
omx_render.c: In function ‘setOmxDisplayConfig’:
omx_render.c:309:21: error: ‘OMX_DISPLAY_ALPHA_FLAGS_MIX’ undeclared (first use in this function)
dispConfRT.alpha|=OMX_DISPLAY_ALPHA_FLAGS_MIX;
^
omx_render.c:309:21: note: each undeclared identifier is reported only once for each function it appears in
Makefile.include:11: recipe for target 'omx_render.o' failed
make: *** [omx_render.o] Error 1
make: *** Waiting for unfinished jobs....
```
I took a look at `omx_render.c` and find that the variable `OMX_DISPLAY_ALPHA_FLAGS_MIX` is actually undeclared. I'm not sure how it worked for everyone else.
Hi! Am use this one as iptv player.But after few minutes of work omxiv is closed on any chanel for unknown reason.It seems as stop button pressed on phone.Raspberry Pi 3 works well and wifi connection too.I don''t know why it's so.
Love it thanks for making this available. I downloaded Raspicast and an android emulator (Nox) and it works sort of. I have found lots of instructions as to how to download, but ZERO abotu how to use it. On Windows not phone, I cannot find any of my audio or video files. I am expecting the usual windows explorer tree to find the location of the movies and audio. Can you help???

Great Post!!! Thanks.

Do you think it can work on a Raspberry pi running archlinux?

Does it cast from other app like Voot, Hotstar etc?. I was able to cast youtube as well as local videos but not from these apps. I have not installed omxiv as well as any supporting library. May be they are present by default in latest Stretch
Probably these are not supported, but just try a couple videos or whatever by sharing it via RaspiCast.
I installed the software as directed but when I try to cast a video from my cell phone, it asks for an ip address. What ip to enter?

Thanks,
Do ifconfig in the terminal, and enter the inet IP-Address in the app.
Review step #9 carefully, your answer is there.
Hi
When i type command
Make -j4
Then i get error of display
Can you give me solution on this
Can it be used in raspberry pi zero
Yes, if your raspberry pi zero has Wi-Fi built-in or you can connect a Wi-Fi dongle.

great tutorial, simple instructions! ..however, it seems that the pi is not responding to any cast from raspicast. omxiv is installed and running, I have rebooted it, and I have the correct ip/usr/pwd combo. Can anyone else double-check that a step isn't missing, or am I just this dumb?

More Comments