CN114007138A - 通过rtsp视频流转flv格式实现h5网页端以video控件播放的方法 - Google Patents

通过rtsp视频流转flv格式实现h5网页端以video控件播放的方法 Download PDF

Info

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
Application number
CN202111281379.4A
Other languages
English (en)
Inventor
丁勇
申淋
黄克
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Nanjing Danlan Fire Technology Co ltd
Original Assignee
Nanjing Danlan Fire Technology Co ltd
Priority date (The priority date 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 date listed.)
Filing date
Publication date
Application filed by Nanjing Danlan Fire Technology Co ltd filed Critical Nanjing Danlan Fire Technology Co ltd
Priority to CN202111281379.4A priority Critical patent/CN114007138A/zh
Publication of CN114007138A publication Critical patent/CN114007138A/zh
Pending legal-status Critical Current

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N21/00Selective content distribution, e.g. interactive television or video on demand [VOD]
    • H04N21/40Client devices specifically adapted for the reception of or interaction with content, e.g. set-top-box [STB]; Operations thereof
    • H04N21/43Processing 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/44Processing 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/4402Processing 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/440218Processing 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
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N21/00Selective content distribution, e.g. interactive television or video on demand [VOD]
    • H04N21/60Network 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/63Control 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/643Communication protocols
    • H04N21/6437Real-time Transport Protocol [RTP]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N21/00Selective content distribution, e.g. interactive television or video on demand [VOD]
    • H04N21/80Generation or processing of content or additional data by content creator independently of the distribution process; Content per se
    • H04N21/85Assembly of content; Generation of multimedia applications
    • H04N21/858Linking 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视频流转flv格式实现h5网页端以video控件播放的 方法
技术领域
本发明涉及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流媒体服务器,以保证应用的高可用性。
CN202111281379.4A 2021-11-01 2021-11-01 通过rtsp视频流转flv格式实现h5网页端以video控件播放的方法 Pending CN114007138A (zh)

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)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115665112A (zh) * 2022-11-02 2023-01-31 山东捷瑞数字科技股份有限公司 一种适用于工业互联网的视频格式转换系统及方法

Citations (4)

* Cited by examiner, † Cited by third party
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 北京天融信网络安全技术有限公司 一种信息处理方法及电子设备

Patent Citations (4)

* Cited by examiner, † Cited by third party
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)

* Cited by examiner, † Cited by third party
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