用到google的作为服务器,linux环境
1、下载
2、运行
java -cp lib/stream-m.jar StreamingServer server.conf.sample
3、ffmpeg采集
ffmpeg -f video4linux2 -s 320x240 -r 16 -i /dev/video0 -f oss -i /dev/dsp -g 52 \
-acodec libvorbis -ab 64k -vcodec libvpx -vb 448k \
-f webm http://192.168.2.128:8080/publish/first?password=secret
注:
192.168.2.128:8080是指的stream-m服务器。我的局域网地址是192.168.2.128
4、访问
目前看webm 很牛了,大有一统江山的味道。好多硬件厂商也支持webm了。
阅读(8700) | 评论(1) | 转发(1) |