homeworkc / lazycast

A Simple Wireless Display Receiver
GNU General Public License v3.0
709 stars 90 forks source link

Work Issue #81

Open Leader-txt opened 3 years ago

Leader-txt commented 3 years ago

I have installed LazyCast on my RaspberryPi ZeroW,and my Android phone connected my pi successfully. However, there was noting happened on my screen. I used the commad--"./all.sh"to start lazycast. After my phone connected,the command line show: ./h264/h264.bin 41708 0 192.168.173.1 & sh: 1: ./h264/h264.bin: not found What should I do to solve the problem?

homeworkc commented 3 years ago

"./h264/h264.bin: not found" means the binary is not compiled. Please follow the instruction in https://github.com/homeworkc/lazycast#build-binaries. I suggest that you delete the current lazycast folder you have. Then copy every single command in the "build-binaries" paragraph to you terminal and run those commands.