Skip to content
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

Livestream working in Camera.Ui but not in HomeKit #957

Closed
BetterIn opened this issue Jul 23, 2024 · 3 comments
Closed

Livestream working in Camera.Ui but not in HomeKit #957

BetterIn opened this issue Jul 23, 2024 · 3 comments
Labels
bug Something isn't working wontfix This will not be worked on

Comments

@BetterIn
Copy link

BetterIn commented Jul 23, 2024

For now, I only have one "Camera". It's simply a restream of my Octoprint webcam stream, and so far I have only gotten a still picture every 20 seconds (or more), but as soon as I want to see the stream, it just doesn't load and eventually just stops trying to connect.

My Config:

"cameras": [
{
"name": "Octoprint",
"motion": true,
"motionTimeout": 15,
"unbridge": false,
"hsv": true,
"prebuffering": true,
"forcePrebuffering": true,
"prebufferLength": 4,
"hksvConfig": {
"source": "-i http://192.168.188.159/webcam/?action=stream"
},
"videoConfig": {
"source": "-i http://192.168.188.159/webcam/?action=stream",
"subSource": "-i http://192.168.188.159/webcam/?action=stream",
"stillImageSource": "-i http://192.168.188.159/webcam/?action=stream",
"maxFPS": 15,
"vcodec": "copy",
"audio": false,
"debug": true
},
"smtp": {
"email": "Octoprint"
},
"videoanalysis": {
"active": true
},
"mqtt": {}
}
],
"_bridge": {
"username": "0E:4C:D7:29:F0:7B",
"port": 58778

I am also sometimes getting this error:
[7/23/2024, 6:55:37 PM] [CameraUI] ERROR Octoprint: FFmpeg exited with code: 1 and signal: null

@BetterIn BetterIn added the bug Something isn't working label Jul 23, 2024
@STR8Rippin2000
Copy link

I have the same problem. It works in the Plugin but not in Homekit.
same Error.

@mkz212
Copy link
Contributor

mkz212 commented Sep 23, 2024

  • This version will not be fixed or improved anymore. A completely new version is being created from scratch.
  • At this moment new version of camera.ui can be installed via NPM on each device, so also next to Homebridge (Homebridge plugin is planned).
  • New version is in alpha stage, but it is very stable and every option that is at this moment implemented works much better than in old plugin (e.g. HomeKit, Motion detection, Web panel), but not all options are implemented yet (eg. Local recordings will be soon).
  • If you want to try new alpha, join Discord channel and check installation channel: https://discord.gg/8F22ZgmQs9

Copy link

stale bot commented Jan 31, 2025

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.

@stale stale bot added the wontfix This will not be worked on label Jan 31, 2025
@stale stale bot closed this as completed Feb 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

3 participants