Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mediathekview/zapp

German public broadcasting live streams as an Android app
https://github.com/mediathekview/zapp

android

Last synced: 3 months ago
JSON representation

German public broadcasting live streams as an Android app

Awesome Lists containing this project

README

        

[![Build and test](https://github.com/mediathekview/zapp/actions/workflows/build.yml/badge.svg)](https://github.com/mediathekview/zapp/actions/workflows/build.yml)


Get it on F-Droid

![ZAPP](fastlane/metadata/android/en-US/images/featureGraphic.jpg)

1. [Über](#über)
2. [FAQ](app/src/main/res/raw/faq.md)
3. [Changelog](app/src/main/res/raw/changelog.md)
4. [Bibliotheken](#bibliotheken)

---------------------

## Über

Zapp ist Teil von MediathekView und gibt dir einen schnellen Zugang zu vielen deutschen öffentlich-rechtlichen Fernsehsendern. Schaue ARD, ZDF und andere Sender live oder aus der Mediathek.

Features:


  • Android-Client für MediathekView

  • Live-Streams von über 30 Sendern

  • Adaptives Streaming – passend zur Geschwindigkeit deiner Netzwerkverbindung

  • Schneller Sender-Wechsel

  • Aktuelle Programminformationen

  • Sender-Shortcuts für neuere Android-Versionen

  • Sendungen aus fast 20 Mediatheken zum Streamen

  • Bequeme Sendungssuche in der Mediathek

  • Zuschaltbare Untertitel für einige Mediathek-Sendungen

  • Teilen-Funktion für Live- und Mediathek-Videos

  • Hintergrund-Playback

**Achtung:** Wenn du Zapp außerhalb Deutschlands benutzt, können manche Sender – wie zum Beispiel ZDF – geblockt sein.

video screen video screen video screen video screenvideo screen video screen

---------------------

## Übersetzungen

Zapp wird in Deutsch entwickelt, kann aber über [Transifex](https://www.transifex.com/none-581/zapp-android-app/) in andere Sprachen übersetzt werden. Vorschläge für weitere Sprachen und Helfer beim Übersetzen sind herzlich willkommen!

## Bibliotheken

Zapp uses a lot of awesome open source libraries:
- [JUnit](http://junit.org/junit4/) to test things out
- [Gson](https://github.com/google/gson) to parse the list of channels
- [Commons IO](https://commons.apache.org/proper/commons-io/) for a sane way to handle files on Android
- [DragListView](https://github.com/woxblom/DragListView) to let you reorder the channel list intuitively
- [exo player](https://google.github.io/ExoPlayer/) the better video player
- [Retrofit](https://square.github.io/retrofit/) for easy server api communication
- [Joda time](http://www.joda.org/joda-time/) for sane date and time handling in Java