Reputation: 1981
I want to do simple live broadcast from iphone (or any other device, webcam for example).I have read a lot of articles and next view was formed for me:
This "presentation" shows the whole arhitecture
This simple example shows how to broadcast from static content (video file that lies on server)
This question shows how to start encoding
But I cant link all together (and this articles doesnt contain much code) - How to deal with "online" video - I just need few lines of code to understand this.Must I create any TCP channels or something else?Your suggestions are highly appreciated.
Upvotes: 0
Views: 615
Reputation: 15772
You should take a look at this http://blog.gingertech.net/2012/06/04/video-conferencing-in-html5-webrtc-via-web-sockets/
It shows a fully working node.js server backend with a HTML5 WebRTC client to create a video conferencing demo.
Upvotes: 1