frigate: [Support]: View recordings in browser fails

Describe the problem you are having

Just installed Frigate (Docker ) on a Ubuntu 20.0.4 LTS running in VirtualBox on Windows, everthing seems to work excellent except that I can not view recordings in the webinterface. I get error message “The media could not be loaded, either because the server or network failed or because the format is not supported.” but the files have clearly been recorded and I have no problem viewing them with VLC.

Version

0.10.1-83481AF

Frigate config file

mqtt:
  host: 192.168.0.73
  #user: mqtt
  #password: 1234

cameras:
  Hallen:
    ffmpeg:
      inputs:
        - path: rtsp://langelus:<<pw redacted>>@192.168.20.65:554/stream1
          roles:
            - detect
            - record
            - rtmp
    motion:
      mask:
        - 1432,0,1227,1080,1920,1080,1920,0
    detect:
      width: 1920
      height: 1080
      fps: 10
    record:
      enabled: True
#      events:
#        retain:
#          default: 10
    rtmp:
      enabled: True

detectors:
  cpu1:
    type: cpu
  cpu2:
    type: cpu

Relevant log output

No errors in the log

FFprobe output from your camera

ffprobe version 4.3.1 Copyright (c) 2007-2020 the FFmpeg developers
  built with gcc 9 (Ubuntu 9.3.0-17ubuntu1~20.04)
  configuration: --disable-debug --disable-doc --disable-ffplay --enable-shared --enable-avresample --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-gpl --enable-libfreetype --enable-libvidstab --enable-libmfx --enable-libmp3lame --enable-libopus --enable-libtheora --enable-libvorbis --enable-libvpx --enable-libwebp --enable-libxcb --enable-libx265 --enable-libxvid --enable-libx264 --enable-nonfree --enable-openssl --enable-libfdk_aac --enable-postproc --enable-small --enable-version3 --enable-libzmq --extra-libs=-ldl --prefix=/opt/ffmpeg --enable-libopenjpeg --enable-libkvazaar --enable-libaom --extra-libs=-lpthread --enable-vaapi --extra-cflags=-I/opt/ffmpeg/include --extra-ldflags=-L/opt/ffmpeg/lib
  libavutil      56. 51.100 / 56. 51.100
  libavcodec     58. 91.100 / 58. 91.100
  libavformat    58. 45.100 / 58. 45.100
  libavdevice    58. 10.100 / 58. 10.100
  libavfilter     7. 85.100 /  7. 85.100
  libavresample   4.  0.  0 /  4.  0.  0
  libswscale      5.  7.100 /  5.  7.100
  libswresample   3.  7.100 /  3.  7.100
  libpostproc    55.  7.100 / 55.  7.100
[rtsp @ 0x557d84e61b80] method SETUP failed: 406 Not Acceptable
rtsp://langelus:<<pw redacted>>@192.168.20.65:554/stream1: Server returned 4XX Client Error, but not one of 40{0,1,3,4}

Frigate stats

No response

Operating system

Other Linux

Install method

Docker CLI

Coral version

CPU (no coral)

Network connection

Wired

Camera make and model

TP Link Tapo C100

Any other information that may be helpful

No response

About this issue

  • Original URL
  • State: closed
  • Created 2 years ago
  • Comments: 20 (1 by maintainers)

Most upvoted comments

I have the same problem (docker, ubuntu, 0.10.1) on a local volume: - /docker/frigate/storage:/media/frigate

I cannot view the video and when I download it, it’s 50 bytes only. In that directory, the recordings directory is empty (while the clips directory isn’t).

If you’re having issues with this and it’s a local volume please create your own issue as it’s unrelated to OPs