You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

ROADMAP.md 832B

1234567891011121314151617181920212223
  1. # Proxima Roadmap
  2. This is an approximate roadmap. Development of associated mobile apps not
  3. included, likely somewhere in Phase 2.
  4. ## Phase 1
  5. * Initial proof of concept, passing chunks over IPFS
  6. * Desktop GTK prototype with audio/video (gstreamer)
  7. * Standalone broadcast client (RTSP?)
  8. * Support for streaming from OBS to broadcast client
  9. ## Phase 2
  10. * Transcode to multiple resolutions in broadcast client (ffmpeg?)
  11. * Broadcast client auth to facilitate offloading transcode
  12. * Custom UDP-based gossip protocol, with preemptive chunk relay (!!!)
  13. * Discovery platform, possibly web-based
  14. * Realtime chat per stream (IPFS pubsub?)
  15. ## Phase 3
  16. * Erasure codes or fountain codes to improve reliability of distribution
  17. * ActivityPub support to enhance discovery
  18. * Archive streams on PeerTube?
  19. * WebRTC-based in-browser stream preview