Post Reply 
 
Thread Rating:
  • 1 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Installing and configuring SVC SR video chat
09-22-2011, 05:16 AM
Post: #1
Installing and configuring SVC SR video chat
Software: SVC SR
Description: Social Video Chat
Module(s): Single connection, Random (SR)
Function: Video chat to connect two random strangers with each other, also known as "chat roulette", the partner is switched by pressing "NEXT" (aka. Nexting).

Package: svc-videochat-sr-n.n-release.zip

INSTALLATION:

  1. download svc_videochat-sr.n.n.zip
  2. extract (unzip) svc_videochat-sr.n.n.zip, you will get the following files:
    Quote:VideoChat.zip
    svc.fxp
    README.txt
    license.pdf
  3. extract VideoChat.zip, you will get the following folders and files:
    Quote:/config (config.xml)
    /doc (README.txt, license.pdf)
    /history (history.css, history.js, historyFrame.html)
    configuration.php
    crossdomain.xml
    playerProductInstall.swf
    registration.php
    swfobject.js
    VideoChat.html
    VideoChat.swf
    VideoChat.jpg
  4. upload files ONLY from /VideoChat folder (the files from nr. 3) to your server (do not upload svc.fxp or other contents of original zip package!)
  5. edit serviceURL and configURL in /config/config.xml
    PHP Code:
    <?xml version="1.0" encoding="utf-8"?>
    <config>
        <language>en_US</language>
        <serviceURL>http://www.YOUR-DOMAIN.COM/svc/registration.php</serviceURL>
        <configURL>http://www.YOUR-DOMAIN.COM/svc/configuration.php</configURL>
    </config> 
    *replace YOUR-DOMAIN.COM with the domain (and/or subdomain, folder) of your video chat
    ** if you know what you are doing, replace en_US with your preferred language. Info and detailed description about Flash Builder SVC localization, here: http://www.videosoftware.pro/forum/THREA...ilder-4-5)
  6. edit the database configuration section of /config/configuration.php
    PHP Code:
    <?php
    /**
     * Configuration file for SVC-SR 0.6+
     * Help: http://www.videosoftware.pro/forum/THREAD-Installing-and-configuring-SVC-SR-video-chat
     */

    /* database configuration */
    $MYSQL_DB_HOST "localhost";                 // database host
    $MYSQL_DB_PORT "3306";                      // database port (optional)
    $MYSQL_DB_USER "";                          // database username
    $MYSQL_DB_PASS "";                          // database password
    $MYSQL_DB_NAME "";                          // database name

    $VALID_INTERVAL 15;                         // sec.

    /* connection settings */
    $PING_INTERVAL 1000;                    // sec. - ping server for updates every N seconds
    $REQUEST_CONFIG_INTERVAL 60 60000;        // min. - reload configuration file after N minutes
    $INVITATION_SENT_TIMEOUT 1000;          // sec. - timeout to wait for a serponse (available/busy) from a pinged partner; starts after ping was sent
    $FIND_NEXT_BUTTON_ACTIVATION_TIMEOUT 5;     // sec. - timeout (countdown) before NEXT button is activated; starts after successful connection
    $FIND_NEXT_ACTIVATION_TIMEOUT 1000;     // sec. - idle (available) timeout before SVC starts to look for a new partner; starts after NEXT is pressed

    /* system settings */
    $HIDE_AGE_FEMALE true;                      // hide age if user is female (true/false) 
    $HIDE_AGE_MALE false;                       // hide age if user is male (true/false)

    // Please edit /config/config.xml to set service and config URLs and locale

    ?>



Attached File(s) Thumbnail(s)
                   

I love video chat!
Find all posts by this user
Quote this message in a reply
11-24-2011, 08:24 AM
Post: #2
RE: Installing and configuring SVC SR video chat
Ok great but what does the registration service url does now?
Find all posts by this user
Quote this message in a reply
11-30-2011, 01:20 PM
Post: #3
RE: Installing and configuring SVC SR video chat
I am not sure I understand what you mean ...

I love video chat!
Find all posts by this user
Quote this message in a reply
12-09-2011, 04:00 PM
Post: #4
RE: Installing and configuring SVC SR video chat
I have already registered users on my website and will be sending details of 2 users (both partners who want to chat),.
How can i do this?
Do i need registration.php in this case? do i have to modify registration.php ??
Please guide.

Thanks
Find all posts by this user
Quote this message in a reply
01-10-2012, 12:45 PM
Post: #5
RE: Installing and configuring SVC SR video chat
Gotcha. You need to pass the username (or name/first name) of the user to SVC for both users, connecting them will need SVC 0.9.? since the user-list/phonebook feature is still unreleased. To pass usernames and other relevant data, see this post: http://www.videosoftware.pro/forum/THREA...48#pid4948

I love video chat!
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)