Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/nakardo/livestream
- Owner: nakardo
- Created: 2013-01-14T06:36:09.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-01-10T13:23:00.000Z (almost 11 years ago)
- Last Synced: 2024-04-15T13:18:46.192Z (9 months ago)
- Language: Objective-C
- Size: 719 KB
- Stars: 3
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 WSThe 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.