String replaceM3u8(String m3u8) { return m3u8.replaceAll('https://$originalHost', 'http://127.0.0.1:$port'); }