mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-01-23 10:45:27 +00:00
44 lines
887 B
JSON
44 lines
887 B
JSON
[
|
|
{
|
|
"model": "core.useragent",
|
|
"pk": 1,
|
|
"fields": {
|
|
"name": "TiviMate",
|
|
"user_agent": "TiviMate/5.1.6 (Android 12)",
|
|
"description": "",
|
|
"is_active": true
|
|
}
|
|
},
|
|
{
|
|
"model": "core.useragent",
|
|
"pk": 2,
|
|
"fields": {
|
|
"name": "VLC",
|
|
"user_agent": "VLC/3.0.21 LibVLC 3.0.21",
|
|
"description": "",
|
|
"is_active": true
|
|
}
|
|
},
|
|
{
|
|
"model": "core.streamprofile",
|
|
"pk": 1,
|
|
"fields": {
|
|
"name": "ffmpeg",
|
|
"command": "ffmpeg",
|
|
"parameters": "-i {streamUrl} -c:v copy -c:a copy -f mpegts pipe:1",
|
|
"is_active": true,
|
|
"user_agent": "1"
|
|
}
|
|
},
|
|
{
|
|
"model": "core.streamprofile",
|
|
"pk": 2,
|
|
"fields": {
|
|
"name": "streamlink",
|
|
"command": "streamlink",
|
|
"parameters": "{streamUrl} best --stdout",
|
|
"is_active": true,
|
|
"user_agent": "1"
|
|
}
|
|
}
|
|
]
|