Sunday, June 9, 2024
notice

MP4/M3U8 video parsing PHP source code for PlayerJS

The player is divided into free version, professional version and enterprise version. The code we use is free version, and the basic functions are enough.

In previous articles, I have shared how to integrate PLAYERJS into Apple CMS system. This shared code is an independent playing code that can be used independently or called according to your own situation.

The functions are thick and free. Advanced functions need to be charged. I can do it myself if I have the ability.

Auto play: as the name implies, the video is automatically played,

Preloading: Preloading means automatically loading resources for 60s,

Time memory: change a word to memorize and play, and then continue to play at the last time,

Full screen horizontal: click the full screen button on the phone screen or double-click the middle of the phone screen to complete the horizontal screen,

Fast forward and fast backward: click the left side of the screen on the mobile end to fast backward for 10s, otherwise, the PC end can press the left and right keys.

Picture in Picture: Another way of video presentation. In the full screen of the player, a small window will be displayed on the phone screen to play.

These functions can be adjusted after the player style is selected in the official background.

Supported formats: MP4, HLS, DASH
Adjustment method: html? Url=or php? url=
The HTML suffix can be changed to PHP according to your needs.

Anti debugging is still added to the code;
The playback address is not displayed in the playback source code;
The default player js calls my set js. If you want your own, you can set your own officially.
Official address: https://playerjs.com

Look at the effect That's it https://lirongyao.com/player/

Resource download This resource can only be downloaded by registered users. Please first
This content can only be viewed by authorized users. If you have any questions, you can leave a message
Query QQ: 819229574
Original article, reprint please specify: reprint from Glory Blog
Link to this article: MP4/M3U8 video parsing PHP source code for PlayerJS

About Glory Blog

A bad pen is better than a good memory.

Random recommendation

 2019022302424515 310x165.png

P2P accelerated video player PHP source code for Chimee

I haven't updated my blog for a long time. Here is a copy of C

2 Comments

  1. Hello, why doesn't the player I created have a progress bar? Where is this set?

    • Glory Blog

      The player you selected is wrong. Change the player style.

Post reply