81 lines
1.7 KiB
Plaintext
81 lines
1.7 KiB
Plaintext
config mediaflow 'global'
|
|
option enabled '1'
|
|
option dpi_engine 'netifyd'
|
|
option update_interval '5'
|
|
|
|
config service 'netflix'
|
|
option name 'Netflix'
|
|
option category 'streaming'
|
|
option icon 'tv'
|
|
option color '#e50914'
|
|
list domain 'netflix.com'
|
|
list domain 'nflxvideo.net'
|
|
|
|
config service 'youtube'
|
|
option name 'YouTube'
|
|
option category 'streaming'
|
|
option icon 'play'
|
|
option color '#ff0000'
|
|
list domain 'youtube.com'
|
|
list domain 'googlevideo.com'
|
|
list domain 'ytimg.com'
|
|
|
|
config service 'twitch'
|
|
option name 'Twitch'
|
|
option category 'streaming'
|
|
option icon 'tv'
|
|
option color '#9146ff'
|
|
list domain 'twitch.tv'
|
|
list domain 'ttvnw.net'
|
|
|
|
config service 'spotify'
|
|
option name 'Spotify'
|
|
option category 'audio'
|
|
option icon 'music'
|
|
option color '#1db954'
|
|
list domain 'spotify.com'
|
|
list domain 'scdn.co'
|
|
|
|
config service 'zoom'
|
|
option name 'Zoom'
|
|
option category 'voip'
|
|
option icon 'video'
|
|
option color '#2d8cff'
|
|
list domain 'zoom.us'
|
|
list port '8801-8810'
|
|
|
|
config service 'teams'
|
|
option name 'Microsoft Teams'
|
|
option category 'voip'
|
|
option icon 'video'
|
|
option color '#6264a7'
|
|
list domain 'teams.microsoft.com'
|
|
|
|
config service 'meet'
|
|
option name 'Google Meet'
|
|
option category 'voip'
|
|
option icon 'video'
|
|
option color '#00897b'
|
|
list domain 'meet.google.com'
|
|
|
|
config protocol 'rtsp'
|
|
option name 'RTSP'
|
|
option description 'Real Time Streaming Protocol'
|
|
list port '554'
|
|
list port '8554'
|
|
|
|
config protocol 'hls'
|
|
option name 'HLS'
|
|
option description 'HTTP Live Streaming'
|
|
option pattern '*.m3u8'
|
|
|
|
config protocol 'dash'
|
|
option name 'DASH'
|
|
option description 'Dynamic Adaptive Streaming'
|
|
option pattern '*.mpd'
|
|
|
|
config protocol 'rtp'
|
|
option name 'RTP'
|
|
option description 'Real-time Transport Protocol'
|
|
list port '16384-32767'
|