时间: 2010-10-15 - 分类: 榆树网-系统, 榆树网-网络 - 无评论 - 1,270 views
cvlc mms://you_server_IP_Address/cctv-news --run-time 60 --sout="#transcode{vcodec=h264,vb=200,deinterlace,fps=25,width=256,height=192,ab=32,acodec=mp3,samplerate=44100}:duplicate{dst=std{access=file,mux=ffmpeg{m
ux=flv},dst=/tmp/stream.flv}}"
不过保存的媒体丢失了时间轴,具体表现为,用播放器播放时播放器无法获知媒体的长度,所以用ffmpeg转换一下就OK了,不知道是否有别的更好的办法。
转成FLV流媒体供flash播放器播放:
cvlc mms://you_server_IP_Address/cctv-news --sout "#transcode{vcodec=FLV1,acodec=mp3,sameplerate=44100}:std{access=http{mime=video/x-flv},mux=ffmpeg{mux=flv},dst=0.0.0.0:9090/stream.flv}"
Tags: flv, VLC, 流媒体, 转换
时间: 2010-10-15 - 分类: 榆树网-系统 - 无评论 - 1,007 views
1、环境winxp-sp2下:
从 http://ffdshow.faireal.net/mirror/ffmpeg/ 下载
最新版本的 FFMpeg.exe直接用就行(须rar解压)。
以下的东西是为对ffmpeg无法解析的文件格式(wmv9,rm,rmvb等)转换用的,
从http://mediacoder.sourceforge.net/download_zh.htm下载
最新版本的mediacoder的安装后;找到其中的mencoder.exe;drv43260.dll和pncrt.dll三个文件。
Read the rest of this entry »
Tags: flv, Linux, 媒体, 转换
时间: 2010-07-08 - 分类: 榆树网-杂项 - 无评论 - 2,510 views
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 »
Tags: blog, flash, flv, OpenSource, Stream, 开源, 视频, 视频博客
时间: 2010-03-02 - 分类: 榆树网-网络 - 无评论 - 900 views
- Download my tuned version of mod_flvx or the original mod_flv by Paul Querna.
- Install apxs tool (also avaliable in RPMs for most systems as httpd-devel)
- Compile and install your module with the following command:
apxs -c -i ./mod_flvx.c
- 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
- 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
Tags: Apache, flash, flv
时间: 2010-03-02 - 分类: 榆树网-网络 - 无评论 - 1,062 views
插件官方下载地址:http://wordpress.org/extend/plugins/flv-player/
Read the rest of this entry »
Tags: flash, flv, player, Plugins, wordpress, 插件, 播放器
时间: 2010-03-02 - 分类: 榆树网-杂谈 - 1 评论 - 1,018 views
Tags: flv, MTV, player, 播放器