当前位置: 首页 >> Tag标签为 'flash'

Video Blogging using Django and Flash(tm) Video (FLV)

I just added Flash-based (FLV) video blogging support to my Django-powered travel portal site, trogger.de. The whole process is surprisingly simple and straightforward and can be done entirely with free (FLOSS) tools.

Read the rest of this entry »

Apache flv streaming done right

  1. Download my tuned version of mod_flvx or the original mod_flv by Paul Querna.
  2. Install apxs tool (also avaliable in RPMs for most systems as httpd-devel)
  3. Compile and install your module with the following command:
    apxs -c -i ./mod_flvx.c 
  4. Add the following 2 lines to your httpd.conf or create a dedicated /etc/httpd/conf.d/mod_flvx.conf (path depends on your Linux distribution):
    LoadModule flvx_module modules/mod_flvx.so
    AddHandler flv-stream .flv 
  5. Restart Apache (i.e. with service httpd restart)

Testing:
# Using curl:

curl -I "http://mysite.com/video.flv?start=100000" 

..where 100000 is some byte position in your file. This should show you Content-Type: video/x-flv. Now increase the start= parameter and the Content-Length should be smaller accordingly.
# Using wget:

wget -O test.flv "http://mysite.com/video.flv?start=1048576" 

The generated test.flv should be of size originalSize – 1MB

From: http://flowplayer.org/forum/5/14679

WordPress FLV Player插件使用注意事项【官方插件无法正常使用】

插件官方下载地址:http://wordpress.org/extend/plugins/flv-player/

Read the rest of this entry »

3G上网,FireFox帮你省流量-不显示图片和Flash

在没有网络的地方,通过无线上网确实很方便,但是对于我这种不是包月的来说,流量就是一个很大的问题,每个月之后150M的流量,挺紧张的啊。

于 是想到将firefox设置成不显示图片应该能节省不少流量。

1、不播放flash,需要插件支持:Flashblock

2、 不显示图片:工具(Tools)->选项(Options)->内容(Content)->自动加载图片(Load images automatically),去掉这个选项就OK啦。

对于IE来说,可以在  工具 -> Internet选项 -> 高级 -> 多媒体,把图片去掉就OK啦。