A Bit of History For a while now AVChat 3 has only been compatible with Red5 0.8 and Red5 1.0 RC1. The reasons are many but the most notable is the fact that we just couldn’t get the users and rooms list to work correctly on the newer versions of Red5. It wasn’t a major issue since AVChat worked very well with 0.8 and 0.8 could be installed along newer versions of Red5. But back in August 2014 the Red5 developers introduced WebSocket support in version 1.0.3. This version peaked our interest knowing that WebSockets are a very good platform for building chat applications and adopting it would be a natural step forward for our mobile version of AVChat. But there was a problem,[…]
Category: Red5
Latency and especially high latency is one of the main problems when it comes to real time communication between a client and a server, so we decided to do some testing that would ultimately tell us which of the 3 main media-servers (AMS, Wowza and Red5) can achieve the lowest latency. The Testbed The testing was done using our flagship product, AVChat 3, for both client and server side as application. The client side of AVChat was installed on a local machine in Romania. The local machine has the following processing and memory specifications: Intel i5 CPU @ 3.30Ghz and 8 GB of RAM, on a Windows 7 x64 OS. For the media server I’ve used a VPS located in[…]
Hello everyone, As I promised , I updated the phpFox integration kit for AVChat to support the latest changes (ex. mobile version) that were made to our video chat (find out more). Here is a list of what was updated in the phpFox module: Never miss a new message from now. New browser tab notification lets you see how many new messages you received if you are in another browser tab. Detect if the browser is mobile or desktop and provide the appropriate content. Detect if you installed the AVChat files into the component directory. Facebook Application ID field integration in backend. Remember that you need the latest build of AVChat (build 2170) to have access to these great features and also Red5 or[…]
We are proud to bring you this year’s first build of AVChat that has a lot of major changes and a heap of improvements for both the Flash client and the HTML5 client Here are the new features: 1. Red5 support for the mobile AVChat 3 client is here. Setting it up: The mobile client requires a Web Server: A web server with at least PHP 5.3.10 hosting the chat. Socket support must be enabled. You can use phpinfo(); to check if sockets are enabled. After a normal installation, open avchat3.properties and change the webServerIp setting (new setting) to reflect the IP of your web server. Also you might want to disable some of the red5 logs, because when someone connects from the mobile client, Red5 will[…]
“I’d like to know if I can run other Red5 instances on my server, besides the one that AVChat requires.” This is an issue that came recently for some of our existing customers and I thought that we can share this info to everybody. It happens that you have been using a software that requires Red5 to transmit data and you have installed, for example, Red5 0.9. Good.. Now, after you got an AVChat license, you heard that the only compatible versions of Red5 with the chat software are 0.8 and 1.0 RC1. This made you wonder if you can still use your previous software running on the same Red5 0.9 as before and make a different installation of[…]
Hello, my name is Remus and i am a new employee at AVChat Software. I will be from now on , the main developer for AVChat 3.0 and build 1772 is my first build, and the one that helped me understand the inner workings of how it was developed so far. I hope i managed to implement a useful set of new features along with the other developers, and that we will continue to do so in the future. Here are the major changes we did for you in this build: We added a new feature that allows users to filter NSFW (not safe for work) content through the setting userCanSeeNSFWContent in avc_settings.xxx. This feature has 3 types of filtering:[…]
Hello everybody ! Probably some of you are wondering if there’s a way to make Red5 start automatically after a server reboot. Yes there is. Here’s how to autostart Red5: log in as root in your server once logged in, type these commands: cd /etc/init.d/ touch red5 chmod 777 red5 you just created a configuration file for Red5 now, you have to edit this file. If you’re using a FTP client as Filezilla or TotalCommander, go to /etc/init.d/ folder and search for red5 fie edit it with a text editor paste inside the script below #!/bin/bash # chkconfig: 2345 85 85 # description: Red5 flash streaming server # processname: red5 PROG=red5 RED5_HOME=/opt/red5 DAEMON=$RED5_HOME/$PROG.sh PIDFILE=/var/run/$PROG.pid # Source function library . /etc/rc.d/init.d/functions [[…]
I am going to explain in this blog post how video quality functions in flash video chat apps. Understanding the steps the video quality goes trough in its travel from the broadcaster to the viewer is vital when trying to raise the general video quality experienced by your users. This tutorial applies to AVChat, AVConference, SimplChat but also in some extent to HDFVR and AVChat IM. So, here we go. The journey of the video from the broadcaster to the viewer can be imagined as a funnel with 8 steps. At each step the video quality can suffer. To increase the video quality at the end (on the viewer’s side) you can take measures at every step. Step 1: the[…]
Just a few days ago I was alarmed on the forum that many users of AVChat started getting the error in the title out of the blue without the chat webmasters doing anything. After a quick investigation we had found the culprit. It seems Adobe has modified something in their latest Flash Player Update (11.1.102.62). August 2012 update: it seems the issue also shows up in FP 10.3.183.20 released on 06 August 2012. teh patches at the bottom do not fx the issue for FP 10.3.183.20 . They modified the contents of the pageUrl variable sent by Flash Player when it connects to a media server like FMS, Red5 or Wowza. In FP 11.1.102.55 (released on November 7th, 2011) pageUrl[…]
We’re doing a small new build today of AVChat in an attempt to fix some of the issues that have popped up since our last build, here they are in no certain order: fixed issue with showWhoisInfoIntextChatArea in avc_settings.xxx not working silent ban was not working on Wowza profileCountryFlag in avc_settings.xxx was not working on Wowza added protections against several errors reported on Wowza fixed issue with the number of unread messages not showing up in tabs inside AVChat fixed issue with bans not showing up in admin.swf when used with Red5 (admin.swf increased to 600kbytes ) empty connection string in avc_settings.asp We’ve also added a few new features here and there: duration GET variable in seconds is now added[…]