mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-01-23 02:35:14 +00:00
Add VLC profile to fixtures with correct parameter order
This commit is contained in:
parent
ee7a39fe21
commit
1ad8d6cdfd
2 changed files with 21 additions and 0 deletions
|
|
@ -40,5 +40,16 @@
|
||||||
"is_active": true,
|
"is_active": true,
|
||||||
"user_agent": "1"
|
"user_agent": "1"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"model": "core.streamprofile",
|
||||||
|
"pk": 3,
|
||||||
|
"fields": {
|
||||||
|
"name": "vlc",
|
||||||
|
"command": "cvlc",
|
||||||
|
"parameters": "-vv -I dummy --no-video-title-show --http-user-agent {userAgent} {streamUrl} --sout #standard{access=file,mux=ts,dst=-}",
|
||||||
|
"is_active": true,
|
||||||
|
"user_agent": "1"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
|
||||||
|
|
@ -53,6 +53,16 @@
|
||||||
"user_agent": "1"
|
"user_agent": "1"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"model": "core.streamprofile",
|
||||||
|
"fields": {
|
||||||
|
"profile_name": "vlc",
|
||||||
|
"command": "cvlc",
|
||||||
|
"parameters": "-vv -I dummy --no-video-title-show --http-user-agent {userAgent} {streamUrl} --sout #standard{access=file,mux=ts,dst=-}",
|
||||||
|
"is_active": true,
|
||||||
|
"user_agent": "1"
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"model": "core.coresettings",
|
"model": "core.coresettings",
|
||||||
"fields": {
|
"fields": {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue