基于开源项目的在线网络视频直播项目---前言

  由于最近在做解码项目的相关工作,接触不少开源代码,因此觉得好玩,就像搞一个类似在线直播转发的项目。

又碰巧斌哥买了个服务器,想借他的服务器练练手,哈哈。

  经过留意查看相关资料发现不少好的开源代码可供参考,想srs,ffmpeg,live555 等等

srs 的发起人杨成立 貌似凭此开源项目开了一个公司叫观止创想在北京,这哥们居然是湖南常德的 不错

  其实完整思路还没,只是有个大概功能:

  1. pc端 做视频采集,编码,264

  2. pc 发264数据给 server 

  3. server 将264数据进行 转发推送rtmp流 ,后面在继续兼容hls流(这个有点小小的麻烦)

  4. 这样客户就可以通过web 访问播放器播放了

再次先做个备忘录

http://blog.csdn.net/win_lin/article/details/12844375 simple rtmp server

http://blog.csdn.net/win_lin/article/details/12614693#comments  ffmpeg 推送rtmp 码流

https://github.com/winlinvip/simple-rtmp-server/wiki/Edge#hls%E8%BE%B9%E7%BC%98 wiki

https://github.com/winlinvip/simple-rtmp-server/wiki/SampleDemo demo

http://ossrs.net/srs.release/releases/index.html 开源站

https://code.csdn.net/winlinvip/srs-csdn source 

https://github.com/winlin 

http://www.chnvideo.com/case-classic-goodvoice002.html application

http://cn.v2ex.com/t/136703 

http://blog.csdn.net/win_lin/article/details/12615591

https://github.com/winlinvip/simple-rtmp-server/wiki/Edge#hls%E8%BE%B9%E7%BC%98

原文地址:https://www.cnblogs.com/pengkunfan/p/4016263.html