jaredpetersen / raspilive

📷 Stream video from the Raspberry Pi Camera Module to the web
MIT License
145 stars 33 forks source link

raspi-live command doesn't do anything #14

Closed Ammar793 closed 6 years ago

Ammar793 commented 6 years ago

I followed the instructions but when I run raspi-live --help nothing is shown. It's the same case with raspi-live followed by any options

jaredpetersen commented 6 years ago

Can you provide a screenshot? I just did a quick install on my Mac without any issues (though you need to install it on a Raspberry Pi with all the dependencies for it to actually stream anything):

screen shot 2018-08-28 at 5 29 19 pm
Ammar793 commented 6 years ago

Yeah I followed the instructions to install the dependencies. I've attached the screenshot but there's not much to see there since nothing happens

raspi-live

jaredpetersen commented 6 years ago

Try running it without sudo.

jaredpetersen commented 6 years ago

The reason I suggest trying to run it without sudo is that I suspect that the root user may not have the ability to run node because of the way that Node.js was installed.

Let me know what you find.

jaredpetersen commented 6 years ago

@Ammar793 Any luck?

jaredpetersen commented 6 years ago

Closing this due to inactivity and inability to reproduce the issue.