This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# https://github.com/thibauts/node-castv2-client | |
# https://github.com/thibauts/node-castv2 | |
sudo apt-get install xserver-xorg-core | |
sudo apt-get install xvfb | |
sudo apt-get install scrot | |
sudo apt-get install libav-tools | |
# https://weblog.lkiesow.de/20160215-raspberry-pi-screen-mirroring/ | |
avconv -f x11grab -s 1024x768 -i :0.0 -c:v mpeg4 -f mpegts udp://192.168.0.8:8888 |