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

Having trouble getting started #963

Open
rh0dium opened this issue Aug 29, 2024 · 1 comment
Open

Having trouble getting started #963

rh0dium opened this issue Aug 29, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@rh0dium
Copy link

rh0dium commented Aug 29, 2024

Describe the bug

I have a functioning stream. I've verified that I can connect to it via IPCams. It works. I cannot get Homebridge-camera-ui to recognize it.

I keep getting the same Error

Front Porch: FFmpeg videoanalysis process exited with error! (null) - rtsp://sklass%40foo.com:ZLZJC4%[email protected]:8554/10070891: Protocol not found Did you mean file:rtsp://sklass%40foocom:ZLZJC4%[email protected]:8554/10070891? 

Challenges:

My username has an "@" symbol in it. [email protected]
My password ends withy a "=" ZLZJC4=

I suspected this was the issue. I've tried the following

  • double quoting the username and paswords
  • double quoting the entire thing
  • replace @ with %40 and = with %3D
  • single quoting completely broke it.

I then suspected maybe my synlology needed ffmpeg so I installed ffmpeg5 with the same results.

I completely understand you are working on a new version. But could you help another dev out?

{
    "name": "CameraUI",
    "port": 8081,
    "atHomeSwitch": false,
    "logLevel": "info",
    "mqtt": {
        "active": false,
        "tls": false,
        "port": 1883
    },
    "http": {
        "active": false,
        "port": 7272,
        "localhttp": false
    },
    "smtp": {
        "active": false,
        "port": 2727,
        "space_replace": "+"
    },
    "ftp": {
        "active": false,
        "useFile": false,
        "port": 5050
    },
    "ssl": {
        "active": false
    },
    "options": {
        "videoProcessor": "ffmpeg"
    },
    "cameras": [
        {
            "disable": false,
            "name": "Front Porch",
            "motion": true,
            "motionTimeout": 15,
            "unbridge": true,
            "hsv": true,
            "prebuffering": false,
            "prebufferLength": 4,
            "videoConfig": {
                "source": "-i rtsp://sklass%40foo.com:[email protected]:8554/10070891",
                "subSource": "-i rtsp://sklass%40foo.com:[email protected]:8554/10070891",
                "stillImageSource": "-i rtsp://sklass%40foo.com:[email protected]:8554/10070891",
                "vcodec": "copy",
                "acodec": "libfdk_aac",
                "audio": false,
                "debug": false
            },
            "smtp": {
                "email": "Front Porch"
            },
            "videoanalysis": {
                "active": true
            },
            "mqtt": {}
        }
    ],
    "platform": "CameraUI"
}

Logs

Front Porch: FFmpeg videoanalysis process exited with error! (null) - rtsp://sklass%40foo.com:ZLZJC4%[email protected]:8554/10070891: Protocol not found Did you mean file:rtsp://sklass%40foocom:ZLZJC4%[email protected]:8554/10070891? 

Screenshots

Screenshot 2024-08-29 at 11 27 30

Environment

  • Node.js Version: v20.9.0
  • Homebridge Version: v1.8.2
  • Camera UI Version: v5.0.27
  • Operating System: Synology
  • Browser: Safari / Chrome
@rh0dium rh0dium added the bug Something isn't working label Aug 29, 2024
@mkz212
Copy link
Contributor

mkz212 commented Aug 30, 2024

Important

This version may contain bugs and they will not be fixed. This version will not be developed either.

A new version of camera.ui is currently under active development. Currently in progress are advanced works on the alpha version (for a closed group of testers), and the public beta will be available soon.

Stay tuned for exciting updates:
seydx/camera.ui#448

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants