se-bastiaan / TorrentStream-Android

A torrent streamer library for Android based on libtorrent4j
Other
343 stars 108 forks source link

Stream via exo player #73

Closed AMWolfstein closed 2 years ago

AMWolfstein commented 3 years ago

Hello developer , I have project to steam movies and tv shows online for android device and wants to configure exo player to stream torrent content instead of mkv extension. How can I do this ? . Sorry for that as it's my first time for me to edit and i tried to get any guidance on this but i couldn't find .

se-bastiaan commented 3 years ago

Well this library only downloads any media file. Then you need to open the media file using exo player?

AMWolfstein commented 3 years ago

Well this library only downloads any media file. Then you need to open the media file using exo player?

When i choose movie or episode for example and click on play . It will stream torrent file directly through exo player

se-bastiaan commented 3 years ago

Well no, you start downloading the torrent file using TorrentStream and then you open the video file in ExoPlayer. Exactly like the sample but with your own video player.