New AS3 Flash Video Chat software is beeing developed by VideoWhisper.com . Currently a video conference solution is available for testing.
This requires at least Flash 9 but AS3 is advertised to be more stable and a lot faster compared to older AS2. Users with Flash8 and older can't use AS3.
Video Flash Chat is the right software to provide 2 way AV presence to your site's users. It can be used on a wide range of websites (chat for dating, live support, adult video chat).
Tuesday, December 09, 2008
Wednesday, August 06, 2008
Demo Movies, Whisper Mode, Spy Webcams
Demo movies added to the video chat demos page:
New Features
# Spy Webcams for all active sessions (requires Live Video for Visitors Plugin)
# Whisper (send message only to selected user)
# Whisper Mode support (only whispers allowed, great for private discussions on dating websites)
New Features
# Spy Webcams for all active sessions (requires Live Video for Visitors Plugin)
# Whisper (send message only to selected user)
# Whisper Mode support (only whispers allowed, great for private discussions on dating websites)
Labels:
demo,
private,
spy,
video chat,
webcam chat,
whisper
Wednesday, July 16, 2008
RTMP Connection test for VideoFlashChat
We created a VideoFlashChat RTMP connection checker using AS3 to check if everything is ok with the streaming server:
http://www.videoflashchat.com/videoflashchat/connectiontest.html
Test with rtmp://obrix1ty9.rtmphost.com/videoflashchat . Connections from other domains are rejected by our fms host so this path will only work with this one but you can test your own installations if the sever allows connections from videoflashchat.com .
Submit a ticket if you are a customer and need this zipped to test your installation.
Code:
import flash.net.NetConnection;
import flash.net.NetStream;
import flash.events.*;
// Current release of FMS only understands AMF0 so tell Flex to
// use AMF0 for all NetConnection objects.
NetConnection.defaultObjectEncoding = flash.net.ObjectEncoding.AMF0;
if (link.text.length==0) link.text="rtmp://videoflashchat";
bt_connect.addEventListener(MouseEvent.CLICK, try_connect);
function try_connect(e:MouseEvent)
{
var button:Button = e.target as Button;
log.appendText("\nConnecting to: "+link.text);
fmsconnect(link.text);
}
function fmsconnect(server)
{
var UserName="test_conn";
var sex="male";
var room="test";
//connection
var fmscon:NetConnection = new NetConnection();
fmscon.connect(server,UserName,sex,room);
fmscon.addEventListener(NetStatusEvent.NET_STATUS, netStatus);
function netStatus(event:NetStatusEvent):void {
var info:Object = event.info;
log.appendText("\n"+info.code);
}
}
http://www.videoflashchat.com/videoflashchat/connectiontest.html
Test with rtmp://obrix1ty9.rtmphost.com/videoflashchat . Connections from other domains are rejected by our fms host so this path will only work with this one but you can test your own installations if the sever allows connections from videoflashchat.com .
Submit a ticket if you are a customer and need this zipped to test your installation.
Code:
import flash.net.NetConnection;
import flash.net.NetStream;
import flash.events.*;
// Current release of FMS only understands AMF0 so tell Flex to
// use AMF0 for all NetConnection objects.
NetConnection.defaultObjectEncoding = flash.net.ObjectEncoding.AMF0;
if (link.text.length==0) link.text="rtmp://videoflashchat";
bt_connect.addEventListener(MouseEvent.CLICK, try_connect);
function try_connect(e:MouseEvent)
{
var button:Button = e.target as Button;
log.appendText("\nConnecting to: "+link.text);
fmsconnect(link.text);
}
function fmsconnect(server)
{
var UserName="test_conn";
var sex="male";
var room="test";
//connection
var fmscon:NetConnection = new NetConnection();
fmscon.connect(server,UserName,sex,room);
fmscon.addEventListener(NetStatusEvent.NET_STATUS, netStatus);
function netStatus(event:NetStatusEvent):void {
var info:Object = event.info;
log.appendText("\n"+info.code);
}
}
Labels:
actionscript,
as3,
check,
connection,
fms,
red5,
rmtp,
test,
wowza
Friday, June 20, 2008
Red5 v0.7.0 Final
We checked compatibility of Video Flash Chat with the new Red5 final version and updated as necessary.
Instructions for accessing the new Flex adminPanel (inspired from a mailing list post) after installing the new Red5 on your computer:
1. Start Red5 0.7.0 / Service in Windows (Start > Run...: services.msc )
2. Open: http://localhost:5080/admin/register.html
3. Fill your new user and password. Submit.
4. Restart Red5
5. Open: http://localhost:5080/demos/adminPanel.html
6. Fill "localhost" as server and the user/pass you defined in step 3. Submit.
This file required updating for the application to work with the latest version:
videoflashchat/WEB-INF/web.xml
Contact us if you are a customer and need an update.
Instructions for accessing the new Flex adminPanel (inspired from a mailing list post) after installing the new Red5 on your computer:
1. Start Red5 0.7.0 / Service in Windows (Start > Run...: services.msc )
2. Open: http://localhost:5080/admin/register.html
3. Fill your new user and password. Submit.
4. Restart Red5
5. Open: http://localhost:5080/demos/adminPanel.html
6. Fill "localhost" as server and the user/pass you defined in step 3. Submit.
This file required updating for the application to work with the latest version:
videoflashchat/WEB-INF/web.xml
Contact us if you are a customer and need an update.
Labels:
0.7.0,
admin,
flash,
flex,
installation,
localhost,
red5,
server,
update,
video streaming
Wednesday, February 13, 2008
Red5 Support
Red5 Free Open Source Server is now supported in addition to FCS1.5 & FMS2 for Video Flash Chat.
Red5 is a free, open source Flash server that supports streaming and recording audio/video, live stream publishing and Flash remoting. Its commercial brother is Adobe® Flash Media Server.Red5 is a free, open source, Java based, alternative to Adobe's Flash Media Server.
To install Red5 you need a dedicated server. You can not install Red5 on a shared hosting plan. Red5 is available for both Windows and Linux. You can find more info about it here: http://osflash.org/red5
VideoFlashChat software packages include both server side application versions: actionscript for FCS, FMS2 and java for Red5. You can switch anytime from one option to another.
All Video Flash Chat packages support Red5:
Video Girls - PPV VideoChat Software
http://www.videogirls.biz
Video Flash Chat - Web Based Video Chat
http://www.videoflashchat.com
Software for Dating w. VideoChat
http://www.software-dating.com
Red5 is a free, open source Flash server that supports streaming and recording audio/video, live stream publishing and Flash remoting. Its commercial brother is Adobe® Flash Media Server.Red5 is a free, open source, Java based, alternative to Adobe's Flash Media Server.
To install Red5 you need a dedicated server. You can not install Red5 on a shared hosting plan. Red5 is available for both Windows and Linux. You can find more info about it here: http://osflash.org/red5
VideoFlashChat software packages include both server side application versions: actionscript for FCS, FMS2 and java for Red5. You can switch anytime from one option to another.
All Video Flash Chat packages support Red5:
Video Girls - PPV VideoChat Software
http://www.videogirls.biz
Video Flash Chat - Web Based Video Chat
http://www.videoflashchat.com
Software for Dating w. VideoChat
http://www.software-dating.com
Monday, January 14, 2008
Upgrades: Views, Zoom, New Template
Important additions are ready for the Video Flash Chat software:
Plans: License Purchase, License Rental, included FMS2 streaming hosting. New special options can be ordered for the package: Flash Link Removal and Flash Custom Layout & Template.
- New buttons where added to switch between different views (with new layouts generated by the resize of the video panel) and to zoom the flash.
- A new template is available with black background and thin white lines delimiting controls: Black Line template.
Plans: License Purchase, License Rental, included FMS2 streaming hosting. New special options can be ordered for the package: Flash Link Removal and Flash Custom Layout & Template.
Subscribe to:
Posts (Atom)