https://github.com/ltebean/Live
用swift和node.js写了一个直播app
主要的功能有:
- create a room to broadcast your live stream
- join a room to watch the live
- send likes and comments

用到的技术:
- RTMP server - Nginx RTMP module( https://github.com/arut/nginx-rtmp-module)
- WebSocket server - Socket.io( http://socket.io/)
- iOS client - VideoCore( https://github.com/jgh-/VideoCore) to push stream, IJKPlayer( https://github.com/Bilibili/ijkplayer) to play stream
目前是纯 demo 性质,没有加各种异常处理,欢迎把玩~