YouROK / TorrServer

Torrent stream server
GNU General Public License v3.0
1.35k stars 179 forks source link

[Feature] Read medias without external mediaplayer #300

Closed cocool97 closed 8 months ago

cocool97 commented 8 months ago

It would be nice if compatible medias could be played with an integrated player like exoplayer on Android (https://developer.android.com/codelabs/exoplayer-intro?hl=fr) or react-player on web (https://www.npmjs.com/package/react-player?activeTab=code)

Reading medias with external players force users to download such apps, even if video/audio formats are directly compatible with Web or Android players.

YouROK commented 8 months ago

If the web supports the format, the link will open in the built-in player. Doing the player separately will heavily load the program