1
0
mirror of https://github.com/TeamNewPipe/website synced 2025-10-06 00:22:38 +02:00
Files
website/_faq/bugs-play-streams-offline.html

18 lines
1020 B
HTML
Raw Permalink Normal View History

2021-10-18 21:16:08 +02:00
---
categories:
- player
- bugs
type: info
2023-07-06 18:57:47 +02:00
title: "Play offline content in-app"
2021-10-18 21:16:08 +02:00
---
<section>
2023-07-06 18:57:47 +02:00
<p>In order to play streams offline, you need to use an external video player.</p>
<p>The team has considered implementing this directly into NewPipe. This idea was dropped due to the following reasons:</p>
2021-10-18 21:16:08 +02:00
<ul>
2023-07-06 18:57:47 +02:00
<li>A phone is usually shipped with an audio and video player.</li>
<li>There are other <a href="https://search.f-droid.org/?q=video+player">apps</a> available that deal with offline playback, in case the phone doesn't have one.</li>
<li>One option that could reduce friction between using NewPipe and an external player is <a href="https://f-droid.org/en/packages/com.brouken.player/">Just Video Player</a>, available on F-Droid, which is also based on ExoPlayer like NewPipe's player.</li>
2021-11-04 16:34:26 +01:00
<li>NewPipe is not designed to be an all-around video player.</li>
<li>A huge additional maintenance effort would be required to make this work.</li>
2021-10-18 21:16:08 +02:00
</ul>
</section>