fix(mirror): put mediamtx client there

This commit is contained in:
2026-04-29 16:59:31 +02:00
parent b42b4be2d9
commit 01b2e88969

View File

@@ -54,5 +54,11 @@ export function getMediamtxClientRegionOptions(): MediaMTXClientRegionOption[] {
label: 'HQ Server A',
whipEnabled: false,
},
{
value: 'ethande',
emoji: '🇩🇪',
label: 'eth0\'s VPS',
whipEnabled: true,
},
];
}