VOD endpoint not working properly?
See original GitHub issueDescribe the problem you are having
The vod with timestamps endpoint does not work.
I’m trying to create a script that backs up all the clips of last 24 hours to then save it securely in my NAS (maybe there is a better way)
VLC just explodes when i open it and I tried also with ffmpeg. Log below.
Version
0.10.0-DB1255A
Frigate config file
irrelevant
Relevant log output
irrelevant
FFprobe output from your camera
irrelevant the camera output BUT this is what ffmpeg returns.
[http @ 00000251e5948300] HTTP error 404 Not Found
[hls @ 00000251e5920700] Failed to open segment 35 of playlist 0
[hls @ 00000251e5920700] Opening 'http://frigate2.iot:5000/vod/retro/start/1657298493/end/1657357537/seg-36-v1.ts' for reading
[http @ 00000251e5948300] HTTP error 404 Not Found
[hls @ 00000251e5920700] Failed to open segment 36 of playlist 0
[hls @ 00000251e5920700] Opening 'http://frigate2.iot:5000/vod/retro/start/1657298493/end/1657357537/seg-37-v1.ts' for reading
[http @ 00000251e5948300] HTTP error 404 Not Found
[hls @ 00000251e5920700] Failed to open segment 37 of playlist 0
[hls @ 00000251e5920700] Opening 'http://frigate2.iot:5000/vod/retro/start/1657298493/end/1657357537/seg-38-v1.ts' for reading
[http @ 00000251e5948300] HTTP error 404 Not Found
[hls @ 00000251e5920700] Failed to open segment 38 of playlist 0
[hls @ 00000251e5920700] Opening 'http://frigate2.iot:5000/vod/retro/start/1657298493/end/1657357537/seg-39-v1.ts' for reading
[http @ 00000251e5948300] HTTP error 404 Not Found
[hls @ 00000251e5920700] Failed to open segment 39 of playlist 0
[hls @ 00000251e5920700] Opening 'http://frigate2.iot:5000/vod/retro/start/1657298493/end/1657357537/seg-40-v1.ts' for reading
[http @ 00000251e5948300] HTTP error 404 Not Found
[hls @ 00000251e5920700] Failed to open segment 40 of playlist 0
[hls @ 00000251e5920700] Opening 'http://frigate2.iot:5000/vod/retro/start/1657298493/end/1657357537/seg-41-v1.ts' for reading
[http @ 00000251e5948300] HTTP error 404 Not Found
[hls @ 00000251e5920700] Failed to open segment 41 of playlist 0
[hls @ 00000251e5920700] Opening 'http://frigate2.iot:5000/vod/retro/start/1657298493/end/1657357537/seg-42-v1.ts' for reading
Frigate stats
No response
Operating system
Proxmox
Install method
Docker Compose
Coral version
USB
Network connection
Wired
Camera make and model
irrelevant
Any other information that may be helpful
No response
Issue Analytics
- State:
- Created a year ago
- Comments:6 (2 by maintainers)
Top Results From Across the Web
Troubleshooting AWS Elemental MediaPackage identity and ...
Use the following information to help you diagnose and fix common issues that you might encounter when working with MediaPackage and IAM.
Read more >Delivering VOD Content from AWS Elemental MediaPackage
The MediaPackage VOD workflow lends itself well as a MediaConvert job post-process for jobs that output HLS. In this tutorial, we walk you...
Read more >In the cloud #1: How to deploy a redundant VOD setup on ...
eu-west‑1.elb.amazonaws.com'). If you experience any problems or want to make sure that your ALB is properly connecting to all instances, go to ...
Read more >mediapackage playback giving error 404 - AWS re:Post
Hello, I have setup MediaPackage for VOD as instructed on ... This will not work. MediaPackage requires a master manifest to successfully ingest...
Read more >MediaPackageVod — Boto3 Docs 1.26.34 documentation - AWS
A low-level client representing AWS Elemental MediaPackage VOD AWS ... (dict) -- The endpoint URL used to access an Asset using one PackagingConfiguration....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
The VOD endpoint doesn’t write to cache. You are thinking of the mp4 endpoint. You may be running into some limitations on the maximum number of segments supported by VOD. Does it work with a smaller time period.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.