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:
- The video before broadcasting must be encoded.
- Video can be accessed at specifyed streaming address.
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.