replaceM3u8 method

String replaceM3u8(
  1. String m3u8
)

Implementation

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