yum install gcc
yum install pcre-devel
yum install openssl-devel
./configure --add-module=../nginx-rtmp-module-1.1.7/
make
{ | |
"ffmpeg": { | |
"linux": { | |
"amd64": [ | |
"https://github.com/BtbN/FFmpeg-Builds/releases/download/latest/ffmpeg-master-latest-linux64-gpl.tar.xz", | |
"https://github.com/BtbN/FFmpeg-Builds/releases/download/latest/ffmpeg-master-latest-linux64-gpl-shared.tar.xz", | |
"https://github.com/BtbN/FFmpeg-Builds/releases/download/latest/ffmpeg-master-latest-linux64-lgpl.tar.xz", | |
"https://github.com/BtbN/FFmpeg-Builds/releases/download/latest/ffmpeg-master-latest-linux64-lgpl-shared.tar.xz", | |
"https://johnvansickle.com/ffmpeg/builds/ffmpeg-git-amd64-static.tar.xz", | |
"https://johnvansickle.com/ffmpeg/releases/ffmpeg-release-amd64-static.tar.xz", |
yum install gcc
yum install pcre-devel
yum install openssl-devel
./configure --add-module=../nginx-rtmp-module-1.1.7/
make
#!/usr/bin/env bash | |
# سكربت تتبيث انتجين اكس مع موديل البث rtmp | |
# https://bit.ly/2jxTUHv | |
# install Nginx with rtmp support | |
# make script exit if a simple command fails and | |
# make script print commands being executed | |
set -e -x | |
# Build path | |
export BUILD_PATH=/usr/local |
<?php | |
/** | |
* Plugin Name: Auto-embeds Disabler | |
* Version: 0.1 | |
* Description: Disables the auto-embeds function in WordPress 3.5 | |
* Author: Dominik Schilling | |
* Author URI: http://wphelper.de/ | |
* Plugin URI: http://wpgrafie.de/1078/ | |
* | |
* |