-
-
Notifications
You must be signed in to change notification settings - Fork 228
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
[Camera-ffmpeg] ERROR: FFmpeg exited with code 1 #229
Comments
try to change transport option to tcp. |
Changing the parameter does not appear to help. Here is the output:
|
I got also the same problem with the arlo version. I am using exactly this config:
I did exactly the following:
In the logs I can that after the retrieving of th URL the log says "Stopped streaming" I got an Pi2. |
Can you paste the log and the output when you run the same ffmpeg command from command line? |
I get the following by the command delivered in my shell:
Then no response, waiting cursor ... have to cancel with CTRL+C |
You have left it and after 5 minutes there is no additional message? I'm not familiar with the plugin you are referring to. Why is vcodec=copy? What is the message from the Homebridge console/logs? What happens if you open the stream with VLC? If you view media information with VLC, what are the streams details? |
you have to quote the & with \ in your command! otherwise you only generates a lot of meaningless background processes... |
If I now try to open the stream in Homekit, there is directly the message: On the phone there is the message that the cam is not responding. During this, cmd still not responding .... VLC I do not know how to open the stream |
If VLC cannot open the stream then I do not know what the problem is. |
I did not say that VLC cannot open, I only do not know how ... I read the comment from llemtt, I tried ... the message is diectly: |
I can open the VLC stream on my end for my camera's. I may need to get the exact camera size for it. |
Hi, I tried via VLC now...
Result will be the same with all 3 cams. And in cmd this for all 3: |
@Phoenix-DH can you check config? i see few mistakes here - srtp, rtsps i expect rtsp |
@Partizan7676: Like I said, I am using the ARLO version .... If I change the external value then I got this: If I cahnge the local one VLC can also not open the stream. It is hard to test manualy, because I think the ports are changing quickly ... |
maybe you are making a little confusion between "rtsp" and "srtp": output from plugin to iOS is "srtp" which is the secure version of "rtp" input from camera (usually) is "rtsp" that may use "rtp" protocol as an underlying transport Anyway this: rtsp://vzwow125-z1-prod.vz.netgear.com:443/vzmodulelive/XXX_XXX?egressToken=XXX: Invalid data found when processing input means that input from your cam doesn't work! Try first with simplified command: ffmpeg -v verbose -i rtsp://vzwow125-z1-prod.vz.netgear.com:443/vzmodulelive/XXX_XXX?egressToken=XXX p.s. anyway is not possible to directly open the (srtp) output from the plugin with VLC as you tried! |
@llemtt and guys: I will try the command ...
Maybe problem with ARLO python lib? Snapshots are working, only live video not. Did additional tests ... due to the fact that everytime this tokens are different ... really hard. |
now i get same issue. i can get snapshots but no live video. can someone explain how to clone repo with git clone of exact version - 3.2.12 how compile my own ffmpeg i know. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Good day,
I am getting the following error when I try connecting to my camera:
The text was updated successfully, but these errors were encountered: