Posts tagged videowhisper

VideoWhisper RTMP Web Session Check

0

For sites and integrations where additional security measures are required, VideoWhisper applications support login session check on RTMP side.

This is used to make sure no clients will be able to connect to rtmp server without having previously logged in with the _login.php scripts.
When a new client tries to connect to RTMP server with a session name, rtmp application will check on the web server if that client session exists. If web server does not confirm that client logged in, rtmp server will reject the connection. RTMP server will also check for a webKey that needs to be configured same way on rtmp and web server: this will prevent connections in case of web domain hijacking.
Notes
- This will disable connections from external encoders (ie. FMLE) and players (ie. JwPlayer) to that rtmp address, as these will not provide a session name to check for validity.
- Usually, each installation will require its own rtmp side that checks session info with that installation. Otherwise you will have to tweak scripts to check on all installations.

 

RTMP Configuration

RTMP side web session check is currently supported for Wowza rtmp side. Download latest version of Wowza rtmp side, deploy to your server and update these settings in conf/videowhisper-web/Application.xml :


<Properties>
<Property>
<Name>acceptPlayers</Name>
<Value>true</Value>
</Property>
<Property>
<Name>webLogin</Name>
<Value>http://installation_url/rtmp_login.php?s=</Value>
</Property>
<Property>
<Name>webKey</Name>
<Value>VideoWhisper</Value>
</Property>
<Property>
<Name>webLogout</Name>
<Value>http://installation_url/rtmp_logout.php?s=</Value>
</Property>
</Properties>
</Application>

 

 

Then restart WowzaMediaServer service. For troubleshooting check Wowza access logs. If errors occur in the error logs submit a ticket to VideoWhisper about this.

Web Configuration

Download latest Video Conference php edition and check these integration files:
rtmp.inc.php – stores session info when user authenticates from vc_login.php ; contains $webKey if you want to change it
rtmp_login.php – called by rtmp server to see if a session name is valid (authenticated); also gets canKick permission to allow user to kick clients
rtmp_logout.php – called by rtmp server when client with a session name disconnected (to cleanup session)

Configure settings.php to use the videowhisper-web rtmp address.

To integrate this on other editions or installations you will need to copy the 3 files mentioned above to installation folder and include rtmp.inc.php in the _login.php scripts that authorize the user.
Other changes could be required depending on particularities of each integration.

Sample Demo Configuration

Installation url: http://www.videowhisper.com/demos/vc_web
Using rtmp address: rtmp://videowhisper.com/videowhisper-web

         <Property>
<Name>webLogin</Name>
<Value>http://www.videowhisper.com/demos/vc_web/rtmp_login.php?s=</Value>
</Property>
<Property>
<Name>webKey</Name>
<Value>VideoWhisper</Value>
</Property>
<Property>
<Name>webLogout</Name>
<Value>http://www.videowhisper.com/demos/vc_web/rtmp_logout.php?s=</Value>
</Property>

 

 

Related Posts:

Setting up VideoWhisper RTMP on Influxis

If you have a FMS account with Influxis, use these instructions for setting up a new application:

1. Create application from Tools > New App Builder or My Applications > Add New Application. Use any name i.e. “videowhisper” and save generated rtmp path.

2. From Tools > File Manager / File Admin edit videowhisper/main.asc file and make sure it has the contents of videowhisper/main.asc (open it with notepad or other text editor). If needed select all from text editor (CTRL+A), copy (CTRL+C), move to form, select all from there (CTRL+A), paste from clipboard (CTRL+V).
Get VideoWhisper FMIS rtmp side from Downloads : RTMP VideoWhisper Applications > FMIS .

3. From Account Settings > Domain Permissions, Set Referring Domain(s), Add New Domain – add your domain that hosts the flash (i.e. your-domain.com)

4. Reset the VHost for your Influxis account so it loads new applications or updates.
In your Influxis account go to My Applications > FCS Administration Console: Connect then go to Maintenance : Adaptor / VHost: Restart .

