CN114007138A - 通过rtsp视频流转flv格式实现h5网页端以video控件播放的方法 - Google Patents
通过rtsp视频流转flv格式实现h5网页端以video控件播放的方法 Download PDFInfo
- Publication number
- CN114007138A CN114007138A CN202111281379.4A CN202111281379A CN114007138A CN 114007138 A CN114007138 A CN 114007138A CN 202111281379 A CN202111281379 A CN 202111281379A CN 114007138 A CN114007138 A CN 114007138A
- Authority
- CN
- China
- Prior art keywords
- rtsp
- flv
- stream
- playing
- http
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Pending
Links
- 238000000034 method Methods 0.000 title claims abstract description 31
- 238000012544 monitoring process Methods 0.000 claims description 6
- 238000012986 modification Methods 0.000 description 2
- 230000004048 modification Effects 0.000 description 2
- 230000009286 beneficial effect Effects 0.000 description 1
- 238000004590 computer program Methods 0.000 description 1
- 230000007547 defect Effects 0.000 description 1
- 230000001681 protective effect Effects 0.000 description 1
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04N—PICTORIAL COMMUNICATION, e.g. TELEVISION
- H04N21/00—Selective content distribution, e.g. interactive television or video on demand [VOD]
- H04N21/40—Client devices specifically adapted for the reception of or interaction with content, e.g. set-top-box [STB]; Operations thereof
- H04N21/43—Processing of content or additional data, e.g. demultiplexing additional data from a digital video stream; Elementary client operations, e.g. monitoring of home network or synchronising decoder's clock; Client middleware
- H04N21/44—Processing of video elementary streams, e.g. splicing a video clip retrieved from local storage with an incoming video stream or rendering scenes according to encoded video stream scene graphs
- H04N21/4402—Processing of video elementary streams, e.g. splicing a video clip retrieved from local storage with an incoming video stream or rendering scenes according to encoded video stream scene graphs involving reformatting operations of video signals for household redistribution, storage or real-time display
- H04N21/440218—Processing of video elementary streams, e.g. splicing a video clip retrieved from local storage with an incoming video stream or rendering scenes according to encoded video stream scene graphs involving reformatting operations of video signals for household redistribution, storage or real-time display by transcoding between formats or standards, e.g. from MPEG-2 to MPEG-4
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04N—PICTORIAL COMMUNICATION, e.g. TELEVISION
- H04N21/00—Selective content distribution, e.g. interactive television or video on demand [VOD]
- H04N21/60—Network structure or processes for video distribution between server and client or between remote clients; Control signalling between clients, server and network components; Transmission of management data between server and client, e.g. sending from server to client commands for recording incoming content stream; Communication details between server and client
- H04N21/63—Control signaling related to video distribution between client, server and network components; Network processes for video distribution between server and clients or between remote clients, e.g. transmitting basic layer and enhancement layers over different transmission paths, setting up a peer-to-peer communication via Internet between remote STB's; Communication protocols; Addressing
- H04N21/643—Communication protocols
- H04N21/6437—Real-time Transport Protocol [RTP]
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04N—PICTORIAL COMMUNICATION, e.g. TELEVISION
- H04N21/00—Selective content distribution, e.g. interactive television or video on demand [VOD]
- H04N21/80—Generation or processing of content or additional data by content creator independently of the distribution process; Content per se
- H04N21/85—Assembly of content; Generation of multimedia applications
- H04N21/858—Linking data to content, e.g. by linking an URL to a video object, by creating a hotspot
Landscapes
- Engineering & Computer Science (AREA)
- Multimedia (AREA)
- Signal Processing (AREA)
- Information Transfer Between Computers (AREA)
Abstract
本发明提供一种通过rtsp视频流转flv格式实现h5网页端以video控件播放的方法,包括基于GitHub开源代码托管平台分别下载nginx代理服务器及nginx‑http‑flv‑module流媒体服务器,并重新编译nginx以集成nginx‑http‑flv‑module模块;暴露http开启转码接口动态获取rtsp取流地址;根据rtsp地址组装ffmpeg命令,且以API的方式通过dos磁盘操作系统执行推流操作,将rtsp取流数据推送至流媒体服务器,通过vlc或者flv.js进行播放。通过将rtsp协议数据直接转码为http‑flv,从而实现h5网页端通过flv.js直接用video控件就能播放实施方式,达到在Html页面无插件播放rtsp协议视频流的目的,解决现有技术中播放rtsp协议视频大多数都是通过安装第三方插件,以及现有浏览器内核不兼容多数插件的问题。
Description
技术领域
本发明涉及rtsp协议视频流转码播放技术领域,具体为一种通过rtsp视频流转flv 格式实现h5网页端以video控件播放的方法。
背景技术
目前要实现播放rtsp协议视频大多数都是通过安装第三方插件,而现有的谷歌火狐等浏览器内核不兼容多数插件。
因此,需要设计一种将rtsp协议数据直接转码为http-flv,从而实现h5网页端通过flv. js直接用video控件就能播放实施方式,达到在Html页面无插件播放rtsp协议视频流的目的。
发明内容
针对现有技术存在的不足,本发明目的是提供一种通过rtsp视频流转flv格式实现 h5网页端以video控件播放的方法,以解决上述背景技术中提出的问题。
为了实现上述目的,本发明是通过如下的技术方案来实现:一种通过rtsp视频流转 flv格式实现h5网页端以video控件播放的方法,包括以下步骤:
第一步,基于GitHub开源代码托管平台分别下载nginx代理服务器及 nginx-http-flv-module流媒体服务器,并重新编译nginx以集成nginx-http-flv-module模块;
第二步,暴露http开启转码接口动态获取rtsp取流地址;
第三步,根据rtsp地址组装ffmpeg命令,且以API的方式通过dos磁盘操作系统执行推流操作,将rtsp取流数据推送至流媒体服务器,通过vlc或者flv.js进行播放。
作为对本发明中所述一种通过rtsp视频流转flv格式实现h5网页端以video控件播放的方法的改进,在将所述rtsp取流数据推送至流媒体服务器,通过vlc或者flv.js进行播放的过程中,还包括:开启监听错误反馈线程及正常信息反馈线程以管理监测程序执行中的日志信息。
作为对本发明中所述一种通过rtsp视频流转flv格式实现h5网页端以video控件播放的方法的改进,均采用线程池的方式实现开启监听错误反馈线程管理和正常信息反馈线程管理,且所述线程池的核心线程数包括cpu核数*2、最大线程数、缓存队列数以及线程保活时间。
作为对本发明中所述一种通过rtsp视频流转flv格式实现h5网页端以video控件播放的方法的改进,还包括第四步:暴露http停止转码接口,调用dos磁盘操作系统终止ffmpeg执行命令,并将对应的执行线程进行终止。
作为对本发明中所述一种通过rtsp视频流转flv格式实现h5网页端以video控件播放的方法的改进,采用集群方式部署于nginx代理服务器及nginx-http-flv-module流媒体服务器,以保证应用的高可用性。
与现有技术相比,本发明的有益效果:
本发明通过将rtsp协议数据直接转码为http-flv,从而实现h5网页端通过flv.js直接用v ideo控件就能播放的方式,达到在Html页面无插件播放rtsp协议视频流的目的,解决现有技术中播放rtsp协议视频大多数都是通过安装第三方插件,以及现有浏览器内核不兼容多数插件的问题。
具体实施方式
容易理解,根据本发明的技术方案,在不变更本发明实质精神下,本领域的一般技术人员可以提出可相互替换的多种结构方式以及实现方式。因此,以下具体实施方式仅是对本发明的技术方案的示例性说明,而不应当视为本发明的全部或者视为对本发明技术方案的限定或限制。
本发明提供技术方案:一种通过rtsp视频流转flv格式实现h5网页端以video控件播放的方法,包括以下步骤:
第一步,基于GitHub开源代码托管平台分别下载nginx代理服务器及 nginx-http-flv-module流媒体服务器,并重新编译nginx以集成nginx-http-flv-module模块;
第二步,暴露http开启转码接口动态获取rtsp取流地址;
第三步,根据rtsp地址组装ffmpeg命令,且以API的方式通过dos磁盘操作系统执行推流操作,将rtsp取流数据推送至流媒体服务器,通过vlc或者flv.js进行播放,可以理解的是,FFmpeg命令是一套可以用来记录、转换数字音频、视频,并能将其转化为流的开源计算机程序,采用LGPL或GPL许可证,提供录制、转换以及流化音视频的完整解决方案,且包含了非常先进的音频/视频编解码库libavcodec,保证高可移植性和编解码质量;
第四步:暴露http停止转码接口,调用dos磁盘操作系统终止ffmpeg执行命令,并将对应的执行线程进行终止。
作为本发明的一个实施例,将rtsp取流数据推送至流媒体服务器,通过vlc或者flv.js 进行播放的过程中,还包括:开启监听错误反馈线程及正常信息反馈线程以管理监测程序执行中的日志信息,而在此过程中,需要采用线程池的方式实现开启监听错误反馈线程管理和正常信息反馈线程管理,同时,将线程池的核心线程数设置为cpu核数*2、最大线程数、缓存队列数以及线程保活时间。
基于上述技术构思,本发明在具体实施时,采用集群方式部署于nginx代理服务器及nginx-http-flv-module流媒体服务器,以保证应用的高可用性,从而实现h5网页端通过flv.js直接用video控件就能播放实施方式,达到在Html页面无插件播放rtsp协议视频流的目的。
本发明的技术范围不仅仅局限于上述说明中的内容,本领域技术人员可以在不脱离本发明技术思想的前提下,对上述实施例进行多种变形和修改,而这些变形和修改均应当属于本发明的保护范围内。
Claims (5)
1.一种通过rtsp视频流转flv格式实现h5网页端以video控件播放的方法,其特征在于:包括以下步骤:
第一步,基于GitHub开源代码托管平台分别下载nginx代理服务器及nginx-http-flv-module流媒体服务器,并重新编译nginx以集成nginx-http-flv-module模块;
第二步,暴露http开启转码接口动态获取rtsp取流地址;
第三步,根据rtsp取流地址组装ffmpeg命令,且以API的方式通过dos磁盘操作系统执行推流操作,将rtsp取流数据推送至流媒体服务器,通过vlc或者flv.js进行播放。
2.根据权利要求1所述的一种通过rtsp视频流转flv格式实现h5网页端以video控件播放的方法,其特征在于:在将所述rtsp取流数据推送至流媒体服务器,通过vlc或者flv.js进行播放的过程中,还包括:开启监听错误反馈线程及正常信息反馈线程以管理监测程序执行中的日志信息。
3.根据权利要求2所述的一种通过rtsp视频流转flv格式实现h5网页端以video控件播放的方法,其特征在于:均采用线程池的方式实现开启监听错误反馈线程管理和正常信息反馈线程管理,且所述线程池的核心线程数设置为cpu核数*2、最大线程数、缓存队列数以及线程保活时间。
4.根据权利要求1所述的一种通过rtsp视频流转flv格式实现h5网页端以video控件播放的方法,其特征在于:还包括第四步:暴露http停止转码接口,调用dos磁盘操作系统终止ffmpeg执行命令,并将对应的执行线程进行终止。
5.根据权利要求1所述的一种通过rtsp视频流转flv格式实现h5网页端以video控件播放的方法,其特征在于:采用集群方式部署于nginx代理服务器及nginx-http-flv-module流媒体服务器,以保证应用的高可用性。
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202111281379.4A CN114007138A (zh) | 2021-11-01 | 2021-11-01 | 通过rtsp视频流转flv格式实现h5网页端以video控件播放的方法 |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202111281379.4A CN114007138A (zh) | 2021-11-01 | 2021-11-01 | 通过rtsp视频流转flv格式实现h5网页端以video控件播放的方法 |
Publications (1)
Publication Number | Publication Date |
---|---|
CN114007138A true CN114007138A (zh) | 2022-02-01 |
Family
ID=79925994
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN202111281379.4A Pending CN114007138A (zh) | 2021-11-01 | 2021-11-01 | 通过rtsp视频流转flv格式实现h5网页端以video控件播放的方法 |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN114007138A (zh) |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN115665112A (zh) * | 2022-11-02 | 2023-01-31 | 山东捷瑞数字科技股份有限公司 | 一种适用于工业互联网的视频格式转换系统及方法 |
Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN110650307A (zh) * | 2019-10-30 | 2020-01-03 | 广州河东科技有限公司 | 基于qt的音视频推流方法、装置、设备及存储介质 |
CN111064972A (zh) * | 2019-11-28 | 2020-04-24 | 湖北工业大学 | 一种基于ipv9的视频直播控制方法 |
CN111064973A (zh) * | 2019-11-28 | 2020-04-24 | 湖北工业大学 | 一种基于ipv9的直播系统 |
CN112596874A (zh) * | 2020-12-16 | 2021-04-02 | 北京天融信网络安全技术有限公司 | 一种信息处理方法及电子设备 |
-
2021
- 2021-11-01 CN CN202111281379.4A patent/CN114007138A/zh active Pending
Patent Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN110650307A (zh) * | 2019-10-30 | 2020-01-03 | 广州河东科技有限公司 | 基于qt的音视频推流方法、装置、设备及存储介质 |
CN111064972A (zh) * | 2019-11-28 | 2020-04-24 | 湖北工业大学 | 一种基于ipv9的视频直播控制方法 |
CN111064973A (zh) * | 2019-11-28 | 2020-04-24 | 湖北工业大学 | 一种基于ipv9的直播系统 |
CN112596874A (zh) * | 2020-12-16 | 2021-04-02 | 北京天融信网络安全技术有限公司 | 一种信息处理方法及电子设备 |
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN115665112A (zh) * | 2022-11-02 | 2023-01-31 | 山东捷瑞数字科技股份有限公司 | 一种适用于工业互联网的视频格式转换系统及方法 |
CN115665112B (zh) * | 2022-11-02 | 2024-04-05 | 山东捷瑞数字科技股份有限公司 | 一种适用于工业互联网的视频格式转换系统及方法 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US9998775B2 (en) | Enforcement of trick-play disablement in adaptive bit rate video content delivery | |
CN108769616A (zh) | 一种基于rtsp协议的实时视频无插件预览方法及系统 | |
CN111277869B (zh) | 视频播放方法、装置、设备和存储介质 | |
US9317188B2 (en) | Devices and methods for providing navigation images associated with adaptive bit rate video content | |
US8850054B2 (en) | Hypertext transfer protocol live streaming | |
US8473628B2 (en) | Dynamically altering playlists | |
US20150006645A1 (en) | Social sharing of video clips | |
WO2017080168A1 (zh) | 视频审核的方法及系统 | |
US10225319B2 (en) | System and method of a link surfed http live streaming broadcasting system | |
US11259096B2 (en) | HTML5-based audio/video playing method and apparatus, and live audio/video streaming method and system | |
US9769546B2 (en) | Preview image processing using a bundle of preview images | |
CN112839238B (zh) | 投屏播放方法、装置和存储介质 | |
US20180041809A1 (en) | Playback method and electronic device using the same | |
US9374408B2 (en) | High picture quality video streaming service method and system | |
CN114007138A (zh) | 通过rtsp视频流转flv格式实现h5网页端以video控件播放的方法 | |
WO2021136161A1 (zh) | 播放方式确定方法及装置 | |
EP1796095B1 (en) | Method and device for cache pre-storage of streamed multimedia data for editing in a network environment. | |
WO2015143854A1 (zh) | 数据获取及交互方法、机顶盒、服务器、多媒体系统 | |
CN104023260A (zh) | 硬件解码实现方法、装置及播放器 | |
JP5106671B1 (ja) | 電子機器および再生制御方法 | |
JP2007300613A (ja) | ソフトウェアモジュールの組合せによってdspコードを生成する装置及びその方法 | |
JP2018195930A (ja) | コンテンツ再生装置 | |
TWI721706B (zh) | 動態改變影音播放行為的方法及終端播放裝置 | |
CN113055714B (zh) | 视频信息处理方法、装置、设备及存储介质 | |
Karachristos et al. | A real-time streaming games-on-demand system |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
PB01 | Publication | ||
PB01 | Publication | ||
SE01 | Entry into force of request for substantive examination | ||
SE01 | Entry into force of request for substantive examination |