Stremio / stremio-service

GNU General Public License v2.0
120 stars 6 forks source link

[Feature Request] Use video transcoding only when needed #77

Open AlvaroRojas opened 3 months ago

AlvaroRojas commented 3 months ago

Hello,

Video transcoding is often unnecessary with todays modern browsers. I think the client (stremio web) should report to the service if transcoding is required (ex: safari on ios), and only transcode video if needed to reduce CPU usage.

Thanks.