Project business page quickly integrated player in the on-demand broadcast live RTMP | HLS | HTT-FLV player

In the business system, we often need to play video, play video need to consider the upgrade and maintenance related to the video component. Including, how to play HLS? How to Play RTMP? How to play HTTP-FLV? How to Play WS-FLV? and many more.

LiveQing streaming service available in the player integrated functions

What is an integrated player

In some scenarios, as long as the flow source address, we need to develop the play page, just by simple integration can be realized playing in a web page.
Play in the collection browser.

Players get integrated

You can download the installation package deployed locally, because LiveQing streaming service solutions, support network, local or private cloud server above services. Meaning it can use its own exclusive player integration. Of course, you can also use the following address provided on our demo site:
https://cloud.liveqing.com:1443/#/player

Player integrated use

In the address bar enter the address of a video source, either live | on-demand support playback, click play or address generation, you can get two address information, a direct page address, the other is the integration of the iframe page. Nesting on your own site or a page of it, quick access to video playback capabilities, as well as more simple and efficient than this it?

Player Integrated Rule Description

 播放器使用规则 : https://cloud.liveqing.com:1443/LivePlayer.html?videoUrl=[播放源地址]

 其中 [播放源地址] 如有特殊字符可以用 encodeURIComponent(播放源地址) 编码

 可选参数:videoTitle 如果有中文可以用 encodeURI(encodeURI(名称)) 编码

Detailed Parameter Description

You can pass parameters Parameter Description
videoUrl Play Source Address: Special characters can encodeURIComponent (playback source address) encoding
videoTitle Video title display: If Chinese can encodeURI (encodeURI (name)) coding
poster Video placeholder image address
muted Are Silent default no yes or no delivery
autoplay Autoplay default is yes if yes or no delivery
aspect The default display ratio is 100% as transmitting 16x9

Playback

Guess you like

Origin www.cnblogs.com/marvin1311/p/11101167.html