Last updated:
0 purchases
flutter torrentz stream
Flutter Torrentz Stream #
A flutter plugin to stream videos directly from torrentz magnet links.
This plugin is still under development and pull requests to make it better are heavily appreciated
Few Important points to note before using this plugin #
Has only android support for now. (Help to implement iOS support is highly appreciated)
Is still under development and APIs may go through breaking changes.
Supports streaming and seeking videos while still being downloaded but is still experimental and has been tested to work on MX Player but does not work with video_player plugin.
Installation #
Add below line to your pubspec.yaml and run flutter packages get
flutter_torrentz_stream: ^0.0.1
copied to clipboard
Using in release builds #
If you are using proguard in your app then add the below 2 lines to your proguard rules:
-keep class com.frostwire.jlibtorrent.swig.libtorrent_jni {*;}
-keep class com.frostwire.jlibtorrent.swig.** { *; }
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.