livepeer / project-management

Open source project managment for the Livepeer community
10 stars 2 forks source link

Live Camera App for Android #11

Closed chrishobcroft closed 1 week ago

chrishobcroft commented 6 years ago

This project seeks to release an application for execution on the Android operating system which is capable of broadcasting live-streaming content from an Android device's camera into the Livepeer network.

A minimum viable application should allow:

  1. Ability to broadcast content being captured by back camera and microphone
  2. Viewers to view the stream at a URL encoded with the ETH address associated with the node on the smartphone.

A good example of camera functionality can be found in RTMP Camera and Live Camera for YouTube by MIV Dev Team.

Future versions could also include:

  1. Fully manual camera control
  2. Record the content being broadcast to local storage
  3. Record and Publish the content being broadcast to decentralised storage (e.g. IPFS).

A good example of an app publishing to IPFS can be found in IPFSDroid (Beta) by Ligi.