mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-01-23 02:35:14 +00:00
updated ffmpeg profile
This commit is contained in:
parent
fc250402d4
commit
a2b451f4b0
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ def lock_or_create_profiles(apps, schema_editor):
|
|||
"name": "ffmpeg",
|
||||
"command": "ffmpeg",
|
||||
"parameters": "-i {streamUrl} -c:v copy -c:a copy -f mpegts pipe:1",
|
||||
"new_parameters": "-i {streamUrl} -user_agent {userAgent} -c:v copy -c:a copy -f mpegts pipe:1",
|
||||
"new_parameters": "-user_agent {userAgent} -i {streamUrl} -c:v copy -c:a copy -f mpegts pipe:1",
|
||||
},
|
||||
{
|
||||
"name": "streamlink",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue