博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
开源流媒体系统:OBS ( Open Broadcaster Software ) 介绍
阅读量:6124 次
发布时间:2019-06-21

本文共 948 字,大约阅读时间需要 3 分钟。

hot3.png

无意间发现了一个非常优秀的开源流媒体系统:OBS ( Open Broadcaster Software ) 

项目主页:

运行截图:

该软件是基于MFC的,下载源码后一次性就可以编译通过,使用很简单。

使用了以下开源库:

  x264                   - H.264编码库

  libmp3lame             - MP3编码库
  libfaac                - AAC编码库
  librtmp                - RTMP协议工具库
  libsamplerate          -音频重采样库

英文介绍原文:

Open Broadcaster Software is free and open source software for the purposes of streaming live media content to the internet or to video files.

Originally I just made it for myself because I thought "why should I pay a subscription for software I could probably write myself?"
..And so, I did. And it evolved into somewhat of a monster of a project. And that's pretty much the end of the story.
I hope people can make use of this application, or otherwise learn something from it. I'm having a ton of fun writing this software and am learning much in the process. Overall it's been an excellent experience.
This project is free and licensed under the GNU General Public License v2.

转载于:https://my.oschina.net/leixiaohua1020/blog/302012

你可能感兴趣的文章
Android JSON数据解析
查看>>
DEV实现日期时间效果
查看>>
java注解【转】
查看>>
Oracle表分区
查看>>
centos 下安装g++
查看>>
嵌入式,代码调试----GDB扫盲
查看>>
类斐波那契数列的奇妙性质
查看>>
配置设置[Django]引入模版之后报错Requested setting TEMPLATE_DEBUG, but settings are not configured....
查看>>
下一步工作分配
查看>>
Response. AppendHeader使用大全及文件下载.net函数使用注意点(转载)
查看>>
Wait Functions
查看>>
代码描述10313 - Pay the Price
查看>>
jQuery最佳实践
查看>>
centos64i386下apache 403没有权限访问。
查看>>
vb sendmessage 详解1
查看>>
jquery用法大全
查看>>
Groonga 3.0.8 发布,全文搜索引擎
查看>>
PC-BSD 9.2 发布,基于 FreeBSD 9.2
查看>>
网卡驱动程序之框架(一)
查看>>
css斜线
查看>>