1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

videochat script

Discussion in 'PHP' started by Alex Petrus, Jul 18, 2014.

  1. #1
    Can you recommend me some php scrpt for videochat?
     
    Alex Petrus, Jul 18, 2014 IP
  2. shubhamjain

    shubhamjain Active Member

    Messages:
    215
    Likes Received:
    2
    Best Answers:
    1
    Trophy Points:
    63
    #2
    I don't think you need PHP for that. With new WebRTC protocol, you can built it with few lines of javascript. Here is one of the example I found using quick google,

    https://github.com/keithnorm/simple-webrtc-video-chat
     
    shubhamjain, Jul 20, 2014 IP
  3. Alex Petrus

    Alex Petrus Member

    Messages:
    59
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    41
    #3
    I need something like: http://www.videochatscript.com/videochat-script-overview.html


    But the proble is this company isn'working anymore since 2010 as I see in their copyrights.
     
    Alex Petrus, Jul 20, 2014 IP
  4. CIScripts

    CIScripts Member

    Messages:
    44
    Likes Received:
    2
    Best Answers:
    2
    Trophy Points:
    30
    #4
    In your case you need quite an investment. I'm unfamiliar with current "popular" scripts in this market, but have developed a fair bit in video streaming lately.

    You are probably going to need a WowZa or Red5 streaming server.
     
    CIScripts, Jul 25, 2014 IP
  5. VideoWhisper.com

    VideoWhisper.com Well-Known Member

    Messages:
    330
    Likes Received:
    6
    Best Answers:
    2
    Trophy Points:
    113
    Digital Goods:
    2
    #5
    VideoWhisper.com, Mar 15, 2015 IP
  6. Antoine Duréault

    Antoine Duréault Peon

    Messages:
    1
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    1
    #6
    You can also make a test with Bistri SDK:
    Bistri's SDKs : http://developers.bistri.com/docs-and-examples/
     
    Last edited: Oct 7, 2015
    Antoine Duréault, Oct 7, 2015 IP
  7. emily008

    emily008 Greenhorn

    Messages:
    21
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    21
    #7
    I recommend you https://github.com/keithnorm/simple-webrtc-video-chat
     
    emily008, Oct 7, 2015 IP
  8. NetStar

    NetStar Notable Member

    Messages:
    2,471
    Likes Received:
    541
    Best Answers:
    21
    Trophy Points:
    245
    #8
    I see a lot of people recommending WebRTC without even knowing the limitations of the protocol... First and foremost while WebRTC works great and on paper seems like the best solutions it's not widely supported so expect a LOT of your visitors to have accessibility issues IF their browser even supports it!

    Right now we are at an awkward stage. WebRTC will be something that can be used but not yet. Whether you want to believe it or not Flash is your friend when building Video Chat applications. You can take a look at FMS, Wowza, and Red5 but there's not a quick and easy plug n play solution! It also won't be supported on Mobile Platforms so you will need to get super creative and smart or build a separate app.

    On second thought...between major compatibility and development issues and bandwidth consumption and heavy resource usage you may want to sleep on this idea for a while... The Internet is also not really going the direction of Video Chatting anymore... There's only a small niche community who will be interested. And half of them just want to show their penis to underage boys and girls. Sleep on it please.
     
    NetStar, Oct 11, 2015 IP