Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
danielkucera committed Jan 12, 2016
1 parent 1b2781b commit ce828be
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# ZidoStreamer
Android app for live streaming of HDMI input on Zidoo X9 and Tronsmart Pavo M9 compatible TV boxes.
More info: https://blog.danman.eu/using-tronsmart-pavo-m9-for-hdmi-input-streaming/

## Installation
Just copy signed.apk to your device and install (click on) it.

## Compilation
Open in android studio and compile as usual. After compiling, run sign.sh because it needs to signed by MStar key to gain access to required hardware.

## Features
* streaming as MPEG-TS to network (unicast/multicast)
* streaming in FLV format to RTMP server (e.g. Youtube)
* no need for intermediate recording file - thus no length limit
* streaming runs in background

## TODO
* start after android boot
* settings menu to edit stream target, bitrate, startup settings, ...
* bind remote control to start/stop/restart streaming
* automatic stream restart after network or encoding failure
* indicate recording with blinking status LED

0 comments on commit ce828be

Please sign in to comment.