Search code examples
c#video-streamingsmooth-streaming

Live Smooth Streaming:Point To Start


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.


Solution

  • 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.