question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[EdgeTPU Support]: Issue with event clip playback "Playback cannot continue. No available working or supported playlists."

See original GitHub issue

Describe the problem you are having

When using Frigate Proxy to access Frigate Docker in LXC and playback a clip I get the following message and spinning circle and video is not played back (h265 or h264). This happens on any browser or device. If I don’t use Frigate Proxy and another method the video clip plays back fine.

image

image

Version

0.10.1-83481AF

Frigate config file

mqtt:
  host: 192.168.1.106
  port: 1883
  topic_prefix: frigate
  client_id: frigate
  user: frigate_mqtt
  password: <insert>
  stats_interval: 60
  
detectors:
  coral:
    type: edgetpu
    device: usb
#   cpu1:
#     type: cpu
    
cameras:
  Cam1:
    ffmpeg:
      output_args:
        record: -f segment -segment_time 10 -segment_format mp4 -reset_timestamps 1 -strftime 1 -c:v copy -c:a aac
      inputs:
        - path: rtsp://admin:<insert>@192.168.0.4:554/cam/realmonitor?channel=1&subtype=2
          roles:
            - detect
        - path: rtsp://admin:<insert>@192.168.0.4:554/cam/realmonitor?channel=1&subtype=0
          roles:
            - record
    detect:
      width: 640    
      height: 480
      fps: 5
    objects:
      track:
        - person
        - dog
        - bicycle
        - cat
        - car
        - apple
        - keyboard
      filters:
        apple:
          threshold: 0.3
        person:
          threshold: 0.7
        keyboard:
          threshold: 0.4
    snapshots:
      enabled: true
      timestamp: true
      bounding_box: true
      crop: True
      height: 500
      retain:
        default: 3

    record:
      enabled: True
      retain:
        days: 0
      events:
        retain:
          default: 5
          mode: motion
        pre_capture: 5
        post_capture: 15
        
rtmp:
  enabled: false

birdseye:
  enabled: True
  width: 1280
  height: 720
  quality: 1
  mode: objects

docker-compose file or Docker CLI command

version: "3.9"
services:
  frigate:
    container_name: frigate
    image: blakeblackshear/frigate:stable-amd64
    restart: always
    devices:
      - /dev/bus/usb:/dev/bus/usb
    volumes:
      - /etc/localtime:/etc/localtime
      - /home/frigate/config.yml:/config/config.yml
    ports:
      - 5000:5000
      - 1935:1935
    environment:
      FRIGATE_RTSP_PASSWORD: "<insert>"

Relevant log output

Do know which log this would be found in?

Operating system

Proxmox

Install method

Docker Compose

Coral version

USB

Any other information that may be helpful

No response

Issue Analytics

  • State:closed
  • Created 10 months ago
  • Comments:6

github_iconTop GitHub Comments

1reaction
crazyfrog-githubcommented, Nov 12, 2022

https://github.com/blakeblackshear/frigate/releases/tag/v0.11.0

Hi, thanks for all your help I am new to Frigate and integration with home assistant. I have learned a lot tonight and the playback is working also.

0reactions
NickM-27commented, Nov 12, 2022

I have learned a lot tonight and the playback is working also.

Glad to hear it, if anything else comes up feel free to create a new issue 👍

Read more comments on GitHub >

github_iconTop Results From Across the Web

[Support]: Playback cannot continue. No available working or ...
When I click play I see the error "Playback cannot continue. No available working or supported playlists." I've tried restarting HA but no...
Read more >
Playback cannot continue. No available working or supported ...
I try to playback some video (from Frigate). The strange thing is, from Windows & Android, I receive the message : Playback cannot...
Read more >
Frigate NVR 0.91 Video Playback not working - Reddit
i just upgraded to V0.91 and now the video playback of events is not working anymore with this error of the web player:....
Read more >
[Support]: Unable to playback h265 recordings in modern ...
Unable to playback h265 clips and recordings in the updated viewer. Works fine with older (0.8.4) version. Browsers throws an error, and has...
Read more >
Cloud Audit Logs overview
Your browser can't play this video. ... Note: Data Access audit logs help the Support team troubleshoot issues with your account.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found