Flutter Mux live stream RTMP, HLS .m3u8

  • For streamer: Live stream with RTMP protocol using rtmp_publisher (other libraries are not working or not completely done)
  • For viewer: View live stream with HLS m3u8 format:
    • ext_video_player, video_player: only work with FILE m3u8 streaming url, and does not work with live stream url. (Tested both Android + iOS)
      • Note: Deal with case “Player only render the first screen” -> Remember call _controller.play() after initialized
    • yoyo_player, flutter_playout: Not stable, does not work on iOS
    • hls_player: Android only, but there are no documentation. @@
    • Use this one: fijkplayer

1 thought on “Flutter Mux live stream RTMP, HLS .m3u8

Leave a Reply

Your email address will not be published.Required fields are marked *