Related Posts:

VideoWhisper 2 Way Video Chat Script

One on One 2 Way Video Chat Script
VideoWhisper 2 Way Video Chat is a premium high definition video communication software designed for instant 1 on 1 online video conferencing. It’s a solution for conducting easy to setup face to face meetings without leaving your office or home. It’s the easiest and most cost-effective way to meet somebody and discuss one on one. Here are 12 ways to use this:

  1. have meetings on short notice with individuals in faraway places
  2. conduct sales presentations without traveling
  3. manage employees remotely when you are not in the office
  4. bring any partner or specialist employee virtually to any meeting you physically attend to
  5. demonstrate products and software without traveling
  6. train customers, partners and employees on remote locations
  7. have employees work from home even if they are on another continent
  8. communicate from many business airlines that provide internet while mobiles are not functional
  9. talk face to face to new employees or business partners from far away locations before doing any travelling
  10. communicate face to face from anywhere you find an internet connection for your laptop
  11. remote professional consultations and advice
  12. avoid dangerous or just boring locations and persons

Read more about the 2 Way Video Chat software…

Related Posts:

Installing VideoWhisper Video Conference on your Windows Computer

This was originally posted on http://www.videowhisper.com/forum.php?ftid=58&t=Basic-install by rustynails and explains how to installing VideoWhisper Video Conference and all required servers on your Windows computer.

(more…)

Related Posts:

Live Streaming, Video Broadcasting Software by VideoWhisper

Live Broadcast

Live Streaming, Online Video Broadcasting Software

This live video streaming software is designed for 1 to many video broadcasting.  It is very useful for adding features like on justin tv, ustream tv, mogulus, stickam, blog tv, yahoo live or their clones .

This software was designed for 1 to many video streaming so there are 3 different interfaces:
1. Live Broadcast (for publisher),
2. Live Video Watch (for active viewers, discuss online),
3. Live Video Streaming (for passive viewers, simple live video).

Software is available with PHP source code for easy integration and as joomla component and module. Free trial available for download and testing on your own server.

Related Posts:

Video Conference Plugin for WordPress by VideoWhisper

To test the video conference plugin just register an account on this website and click the video conference link from the right panel.

Video Conference, Video Chat and Instant File Sharing Plugin for WordPress

+ Read more about the Video Conference WordPress Plugin on the VideoWhisper website
+ Download the Free WordPress Video Conference Edition (requires registering a free account)

WordPress  Integration

VideoWhisper.com  setup a simple integration that uses the WordPress username to login existing users into the simple php only version of their video conference software – the edition easiest to customize and integrate with any website. If the user is not logged into WordPress a warning message is shown and the visitor can click that to get back to the main WordPress website for registration/login.

VideoWhisper also  included a plugin that provides a linking widget. You can use that or directly add a link to “http://www.yoursite.com/videowhisper_conference/” .

Installation Instructions

1. Copy contents of com_videowhisper_conference\fms_applications in zip file to your applications folder in your fms installation folder. This step is not required if you use their video conference rental with hosting or managed rmtp hosting plans.
2. Copy the files from the zip file including folder structure to your public website location.
3. Fill the fms application path in videowhisper_conference/settings.php.
4. Enable the plugin and link widget or directly add the link to the videowhisper_conference folder.

Related Posts:

VideoWhisper Video Conference Software

VideoWhisper Video Conference

VideoWhisper Video Conference is a modern multiple way video chat and real time file sharing tool. It can be used stand alone or integrated to existing sites.

VideoWhisper Video Conference Software

VideoWhisper Video Conference Software

Using latest AS3 technology it provides better speed and stability compared to similar older software. Data (rooms, settings) and user interface (skins, icons, sounds) is loaded from external files that can be edited or replaced allowing webmasters and developers to easily customize the user experience.

This software is great for meetings, trainings, conferences, live events, recruiting, consultations, coaching and of course casual community chat.

Related Posts:

Go to Top