Quantcast
Channel: php – Scripts de chat en vidéo
Viewing all 27 articles
Browse latest View live

Vidéo Conférence Plugin for WordPress par VideoWhisper

0
0
Pour tester le plugin vidéo conférence juste créer un compte sur ce site et cliquez sur le lien de vidéo-conférence à partir du panneau droit. Conférence vidéo, Vidéo Chat et Instant File Partage Plugin pour WordPress + Read more about the Video Conference WordPress Plugin on the VideoWhisper website + Download the Free WordPress Video Conference Edition […]

Live Streaming v2 par VideoWhisper

0
0
VideoWhisper.com upgraded the Live Streaming application bringing several improvements and optimizations requested by users. Certaines des améliorations: paramètres de la webcam avancées (modification de la résolution en temps réel, framerate, taux audio) fullscreen button for video watching interface fullscreen on click for embedded plain video stream interface generate updated jpg snapshots for each live stream timers (displayed on each interface […]

VideoWhisper Video Recorder

0
0
L'enregistreur vidéo permet aux utilisateurs du site d'enregistrer des vidéos de webcam facilement à partir des pages du site. Cette utilisation peut être de différents sites à implémenter des fonctionnalités en ligne comme: + partage de vidéos, à la demande de contenu vidéo + la messagerie vidéo, e-mail vidéo + contenu vidéo sur les profils des membres, teasers vidéo, questionnaires vidéo + video comments for online posts and […]

Installer ffmpeg mplayer flvtool2 yamdi x264 Theora mp3lame ogg vorbis FAAC

0
0
    Ceci est un tutoriel pour activer le partage de vidéo de soutien sur les serveurs Centos. Ceci devrait installer ffmpeg, mplayer, mencoder, flvtool2, était yami, x264, Theora, mp3lame, vorbis, ogg, FAAC, faad2, xvid, Renseignements aux médias, mp4box, neroaacenc . Ces outils permettront à votre serveur: video and audio conversion thumbnail generation FLV meta injection (flvtool2, était yami) codecs supplémentaires (x264, […]

Installez GeoIP extension PHP

0
0
Install GeoIP C API Change 1.4.6 to downloaded version. wget http://geolite.maxmind.com/download/geoip/api/c/GeoIP.tar.gz tar zxvf GeoIP.tar.gz cd GeoIP-* ./configure make make check make install Install PHP PECL extension wget http://pecl.php.net/get/geoip tar zxvf geoip cd geoip-* phpize ./configure make make check make install Find php.ini php -i | grep php.ini Enable extension to load in php.ini: ;;;;;;;;;;;;;;;;;;;;;; ; […]

Changer directives PHP avec suPHP

0
0
Vous devez créer 2 fichiers dans public_html site où suPHP est activé. Un chemin .htaccess de spécification de configuration php.ini et un php.ini avec les directives.   Exemple pour le compte "compte-nom". Assurez-vous de mettre à jour que dans le contenu .htaccess: .htaccess suPHP_ConfigPath /home/account-name/public_html   php.ini register_globals = Off

L'intégration avec d'autres applications VideoWhisper son

0
0
Si vous utilisez un CMS standard comme Drupal, WordPress, Joomla, Elgg, Moodle, Oxwall vous pouvez trouver des intégrations prêtes à l'emploi pour commencer à partir de, on VideoWhisper.com . Sinon, vous devriez commencer par les éditions du simple PHP. Tous les intégrations sont plein php en forme de code source, that can be downloaded for free from the downloads section (after registering […]

Installez ZMQ pour PHP

0
0
wget http://download.zeromq.org/zeromq-4.1.0-rc1.tar.gz tar -zxvf zeromq-4.1.0-rc1.tar.gz cd zeromq-4.1.0 ./configure make make install   pecl install ZMQ-bêta   Find php.ini : php -i | grep 'Configuration File'   Vérifiez si l'extension a été ajouté: /usr/local/lib/php.ini de chat | grep zmq Should show: extension ="zmq.so" Setup a phpinfo.php file containing code phpinfo() dans ce dossier, pour vérifier si la bibliothèque est chargée.   […]

Video Conference Plugin for WordPress by VideoWhisper

0
0
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 […]

Live Streaming v2 by VideoWhisper

0
0
VideoWhisper.com upgraded the Live Streaming application bringing several improvements and optimizations requested by users. Some of the improvements: advanced webcam settings (change realtime resolution, framerate, audio rate) fullscreen button for video watching interface fullscreen on click for embedded plain video stream interface generate updated jpg snapshots for each live stream timers (displayed on each interface […]

VideoWhisper Video Recorder

0
0
The video recorder allows site users to record webcam videos easily from website pages. This can be use on various sites to implement online features like: + video sharing, on demand video content + video messaging, video email + video content on member profiles, video teasers, video questionnaires + video comments for online posts and […]

Install ffmpeg mplayer flvtool2 yamdi x264 theora mp3lame vorbis ogg faac

0
0
    This is a tutorial to enable video sharing support on Centos servers. This should install ffmpeg, mplayer, mencoder, flvtool2, yamdi, x264, theora, mp3lame, vorbis, ogg, faac, faad2, xvid, mediainfo, mp4box, neroaacenc . These tools will enable on your server: video and audio conversion thumbnail generation FLV meta injection (flvtool2, yamdi) extra codecs (x264, […]

Install GeoIP PHP Extension

0
0
Install GeoIP C API Change 1.4.6 to downloaded version. wget http://geolite.maxmind.com/download/geoip/api/c/GeoIP.tar.gz tar zxvf GeoIP.tar.gz cd GeoIP-* ./configure make make check make install Install PHP PECL extension wget http://pecl.php.net/get/geoip tar zxvf geoip cd geoip-* phpize ./configure make make check make install Find php.ini php -i | grep php.ini Enable extension to load in php.ini: ;;;;;;;;;;;;;;;;;;;;;; ; […]

Change php directives with suPHP

0
0
You need to create 2 files in public_html of website where suPHP is enabled. A .htaccess specifying path to php.ini configuration and a php.ini with directives.   Example for account "account-name". Make sure you update that in .htaccess content: .htaccess suPHP_ConfigPath /home/account-name/public_html   php.ini register_globals = Off

Integrating VideoWhisper Applications with other scripts

0
0
If you're using a standard CMS like Drupal, WordPress, Joomla, Elgg, Moodle, Oxwall you can find some ready made integrations to start from, on VideoWhisper.com . Otherwise you should start from the plain php editions. All integrations include full php in source form, that can be downloaded for free from the downloads section (after registering […]

Install ZMQ for PHP

0
0
wget http://download.zeromq.org/zeromq-4.1.0-rc1.tar.gz tar -zxvf zeromq-4.1.0-rc1.tar.gz cd zeromq-4.1.0  ./configure make make install   pecl install zmq-beta   Find php.ini : php -i | grep 'Configuration File'   Check if extension was added: cat /usr/local/lib/php.ini | grep zmq Should show: extension="zmq.so" Setup a phpinfo.php file containing code phpinfo() in that folder, to check if library is loaded.   […]

Upgrade to latest CURL and Open SSL in WHM

0
0
Problem: eCommerce providers like Paypal introduced more strict SSL requirements. Ex: “requires OpenSSL >= 1.0.1 to be installed on your server” PHP info shows: CURL SSL Version OpenSSL/1.0.0 Fix: Install latest CURL: cd /usr/local/src wget https://curl.haxx.se/download/curl-7.52.1.tar.gz tar -xvzf curl-7.52.1.tar.gz cd curl* ./configure –enable-threaded-resolver –enable-http –enable-ftp –enable-proxy –enable-tftp –enable-ntlm –enable-static –with-ssl=/usr/local/ssl –enable-ipv6 –enable-shared –with-libidn make && […]

Install GeoIP PHP Extension

0
0
Install GeoIP C API Change 1.4.8 to downloaded version. cd /usr/local/src wget http://geolite.maxmind.com/download/geoip/api/c/GeoIP.tar.gz tar zxvf GeoIP.tar.gz cd GeoIP-* ./configure make make check make install Install PHP PECL extension pecl install geoip Find php.ini php -i | grep php.ini Enable extension to load in php.ini: ;;;;;;;;;;;;;;;;;;;;;; ; Dynamic Extensions ; ;;;;;;;;;;;;;;;;;;;;;; extension=geoip.so You may need to […]

Change php directives with suPHP

0
0
You need to create 2 files in public_html of website where suPHP is enabled. A .htaccess specifying path to php.ini configuration and a php.ini with directives. You can change php settings and load extensions from a central php.ini for all site folders.   Example for account “account-name”. Make sure you update that in .htaccess content: […]

Integrating VideoWhisper Applications with other scripts

0
0
If you’re using a standard CMS like Drupal, WordPress, Joomla, Elgg, Moodle, Oxwall you can find some ready made integrations to start from, on VideoWhisper.com . Otherwise you should start from the plain php editions. All integrations include full php in source form, that can be downloaded for free from the downloads section (after registering […]
Viewing all 27 articles
Browse latest View live




Latest Images