Video Streaming Server With Multi-Protocol,Robust And Rich API
Location:Index Page  >  Document  >  Playback

Here, the focus is on video playback in the HTML5 scenario on the PC side.(Google Chrome,Firefox,Edge,Safari)

1. Playback HLS streaming:

Strongly recommend to use videojs Player(https://videojs.com/)

Here is an example:

HLS streaming URL:

Playback




Note: You can add skins or customize interfaces to this player as needed. Please read skin and UI customized of videojs https://docs.videojs.com/tutorial-skins.html

Click here to open this player on a new page



2. Playback http-flv streaming:

Strongly recommend to use flv.js Player(https://github.com/Bilibili/flv.js)

Here is an example:

http-flv streaming URL:

Playback




Click here to open this player on a new page