-
Best selling package -
Selected Package -
Popularity package -
Exclusive package -
High salary package















-
Course Introduction -
Course outline
New "Live broadcast principle and architecture" (2020.9.21)
Added "Resume Packaging and Interview Skills" (2020.10.11)
Project Introduction
Live broadcast architecture
Article directory structure
Chapter 1 Live broadcast principle and architecture (28 minutes Section 2) 1-1 Live broadcast principle and architecture Live broadcast principle and architecture "Only for paying users" Click to download "Live broadcast principle and architecture. pdf" [14:57] Start learning 1-2 Dessert: Fuyou Academy -- resume packaging and interview skills Dessert: Fuyou Academy -- resume packaging and interview skills "Only for paying users" click to download "Fuyou Academy -- Resume Packaging and Interview Skills -- 51other. pdf" [13:36] Start learning Chapter 2 Build FFmpeg+Nginx live broadcast website (1 hour 48 minutes Section 11) 2-1 Live broadcast introduction and actual combat effect The live broadcast introduction and actual combat effect video live broadcast website consists of three parts: 1. streaming end 2. server 3. streaming end. Streaming end is completed by ffmpeg, Server is completed by NGINX+RTMP module, and Streaming end is completed by videojs/vlc. Article directory structure 1. Live broadcast principle and architecture 2. FFmpeg+Nginx live broadcast process 2.1. Build Nginx live broadcast server, 2.2. Build VLC, live on-demand function 2.3. Build FFmpeg, live broadcast streaming 2.4. Build Videojs, live webcast 2.5. Java+FFmpeg, live broadcast streaming 2.6. Python+FFmpeg, live broadcast streaming 2.7. C++/C+FFmpeg, Live streaming 3. Basic theory of audio and video 3.1. Introduction to audio and video 3.2. What is video? 3.3. What is audio? 3.4. What is a short video? 3.5. Introduction to Digital TV [09:36] Start learning 2-2 Source code installation of nginx and rtmp modules Source code installation of nginx and rtmp modules Click "Only for paying users" to download "51cto_FFmpeg+Nginx+rtmp+videojs+VLC to quickly build a webcast website - wm2.pdf" [11:02] Start learning 2-3 Configure rtmp and hls We copy and paste the following configuration information into the configuration file information and put it on the http configuration rtmp {# RTMP service server {listen 1935; #//service port chunk_size 4096; #//Data transmission block size application live1 {# This is "live on"; #//Video file storage location. }Application hls1 {# This is "HLS live on"; #//Video file storage location. hls on; hls_path /usr/local/ngingx/html/hls1; #Note: You need to manually create the/tmp/hls directory, mkdir - p/tmp/hls} application vod {# This is "on-demand" play/opt/video/vod; #//Video file storage location. } }} Click "Only for paying users" to download "51cto_FFmpeg+Nginx+rtmp+videojs+VLC to quickly build a webcast website - wm2.pdf" [09:47] Start learning 2-4 Ffmpeg live streaming Download address of FFmpeg building environment: https://ffmpeg.zeranoe.com/builds/FFmpeg Local file streaming ffmpeg - re - i ande10.mp4 - vcodec libx264 - codec aac - f flv rtmp://192.168.0.104:1935/hls1/test1FFmpeg Camera streaming ffmpeg -f dshow -i video="Integrated Camera" -vcodec libx264 -preset:v ultrafast -tune:v zerolatency -f flv rtmp://192.168.0.104/hls1/test Click "Only for paying users" to download "51cto_FFmpeg+Nginx+rtmp+videojs+VLC to quickly build a webcast website - wm2.pdf" [07:31] Start learning 2-5 Videojs webcast Videojs webcast Click "Only for paying users" to download "51cto_FFmpeg+Nginx+rtmp+videojs+VLC to quickly build a webcast website - wm2.pdf" [06:27] Start learning 2-6 VLC Introduction VLC Introduction "Only for paying users" Click to download "Introduction to Audio and Video Xiaobai - Common Tools for 2wm Audio and Video Development. pdf" [15:32] Start learning 2-7 Introduction to FFmpeg Introduction to FFmpeg "Only for paying users" Click to download "Introduction to Audio and Video Xiaobai - Common Tools for 2wm Audio and Video Development. pdf" [12:05] Start learning 2-8 Python+ffmpeg live streaming Python+ffmpeg live streaming Click "Only for paying users" to download "51cto_FFmpeg+Nginx+rtmp+videojs+VLC to quickly build a webcast website - wm2.pdf" [06:20] Start learning 2-9 Java calls ffmpeg live streaming Ffmpeginx_1.8_Java calls ffmpeg live streaming Click "Only for paying users" to download "JavaFFmpegTest. rar" [12:38] Start learning 2-10 Additional meal: build nginx live broadcast website under windows Ffmpeg nginx _1.9 -- Build nginx live broadcast website under windows "Only for paying users" Click to download "windows -- nginx -- rtmp -- http live broadcast -- 51other. pdf" [11:33] Start learning 2-11 Additional meal: play http flv live stream using flv.js webpage Additional meal: play http flv live stream using flv.js webpage "Only for paying users" Click to download "ffmpegginx_1.10 -- play http flv live stream with flv.js webpage. rar" [06:15] Start learning Chapter 3 Basic concepts and theories of audio and video introduction (1 hour 57 minutes 13) 3-1 5G+audio and video 5G+audio and video "Only for paying users" Click to download "Introduction to Audio Video Xiaobai -- What is 1wm Audio Video? Pdf" [13:31] Start learning 3-2 Puzzlement of audio and video self-study Puzzlement of audio and video self-study "Only for paying users" Click to download "Introduction to Audio Video Xiaobai -- What is 1wm Audio Video? Pdf" [07:05] Start learning 3-3 What is a video What is a video "Only for paying users" Click to download "Introduction to Audio Video Xiaobai -- What is 1wm Audio Video? Pdf" [16:02] Start learning 3-4 Color space RGB and YUV Color space RGB and YUV "Only for paying users" Click to download "Introduction to Audio Video Xiaobai -- What is 1wm Audio Video? Pdf" [07:08] Start learning 3-5 What is audio What is audio "Only for paying users" Click to download "Introduction to Audio Video Xiaobai -- What is 1wm Audio Video? Pdf" [09:49] Start learning 3-6 Channel code rate sampling rate Channel code rate sampling rate "Only for paying users" Click to download "Introduction to Audio Video Xiaobai -- What is 1wm Audio Video? Pdf" [06:44] Start learning 3-7 Fundamentals of Video Coding Fundamentals of Video Coding "Only for paying users" Click to download "Introduction to Audio Video Xiaobai -- What is 1wm Audio Video? Pdf" [13:57] Start learning
-
Chapter -
Data name -
file size -
download
-
1-1 Live broadcast principle and architecture.pdf Technical principle and architecture package of live video -
173.18KB -
Click Download
-
1-2 Fuyou Academy -- Resume Packaging and Interview Skills -- 51other.pdf Audio and video streaming media technology: resume and interview improvement -
149.98KB -
Click Download
-
2-2 51cto_FFmpeg+Nginx+rtmp+videojs+VLC quickly build a webcast website - wm2.pdf Nginx RTMP module source code installation and actual combat guide -
1.22M -
Click Download
-
2-3 51cto_FFmpeg+Nginx+rtmp+videojs+VLC quickly build a webcast website - wm2.pdf RTMP and HLS Configuration Guide -
1.22M -
Click Download
-
2-4 51cto_FFmpeg+Nginx+rtmp+videojs+VLC quickly build a webcast website - wm2.pdf FFmpeg Live Streaming and RTMP/HLS Configuration Guide -
1.22M -
Click Download
-
2-5 51cto_FFmpeg+Nginx+rtmp+videojs+VLC quickly build a webcast website - wm2.pdf Video.js Webcast Technical Data Package -
1.22M -
Click Download
-
2-6 Introduction to Audio and Video Xiaobai -- Common Tools for 2wm Audio and Video Development.pdf VLC player and streaming media technical data package -
919.58KB -
Click Download
-
2-7 Introduction to Audio and Video Xiaobai - Common Tools for 2wm Audio and Video Development.pdf Introduction package of FFmpeg audio and video processing library -
919.58KB -
Click Download
-
2-8 51cto_FFmpeg+Nginx+rtmp+videojs+VLC quickly build a webcast website - wm2.pdf Python+FFmpeg live streaming data package -
1.22M -
Click Download
-
2-9 JavaFFmepegTest.rar Java calls FFmpeg live streaming technical data package -
1.31KB -
Click Download
-
2-10 Windows -- nginx -- rtmp -- http live broadcast -- 51other.pdf Nginx Live Broadcast Website Building Guide under Windows -
144.21KB -
Click Download
-
2-11 Ffmpegginx_1.10 -- Play http flv live stream with flv.js webpage. rar HTTP-FLV live streaming web page playing technical data -
141.87KB -
Click Download
-
3-1 Introduction to Audio Video Xiaobai -- What is 1wm Audio Video? Pdf Audio and video technology and application package in 5G era -
1.07M -
Click Download
-
3-2 Introduction to Audio Video Xiaobai -- What is 1wm Audio Video? Pdf Development and Application of Audio and Video Technology in 5G Era -
1.07M -
Click Download
-
3-3 Introduction to Audio Video Xiaobai -- What is 1wm Audio Video? Pdf Introduction to Audio and Video Technology: Principle and Format Analysis -
1.07M -
Click Download
-
3-4 Introduction to Audio Video Xiaobai -- What is 1wm Audio Video? Pdf RGB and YUV color space analysis package -
1.07M -
Click Download
-
3-5 Introduction to Audio Video Xiaobai -- What is 1wm Audio Video? Pdf Audio technology: PCM and Nyquist theorem analysis -
1.07M -
Click Download
-
3-6 Introduction to Audio Video Xiaobai -- What is 1wm Audio Video? Pdf Basic audio technology: PCM coding and sampling rate -
1.07M -
Click Download
-
3-7 Introduction to Audio Video Xiaobai -- What is 1wm Audio Video? Pdf Video Coding Technology: Fundamentals and Compression Principles -
1.07M -
Click Download
-
3-8 Introduction to Audio Video Xiaobai -- What is 1wm Audio Video? Pdf Analysis and Application of AAC Audio Coding Technology -
1.07M -
Click Download
-
3-9 Introduction to Audio Video Xiaobai -- What is 1wm Audio Video? Pdf Analysis of Audio Video Coding and Container Technology -
1.07M -
Click Download
-
3-10 Introduction to Audio Video Xiaobai -- What is 1wm Audio Video? Pdf Multimedia Technology: Computer Information Processing and Interaction -
1.07M -
Click Download
-
3-11 Introduction to Audio Video Xiaobai -- What is 1wm Audio Video? Pdf Analysis of the Core Concept and Application of Multimedia Technology -
1.07M -
Click Download