kaffetorsk / arlo-streamer

Continuous stream for Arlo cameras
MIT License
30 stars 5 forks source link

Issues during install #28

Closed thomas-hass closed 3 weeks ago

thomas-hass commented 3 weeks ago

First I must thank you alot for this work you have done here. Saved the day! Tried to implement snapshot.mp4 but then I came over your work! :D

Tried for several hours now - and need some guide.

Stuck with this:

2024-10-31 10:04:53,877 [DEBUG] root: foran - proxy_stream: Missing argument for option 'c:v copy -c:a copy -f flv rtmp://192.168.111.10:1935/live/foran'.
2024-10-31 10:04:53,877 [DEBUG] root: foran - proxy_stream: Error splitting the argument list: Invalid argument
2024-10-31 10:04:53,878 [WARNING] root: Proxy stream for foran exited unexpectedly with code 1. Restarting...
or 

2024-10-31 10:35:38,663 [DEBUG] root: veranda_#1 - proxy_stream: Missing argument for option 'c:v copy -c:a copy -f flv rtmp://ccab4aaf-frigate-fa-beta:1935/live/veranda_#1'.
2024-10-31 10:35:38,664 [DEBUG] root: veranda_#1 - proxy_stream: Error splitting the argument list: Invalid argument
2024-10-31 10:35:38,666 [WARNING] root: Proxy stream for veranda_#1 exited unexpectedly with code 1. Restarting...

(i know about the difference in name, copyed the first and best)

My configuration is pretty basic at the moment.

arlo-streamer env:

authstuff..
...
FFMPEG_OUT="-c:v copy -c:a copy -f flv rtmp://127.0.0.1:1935/live/{name}"
DEBUG=true

Frigate:

  foran:
    ffmpeg:
      inputs:
        - path: rtmp://127.0.0.1:1935/live/foran
          input_args: -avoid_negative_ts make_zero -flags low_delay -strict experimental -fflags +genpts+discardcorrupt -rw_timeout 30000000 -f live_flv
          roles:
            - detect
            - record
    detect:
      width: 1280
      height: 768

rtmp port 1935 are exposed:

Any clue?

thomas-hass commented 3 weeks ago

Never mind. Solved by doing everything from scratch and with rtmp-server this time. Thanks soooo much for this work ! :D

kaffetorsk commented 3 weeks ago

You're welcome :-)