flutter_torrentz_stream 0.0.1 copy "flutter_torrentz_stream: ^0.0.1" to clipboard
flutter_torrentz_stream: ^0.0.1 copied to clipboard

A flutter plugin to stream videos directly from torrent magnet links.

Flutter Torrentz Stream #

pub

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

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.** { *; }
6
likes
140
points
29
downloads

Publisher

unverified uploader

Weekly Downloads

A flutter plugin to stream videos directly from torrent magnet links.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter, path_provider

More

Packages that depend on flutter_torrentz_stream