Live streaming form IP camera

Discussion in 'HTML & Website Design' started by Yonish3, Nov 22, 2014.

  1. #1
    Hello,


    I working on a website that will show live stream from an IP camera.

    The web will serve end users in Africa, so the physical server must be in Africa. Meaning no cloud solutions can be implemented.


    I think that actual video stream will not work well due to the slow internet bandwidth there.

    If someone thinks otherwise, I will be glad to hear his advice.


    So I plan to implement it with something like a GIF animation.

    I not a beginner to web development, but still not the sharpest one yet…


    Will be very appreciate on an advice on how to approach this issue.


    Yoni.
     
    Yonish3, Nov 22, 2014 IP
  2. ketting00

    ketting00 Well-Known Member

    Messages:
    782
    Likes Received:
    28
    Best Answers:
    3
    Trophy Points:
    128
    #2
    Try to begin with WebRTC to see if it work. There are plenty of tutorial on the internet.
     
    ketting00, Nov 23, 2014 IP
  3. Yonish3

    Yonish3 Greenhorn

    Messages:
    2
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    21
    #3
    thanks.
    Will I be able to have many end users use the sire simultaneous?
    My biggest concern is that each will open a session with the camera and it will fail.
    It can’t take more than 5-10 users in time.
     
    Yonish3, Nov 23, 2014 IP
  4. ketting00

    ketting00 Well-Known Member

    Messages:
    782
    Likes Received:
    28
    Best Answers:
    3
    Trophy Points:
    128
    #4
    WebRTC is just the beginning that you might have to start with.
    Which data transfer method is your choice. You're concerned about the bottleneck of direct browser connection you can go the server route, but building a streaming server is expensive. I can guarantee you. In term of expensive, I did not just mean the money.
    If you really interested, I suggest you start with a small project and upscale it.

    Otherwise, write a native app for particular OS.
     
    ketting00, Nov 23, 2014 IP