-
-
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
Issue with accessing live stream using RTSP camera (Screenshots work just fine) #714
Comments
Do you have multiple network interfaces? I know that grabbing the correct interface is often a problem on Docker, and you'll likely need to set the |
Which section of the config? specifically under the Homebridge base config, the Camera FFmpeg config, or the videoConfig section? |
The base config, same level as |
Okay so i updated the Config to read:
And here is the result:
It is producing the same result (getting screenshots, but not loading video stream). |
Hmm... Not sure what is going on, will have to see what I can figure out. Unfortunately I'm not too familiar with Docker myself. |
Okay thank you. Let me know if I can help test anything. |
Will do, probably makes sense for me to just spin up a Docker instance somewhere to do some testing with myself. |
Also, this one particular line was highlighted as a warning. I'm not sure if it affects anything at all: [8/4/2020, 1:57:07 PM] [Camera FFmpeg] [Driveway] [swscaler @ 0x55cb8b1a9840] [warning] deprecated pixel format used, make sure you did set range correctly |
I've seen that before, and looked into it a bit. As far as I can tell, it shouldn't impact anything, and if I remember correctly, that's based on the stream coming from the camera, so there isn't much that can be done about it on this side. |
Thinking some more, do I need to state for homebridge to install the FFmpeg package separately somewhere else in my Config? I'm using homebridge-config-ui-x to set things up, so I'm wondering if I possibly skipped that as a step. |
No, it should automatically get pulled in when you install homebridge-camera-ffmpeg. |
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. |
Describe The Problem:
Like a few others that have posted recently, I am able to receive screenshots on a 12 second update, but I am unable to stream live video. I have disabled audio in this instance to make troubleshooting (hopefully) easier. Once audio is added, there is another error but it may relate to solving this, so I would like to start at the root.
To Reproduce:
Opening the home app results in screenshots with no issue. Opening the video feed does nothing and automatically terminates the video after 10-15 seconds.
Logs:
Config
Environment:
The text was updated successfully, but these errors were encountered: