-
-
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
stream not showing until exiting picam #141
Comments
also here is my debug log from vlc. I don't see anything really weird in there, but then again iam not that experienced. also also. its like it just does nothing and then when i exit saves a 1 second clip on that adress. |
I'm having this exact same problem. Installed everything today using the Raspberry Pi OS (32-bit) Lite (27 May 2020). Edit: To add to the issue, as joop stated, once I stop picam (ctrl+c) there is a ~1 second file that remains in memory that I'm able to play via VLC from a separate client. Edit#2: Could the problem be related to using the recording command while running picam? Entering
Does nothing for me. |
@joop339 any luck in the past few days in resolving this issue? |
@kendaw sadly no. I went back to streaming using VLC directly. |
@joop339 from the host/client itself, I assume? |
@joop339 if you still want to view the feed from a remote client, I was able to using this web player: https://kamranicus.com/guides/raspberry-pi-3-baby-monitor#optionally-adding-a-web-player |
I do have the same issue. I'm using buster lite and 1.4.9
no error in /var/log/picam webplayer from kamranicus.com is working OK any ideas where to look at in order to debug? |
Hi, i checked your log. It seems to point out some issues with the .ts files. At least, that's what i suspect after trying some things
|
So this is gonna be a hard one to explain.
Following the instructions and starting a live stream i get no errors.
I open vlc and start the video stream however i get neither sound nor video.
But when i close the stream using ctrl-c in the terminal a short clip suddenly show up in vlc. This happens everytime i exit.
some stuff i figured out that might be related.
When performing a reboot i cant run ./picam and get this error: "error creating state dir (./state): File exists"
I can fix this by running make_dirs.sh.
i cant run make_dirs.sh without sudo i get this error: "ln: failed to create symbolic link '/run/shm/rec/archive': Permission denied"
i cant run ./picam without sudo i get this error: "stat directory: Permission denied
State file open failed: Permission denied"
and
avio_open for /run/shm/hls/1.ts failed: Permission denied
i hope you can help me with this. If there's any more information you need please send me a message.
The text was updated successfully, but these errors were encountered: