-
Notifications
You must be signed in to change notification settings - Fork 43
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Expected Behavior
When a stream ends Ganymede does the video/chat processing and a VOD is published once it's done
Current Behavior
It's working as expected but making a 2nd VOD of the same stream that infinitely processes once it's done with the Live VOD
Possible Solution
No response
Steps to Reproduce
Not sure how to replicate.
Version
latest
Server logs
"live_check_interval_seconds": 5,
"video_check_interval_minutes": 180,
"registration_enabled": true,
"parameters": {
"twitch_token": "",
"video_convert": "-c:v copy -c:a copy",
"chat_render": "-h 1440 -w 340 --framerate 120 --font Inter --font-size 13",
"streamlink_live": "--twitch-low-latency,--twitch-disable-hosting"
},
"archive": {
"save_as_hls": true,
"generate_sprite_thumbnails": true
},
"notifications": {
"video_success_webhook_url": "",
"video_success_template": "✅ Video Archived: {{vod_title}} by {{channel_display_name}}.",
"video_success_enabled": true,
"live_success_webhook_url": "",
"live_success_template": "✅ Live Stream Archived: {{vod_title}} by {{channel_display_name}}.",
"live_success_enabled": true,
"error_webhook_url": "",
"error_template": "⚠️ Error: Queue {{queue_id}} failed at task {{failed_task}}.",
"error_enabled": true,
"is_live_webhook_url": "",
"is_live_template": "🔴 {{channel_display_name}} is live!",
"is_live_enabled": true
},
"storage_templates": {
"folder_template": "{{date}}-{{id}}-{{type}}-{{uuid}}",
"file_template": "{{id}}"
},
"livestream": {
"proxies": [
{
"url": "https://eu.luminous.dev",
"header": ""
},
{
"url": "https://api.ttv.lol",
"header": "x-donate-to:https://ttv.lol/donate"
}
],
"proxy_enabled": false,
"proxy_parameters": "%3Fplayer%3Dtwitchweb%26type%3Dany%26allow_source%3Dtrue%26allow_audio_only%3Dtrue%26allow_spectre%3Dfalse%26fast_bread%3Dtrue",
"proxy_whitelist": []
goproslowyo
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working