jhomlala / betterplayer

Better video player for Flutter, with multiple configuration options. Solving typical use cases!
Apache License 2.0
895 stars 938 forks source link

Licensing Issues #1254

Open koutaro-masaki opened 10 months ago

koutaro-masaki commented 10 months ago

The HLS parser in this library contains the exact same code as another Apache 2.0 licensed HLS parser library. This is unlikely to be a coincidence, as the comments match word for word. Can anyone explain the situation?

https://github.com/jhomlala/betterplayer/blob/master/lib/src/hls/hls_parser/hls_master_playlist.dart https://github.com/HiroyukiTamura/flutter_hls_parser/blob/694c34b7b751f486f082a1afab702e892eb02366/lib/src/hls_master_playlist.dart