Add VLC profile to fixtures with correct parameter order

This commit is contained in:
Seth Van Niekerk 2025-12-12 14:29:59 -05:00 committed by sethwv-alt
parent ee7a39fe21
commit 1ad8d6cdfd
No known key found for this signature in database
GPG key ID: 563E08520F67BADC
2 changed files with 21 additions and 0 deletions

View file

@ -40,5 +40,16 @@
"is_active": true,
"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"
}
}
]

View file

@ -53,6 +53,16 @@
"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",
"fields": {