采用HTML5技术,嵌入VLC插件,在主流浏览器中都能播放
写在前面 最近几年,直播行业比较火,无论是传统行业的直播,还是购物、游戏、教育,都在涉及直播。作为在互联网行业奋斗了多年的小伙伴,你有没有想过如果使用Nginx搭建一套直播环境,那我们该如何搭建呢?别急,接下来,我们就一起使用Nginx来搭建一套直播环境。 安装Nginx 注意:这里以CentOS 6.8服务器为例,以root用户身份来安装Nginx。 1.安装依赖环境 yum -y install wget gcc-c++ ncurses ncurses-devel cmake make perl bison openssl openssl-devel gcc* libxml2 libxm
2021-12-14 11:07:04 223KB gi gin IN
1
VB读取流媒体文件信息,程序是基于MediaInfo.dll组件来实现,可以保存流媒体信息到 txt文件,可以读取出媒体比率、时长、编码类型、屏幕比率、采样率、字节数、文件类型等详细信息,获取的内容比较多,不列举了,主要是调用了MediaInfo.dll组件中的某些方法来实现文件属性的获取,程序界面如截图所示。在获取的过程中,可以选择是否只获取流媒体文件的一般完整信息或是完整信息。   本程序获取的流媒体文件格式有:*.mpeg;*.wmv;*.divx;*.dat;*.mpx;*.asf;*.avi;*.mov;*.mpg;*.mp3;*wma;*wav;*.mid;*.mp4;*.mp2;*.mkv;*.flac;*.ogg;*.vob;*.mka;*.mks;*.ogm;*.mpgv;*.mpv;*.m1v;*.m2v;*.qt;*.rm;*.rmvb;*.ra;*.ifo;*.ac3;*.dts;*.aac;*.ape;*.mac;*.aiff;*.aifc;*.au;*.iff;*.svx8;*.sv16;*.paf;*.sd2;*.irca;*.w64;*.mat;*.pvf;*.xi;*.sds;*.avr。
2021-12-12 21:53:00 499KB VB源码-多媒体技术
1
RealProducer Plus(流媒体制作软件)是一款多功能的流媒体制作软件,可以用于网络电台服务器的塔建和直播,以前网络视频还没那么发达的时候,很多朋友经常使用RealProducer Plus来搭建电台,不过现在已经不是电台的时代了,本站提供RealProducer Plus破解版及汉化补丁和注册机免费下载,如果你想建电台的话可以试试RealProducer Plus。 RealProd
2021-12-09 16:12:09 12.27MB 媒体工具
1
测试rtmp流或者Adobe Media Server,red5等流媒体服务器是否部署成功
2021-12-08 20:30:37 7.58MB rtmp AMS red5 流媒体
1
仅供fms编程爱好者学习和研究使用,不得用于任何商业用途。
2021-12-06 07:46:26 585KB 流媒体 fms
1
HisiLive 基于海思Hi3516A开发板的流媒体服务器系统。因工作原因,导致时间不充裕,不能持续进行完善此项目,希望这个半成品能帮助到刚入门海思平台的朋友,有任何问题欢迎一起交流 。 进度计划 2018-06-11使用SDK sample_venc完成项目编译框架,可以生成H.264 / HEVC裸流文件,增加参数处理函数。 2018-06-13实现RTP发送H.264视频功能。已知问题:分别率只能设置为1080p。发送视频过程中程序有假死现象,过一会自动恢复,有待进一步检查原因。 使用方法 ./HisiLive加错误的信息会出现参数提醒。 本地保存视频 ./HisiLive -m file RTP协议发送 ./HisiLive -m rtp -i 192.168.1.xxx VLC打开此目录下的play.sdp文件可以播放实时视频。
2021-12-05 17:16:31 1.72MB 系统开源
1
ios rtsp rtmp流媒体播放器,代码的架构跟kxmovie差不多,但我真实实验过好多kxmovie代码播放rtmp并不能很好的实时播放,后来看了这个播放还是很好,希望对你们有用,本人就是做ios流媒体这一块的,稍微要点资源分。
2021-12-02 19:10:20 53.87MB ios rtmp rtsp 流媒体
1
MP3流媒体的播放器,是用C++写的。 ============================================= MICROSOFT FOUNDATION CLASS LIBRARY : AVI Player ============================================= AppWizard has created this AVI Player application for you. This application not only demonstrates the basics of using the Microsoft Foundation classes but is also a starting point for writing your application. This file contains a summary of what you will find in each of the files that make up your AVI Player application. AVI Player.dsp This file (the project file) contains information at the project level and is used to build a single project or subproject. Other users can share the project (.dsp) file, but they should export the makefiles locally. AVI Player.h This is the main header file for the application. It includes other project specific headers (including Resource.h) and declares the CAVIPlayerApp application class. AVI Player.cpp This is the main application source file that contains the application class CAVIPlayerApp. AVI Player.rc This is a listing of all of the Microsoft Windows resources that the program uses. It includes the icons, bitmaps, and cursors that are stored in the RES subdirectory. This file can be directly edited in Microsoft Visual C++. AVI Player.clw This file contains information used by ClassWizard to edit existing classes or add new classes. ClassWizard also uses this file to store information needed to create and edit message maps and dialog data maps and to create prototype member functions. res\AVI Player.ico This is an icon file, which is used as the application's icon. This icon is included by the main resource file AVI Player.rc. res\AVI Player.rc2 This file contains resources that are not edited by Microsoft Visual C++. You should place all resources not editable by the resource editor in this file. /////////////////////////////////////////////////////////////////////
2021-11-30 22:44:06 12KB MP3 流媒体 播放器 C++
1
本文在讨论流媒体客户端技术框架的基础上,提出完整的解决方案以适用于当前移动网络的发展要求。本文围绕 FFmPeg 这一框架技术讨论流媒体软件的解码流程,及阐述流媒体播放器实现流数据传输过程所使用的网络协议。
2021-11-30 10:48:55 1.35MB 流媒体 播放器 android FFmpeg
1