-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Entering camera stream in iOS Home app crashes PiCamera_accessory.js #3
Comments
Can you confirm avconv is installed? on some pi images it does not. |
I installed avconv with |
Log the streaming command to console, test the command in terminal by itself to see any error(s) |
This is all console log I have until it shows "No response".
|
Cannot see much err with it, what do you have on running it via terminal: |
|
that looks normal, I am out of idea then, any chance firewall settings? |
I did not install / enable firewall. I will try with raspbian jessie instead of stretch now. |
I had a similar issue and it turned out that I was able to enable it with:
Once that was enabled the video stream worked. Hope this helps! |
FYI @pawelrup you have to escape the
Found that out from here: homebridge-plugins/homebridge-camera-ffmpeg#62 (comment) |
I have a similar issue, runs this:
Gets "/dev/video0" not found, runs "sudo modprobe bcm2835-v4l2". Tehn it gets better but not without errors:
Any ideas? |
But it seems to work on the Home-app :) Streaming but slow. And it seems to halt after a wile. Though it says "Live". |
Yes. In your comment you need to remove "stream :"
Try to post then. I have the same issue. |
Hi! When I enter camera stream in iOS Home app
PiCamera_accessory.js
crashes.If it could help, I have Raspbery PI Zero W with Camera v2.1 and 16GB SD Card, clean Raspbian Stretch Lite installed from raspberrypi.org with enabled camera using
sudo raspi-config
and HAP-NodeJS installed as recommended on instalation guide.The text was updated successfully, but these errors were encountered: