< Home - < Back

mod_flvx


Information about the package, mod_flvx, which is shipped with common Linux distributions. The mod_flvx package is designed for, FLV progressive download streaming for the Apache HTTP Server.


Package Name:

mod_flvx

Summary:

FLV progressive download streaming for the Apache HTTP Server

Description:

FLV streaming means it can be sought to any position during video, and browser (Flash player) will buffer only from this position to the end. Thus streaming allows to skip boring parts or see video ending without loading the whole file, which simply saves bandwidth. Even H264 is more efficient, FLV is still a common container format for videos, because H264 is supported by Flash since version 9.115. For using FLV streaming on the web, a pseudo-streaming compliant Flash player, such as Flowplayer, is needed. Streaming requires that the FLV has embedded key-frame markers (meta-data), that can be injected by any supported tool, e.g. flvtool2.

Architecture:

x86_64

Version:

0

Release:

0.1.20100525git.el6

Size:

7.4 k

Repository:

epel

From Repository:

Licence:

ASL 2.0



Handy Yum Commands for mod_flvx


Control the mod_flvx package with the following handy commands outlined below.


Command

Description of Command

yum install mod_flvx

This command will install mod_flvx on the server.

yum remove mod_flvx

This command will un-install mod_flvx on the server. When you run this command, you will be asked if you are sure that you want to remove mod_flvx, so you have to manually confirm that you want to do this.

yum -y remove mod_flvx

This command will un-install mod_flvx on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove mod_flvx when using the -y flag.

yum update mod_flvx

This command will update mod_flvx to the latest version. When you run this command, you will be asked if you are sure that you want to remove mod_flvx, so you have to manually confirm that you want to do this.

yum -y update mod_flvx

This command will update mod_flvx to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove mod_flvx when using the -y flag.

yum info mod_flvx

This command will show you core information about the mod_flvx package.

yum deplist mod_flvx

This command will show you the dependencies for mod_flvx. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.

yum check-update mod_flvx

This command will check if there is an update waiting on mod_flvx. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.