Skip to content

[Config Support]: Another Reolink Query - ffmpeg not running #11901

Discussion options

You must be logged in to vote

You have a typo still.
"ffmpeg:rtsp:https://admin:[email protected]:554"
vs.
rtsp:https://192.168.1.17:554/
Double check the IP-Address.
Also, since you're using go2rtc, it should rather be rtsp:https://localhost:8554/FrontYard instead in the ffmpeg config for the cameras.

Optional, from my config: I'm running a 811A as well, where I'm using the flv stream instead. So go2rtc looks something like this:

    FrontYard:
    - ffmpeg:192.168.1.27/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password=password#video=h264#hardware

The camera has a fallback to H264 if you set it to 2K instead of 4k resolution, which makes things easier to handle, espeacially viewing recordings in your browser. The…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@cchurch132
Comment options

@Hannsre
Comment options

Answer selected by cchurch132
@cchurch132
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment