Apache :: Flash / FLV Streaming

15 sec read

:: How to Configure Apache for FLV Streaming
+ Installing mod_flvx

wget //people.apache.org/~pquerna/modules/mod_flvx.c
which apxs
/usr/bin/apxs
/usr/bin/apxs -cia mod_flvx.c

+ setup mod_flvx in http.conf

vi /etc/apache/conf/httpd.conf

## add these line:

LoadModule flvx_module        modules/mod_flvx.so
AddHandler flv-stream .flv

+ restrarting Apache

/etc/init.d/httpd restart

 
:: Links
+ Google
+ GeekTNT

How to fix problem with…

Facing a Git error with the 'vi' editor? Discover how to easily fix it by checking your Vim path and configuring Git to use...
Sysadmin.ID
10 sec read

Apache :: MP4 Streaming

Learn how to enable MP4 streaming in Apache with the installation of the mod_h264 streaming module, making your video content accessible and efficient. Follow...
Sysadmin.ID
18 sec read

Ubuntu :: PHP FastCGI +…

Learn how to set up PHP FastCGI with NGINX on Ubuntu for optimal performance. This step-by-step guide covers installation, configuration, and troubleshooting to ensure...
Sysadmin.ID
1 min read

Leave a Reply

Your email address will not be published. Required fields are marked *