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

No audio from RTSP stream in camera.ui nor Apple Home #980

Open
albi opened this issue Feb 10, 2025 · 0 comments
Open

No audio from RTSP stream in camera.ui nor Apple Home #980

albi opened this issue Feb 10, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@albi
Copy link

albi commented Feb 10, 2025

Ich glaub ich kann auf Deutsch schreiben. Ich hab erfolgreich den RTSP-Stream eingerichtet und via VLC spielt dieser auch Audio ab. VLC zeigt folgende Codecs:

Image

In Apple Home ist die Kamera auch bereits, jedoch ohne Ton. Meine Config sieht folgendermassen aus:

{
    "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": "/usr/bin/ffmpeg"
    },
    "cameras": [
        {
            "name": "Eufy Indoor Cam 2K",
            "manufacturer": "Eufy",
            "model": "Indoor Cam 2K",
            "serialNumber": "T8410P4224089B59",
            "motion": true,
            "motionTimeout": 15,
            "unbridge": false,
            "hsv": true,
            "prebuffering": true,
            "prebufferLength": 4,
            "videoConfig": {
                "source": "-i rtsp://Nn1ZJZpyMeWa:[email protected]/live0",
                "subSource": "-i rtsp://Nn1ZJZpyMeWa:[email protected]/live0",
                "stillImageSource": "-i rtsp://Nn1ZJZpyMeWa:[email protected]/live0",
                "vcodec": "copy",
                "audio": false
            },
            "smtp": {
                "email": "Eufy Indoor Cam 2K"
            },
            "videoanalysis": {
                "active": false
            },
            "mqtt": {}
        }
    ],
    "platform": "CameraUI"
}

Stelle ich audio auf true, dann geht der Stream nicht mehr in Apple Home. Irgendwie bekomme ich das nicht hin mit dem Ton. Innerhalb Camera.ui ist auch kein Ton.

@albi albi added the bug Something isn't working label Feb 10, 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
Projects
None yet
Development

No branches or pull requests

1 participant