kaffetorsk / arlo-streamer

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

Can not get the streaming to work. #21

Closed uraganone closed 1 month ago

uraganone commented 6 months ago

I have 4 arlo cameras, HA integration works like a charm. I am trying to get it to work with frigate, mqtt works, sensors and all work. I have it setup in a docker container as a bridged network, same docker as my mqtt container and frigate container. I have ring-mqtt running flawlessly with frigate and I would like to use features from frigate on my shop for persons trespassing. I am certain it is something to do with my configuration and nothing with arlo-streamer my env are: -c:v copy -c:a copy -f flv rtmp://127.0.0.1:1935/live/{name} -c:v copy -c:a copy -f rtsp -rtsp_transport tcp rtsp://10.0.0.69:554/{name} -c:v copy -c:a copy -f rtsp -rtsp_transport tcp rtsp://10.0.0.69:1935/{name} -c:v copy -c:a copy -f flv rtmp://10.0.0.69:544/live/{name}

2024-05-21 13:30:25,736 [DEBUG] root: garage_roll-up - proxy_stream: Last message repeated 1 times 2024-05-21 13:30:25,736 [DEBUG] root: garage_roll-up - proxy_stream: [h264 @ 0x55b141389ec0] decode_slice_header error 2024-05-21 13:30:25,736 [DEBUG] root: garage_roll-up - proxy_stream: [h264 @ 0x55b141389ec0] no frame! 2024-05-21 13:30:25,737 [DEBUG] root: tarponbeacon - proxy_stream: [h264 @ 0x55d1c92afec0] non-existing PPS 0 referenced 2024-05-21 13:30:25,737 [DEBUG] root: tarponbeacon - proxy_stream: Last message repeated 1 times 2024-05-21 13:30:25,737 [DEBUG] root: tarponbeacon - proxy_stream: [h264 @ 0x55d1c92afec0] decode_slice_header error 2024-05-21 13:30:25,737 [DEBUG] root: tarponbeacon - proxy_stream: [h264 @ 0x55d1c92afec0] no frame! 2024-05-21 13:30:25,737 [DEBUG] root: front_yard - proxy_stream: [h264 @ 0x55b6a04fcec0] non-existing PPS 0 referenced 2024-05-21 13:30:25,737 [DEBUG] root: front_yard - proxy_stream: Last message repeated 1 times 2024-05-21 13:30:25,737 [DEBUG] root: front_yard - proxy_stream: [h264 @ 0x55b6a04fcec0] decode_slice_header error 2024-05-21 13:30:25,737 [DEBUG] root: front_yard - proxy_stream: [h264 @ 0x55b6a04fcec0] no frame! 2024-05-21 13:30:25,739 [DEBUG] root: backyard - proxy_stream: [h264 @ 0x555c9747eec0] non-existing PPS 0 referenced 2024-05-21 13:30:25,739 [DEBUG] root: backyard - proxy_stream: Last message repeated 1 times 2024-05-21 13:30:25,739 [DEBUG] root: backyard - proxy_stream: [h264 @ 0x555c9747eec0] decode_slice_header error 2024-05-21 13:30:25,739 [DEBUG] root: backyard - proxy_stream: [h264 @ 0x555c9747eec0] no frame! 2024-05-21 13:30:25,866 [DEBUG] root: garage_roll-up - proxy_stream: [h264 @ 0x55b141389ec0] non-existing PPS 0 referenced 2024-05-21 13:30:25,867 [DEBUG] root: garage_roll-up - proxy_stream: Last message repeated 1 times 2024-05-21 13:30:25,867 [DEBUG] root: garage_roll-up - proxy_stream: [h264 @ 0x55b141389ec0] decode_slice_header error 2024-05-21 13:30:25,867 [DEBUG] root: garage_roll-up - proxy_stream: [h264 @ 0x55b141389ec0] no frame! 2024-05-21 13:30:25,868 [DEBUG] root: tarponbeacon - proxy_stream: [h264 @ 0x55d1c92afec0] non-existing PPS 0 referenced 2024-05-21 13:30:25,868 [DEBUG] root: tarponbeacon - proxy_stream: Last message repeated 1 times 2024-05-21 13:30:25,868 [DEBUG] root: tarponbeacon - proxy_stream: [h264 @ 0x55d1c92afec0] decode_slice_header error 2024-05-21 13:30:25,868 [DEBUG] root: tarponbeacon - proxy_stream: [h264 @ 0x55d1c92afec0] no frame! 2024-05-21 13:30:25,868 [DEBUG] root: front_yard - proxy_stream: [h264 @ 0x55b6a04fcec0] non-existing PPS 0 referenced 2024-05-21 13:30:25,868 [DEBUG] root: front_yard - proxy_stream: Last message repeated 1 times 2024-05-21 13:30:25,868 [DEBUG] root: front_yard - proxy_stream: [h264 @ 0x55b6a04fcec0] decode_slice_header error 2024-05-21 13:30:25,868 [DEBUG] root: front_yard - proxy_stream: [h264 @ 0x55b6a04fcec0] no frame! 2024-05-21 13:30:25,870 [DEBUG] root: backyard - proxy_stream: [h264 @ 0x555c9747eec0] non-existing PPS 0 referenced 2024-05-21 13:30:25,872 [DEBUG] root: backyard - proxy_stream: Last message repeated 1 times

YpNo commented 6 months ago

Hi,

Sorry, In my side, I've not really undestood what is your problem and you wanted goal. Could you explain over what you want to do and provide us your config files ? (If you are french you can explain me in french what you want to do. I could be much easier for you).

Regards.