forked from Dispatcharr/Dispatcharr
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfixtures.json
More file actions
99 lines (99 loc) · 2.32 KB
/
fixtures.json
File metadata and controls
99 lines (99 loc) · 2.32 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
[
{
"model": "core.useragent",
"fields": {
"user_agent_name": "TiviMate",
"user_agent": "TiviMate/5.16 (Android 12)",
"description": "",
"is_active": true,
"created_at": "2025-02-28T20:35:14.668Z",
"updated_at": "2025-02-28T20:35:14.668Z"
}
},
{
"model": "core.useragent",
"fields": {
"user_agent_name": "VLC",
"user_agent": "VLC/3.0.21 LibVLC/3.0.21",
"description": "",
"is_active": true,
"created_at": "2025-02-28T20:35:14.668Z",
"updated_at": "2025-02-28T20:35:14.668Z"
}
},
{
"model": "core.useragent",
"fields": {
"user_agent_name": "Chrome",
"user_agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.3",
"description": "",
"is_active": true,
"created_at": "2025-02-28T20:35:14.668Z",
"updated_at": "2025-02-28T20:35:14.668Z"
}
},
{
"model": "core.streamprofile",
"pk": 1,
"fields": {
"profile_name": "FFmpeg",
"command": "ffmpeg",
"parameters": "-i {streamUrl} -c:a copy -c:v copy -f mpegts pipe:1",
"is_active": true,
"user_agent": "1"
}
},
{
"model": "core.streamprofile",
"fields": {
"profile_name": "Streamlink",
"command": "streamlink",
"parameters": "{streamUrl} best --stdout",
"is_active": true,
"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": {
"key": "default-user-agent",
"name": "Default User-Agent",
"value": "1"
}
},
{
"model": "core.coresettings",
"fields": {
"key": "default-stream-profile",
"name": "Default Stream Profile",
"value": "1"
}
},
{
"model": "core.coresettings",
"pk": 3,
"fields": {
"key": "preferred-region",
"name": "Preferred Region",
"value": "us"
}
},
{
"model": "core.coresettings",
"fields": {
"key": "cache-images",
"name": "Cache Images",
"value": "true"
}
}
]