Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/nakardo/livestream

A Livestream client for iOS and Mac OS X
https://github.com/nakardo/livestream

Last synced: about 1 month ago
JSON representation

A Livestream client for iOS and Mac OS X

Awesome Lists containing this project

README

        

Livestream
==========

This project is just a quick experiment I made during a weekend using Livestream library. So there's no much fancy code in here, just a simple proof of concept.

It's composed by 3 subprojects:
* An OS X client
* An iOS simple application
* A Node-based WS

The Node WS serves as communication bridge between the OS X and iOS clients, using websockets as common protocol. The iOS App enables user to pick a video from streams list, and start broadcasting on the Mac.

The server should support more than a single client at the same time, but it may be a little buggy since I didn't have much time to make testing. But the functionality is there.