Open Joso997 opened 3 years ago
Experiencing the same thing, this project seems outdated anyways though.
You can achieve the same with OSMC and android apps Screen Stream to mirror phones. Yatse for everything else. Also, you can stream directly from youtube.
That's indeed true, I've used OSMC before as well, another alternative for Raspberry Pi could be https://hub.balena.io/gh_rahul_thakoor/balena-rpiplay. Lightweight and worth a try.
I got the same error. I resolved it by making the iclient inside the omxiv directory. These are the commands:
cd omxiv/
make ilclient
make -j4
sudo make install
That solved the error for me, and I could stream images and audio from my android device using the Raspicast app.
@turzobose I got the same error. Unfortunately your workaround doesn't work :
make ilclient mkdir -p libs cp -ru /opt/vc/src/hello_pi/libs/ilclient libs cp: cannot stat '/opt/vc/src/hello_pi/libs/ilclient': No such file or directory make: *** [Makefile:25: ilclient] Error 1
From what I'm reading around, ilclient isn't on the latest images of the Rpi OS ?
For the record, I had to install libjpeg9-dev and libpng-dev instead of libjpeg8-dev and libpng12-dev
ilclient does not work anymore in the latest image. How to install ilclient manually?
I can no longer install libpng12-dev and are getting: mkdir -p libs cp -ru /opt/vc/src/hello_pi/libs/ilclient libs cp: cannot stat '/opt/vc/src/hello_pi/libs/ilclient': No such file or directory make: *** [Makefile:25: ilclient] Error 1