-
-
Notifications
You must be signed in to change notification settings - Fork 78
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
I cannot start recording #210
Comments
Thank you for your message. |
Thank you iizukanao, sorry if I am doing dumb mistakes I am trying my best. Below is what I get after the command: pi@babypi:~/picam $ ./picam --alsadev plughw:2,0 -c 2 --verbose video_width=1920 While the command is running it keeps showing this fps data. You said to try the command "touch hooks/start_record" but the process is running and I did not know how to run that, so I opened a new terminal and run in /picam (while the other terminal was running) and nothing happened. I had to put the modified command for my microphone "plughw:2,0 -c 2" as I read in one of the comments. So I tried the following steps to see how far I can get. In the part of Usage I did not do the steps "Create symbolic links (optional, but strongly recommended)". I did the steps for "HTTP Live Streaming (HLS)" and it is working but with the 4 seconds lag that is normal for this method. Then I tried to configure the "Using picam in combination with nginx-rtmp-module" I think I configured everything okay but is not running and I read in one of the comments that if the "touch hooks/start_record" is not working this might be an issue so I am back to 0. PD: sometimes when I try again to run the picam command I get the error: ./state is a broken symbolic link. But this I solve it doing all the steps again from "# Create directories and symbolic links". Thank you for your patience. |
[Update] Sorry I do not know if I can continue with something related in this thread. But I think I got the "Using picam in combination with nginx-rtmp-module" also running. I think because the video delay is exactly the same as HLS and the audio in both (HLS, rtmp) is impossible to understand is like the audio speed is 0.5x. I am new to this and I like to learn, sorry if I do something wrong. Thank you again. |
[update] I fix the audio speed doing the steps in the link below: But I still have the audio and video delay in both methods. |
Thanks for your feedback. The audio-video delay is a known limitation in the current picam version. I'm planning to introduce a command line option for adjusting this delay in a future update. As for the recording, Feel free to reach out if you have more questions or need further assistance. |
Hello, first of all thank you for doing this great job!
Since a couple of days I tried to solve all the issues. Unfortunately, I have the following problem:
After installing bullseye I followed all the steps and I run picam with my ALSA device name it says "capturing started". But when I run "$ touch hooks/start_record" nothing happens. I took a look in the corresponding folder and there is not file created.
Basically, I want to stream audio and video, so recording is not so important for but I think there is something wrong.
Maybe I am missing something, It would be great if someone can help me.
Thank you!
The text was updated successfully, but these errors were encountered: