Graduation design works based on WeChat online education video learning applet (13) Video online playback learning

Introduction to the blogger: The author of "Vue.js Introduction and Mall Development" and "WeChat Mini Program Mall Development", CSDN blog expert, online education expert, CSDN diamond lecturer; focusing on graduation design education and counseling for college students.

All projects come with basic knowledge video courses from entry to mastery, free of charge

The project is equipped with corresponding development documents, proposal report, task statement, PPT, thesis template, etc.

Contact details are available at the end of the article

Purpose: The main goal of this topic is to design and implement a video on demand system based on WeChat mini program. Front-end users use mini-programs, and back-end management uses a B/S architecture based on PHP+MySql; through the back-end, users can add course information, video information, etc. Log in through the mini program to view video information, click to play the video, learn for free, or purchase paid learning.

Significance: The WeChat mini program video on demand system is a product of the combination of computer technology and video management. The WeChat mini program video on demand system achieves efficient management of videos. With the continuous improvement of computer technology, computers have penetrated into every corner of social life. On the premise that the staff have certain computer operation capabilities, this WeChat mini program video on demand system software is specially compiled to improve the efficiency of video management.

WeChat applet interface

video learning

wx_shipin_xiangqing.php

Get video details

Video online playback interface

interface program

1

wx_shipin_xiangqing.php

parameter

1

2

sp_id:视频id,

kc_id:视频所属于课程id

Interface sample

1

http://localhost:500/wx_shipin_xiangqing.php?sp_id=1291&kc_id=44

return data

1

2

3

4

5

6

7

8

9

10

{

    "kc_id":44,

    "kc_mc":"CSS零基础入门",

    "biaoti":"1.2html开发工具",

    "shipin":"http://localhost:500/up/tupian/202006281433180000007526.mp4",    

    "id_shang":1290,

    "biaoti_shang":"1.1html入门",

    "id_xia":1292,

    "biaoti_xia":"1.3html入门准备"

}

Reference: https://www.hzyaoyi.cn/pc_jiaocheng_tushu_index.php?/41/1777.html

Guess you like

Origin blog.csdn.net/u013818205/article/details/132739432