First, download the library files that you need to rely on to install Nginx:1.1, select Source DirectorySelected Directory/usr/local/rtmpCd/usr/local/rtmp1.2, installing the Pcre LibraryCd/usr/local/rtmpTo www. pcre. org download pcre-8.37.tar.gz, then copy to/usr/local/hlsTAR-ZXVF pcre-8.37.tar.gzCD pcre-8.37./configureMakeMake install1.3, installing the Zlib libraryCd/usr/local/rtmpTo www. zlib. NET Download zlib-1.2.8.tar.gz, then copy to/usr/local/hlsTAR-ZXVF zlib-1.2.8.tar.gz CD zlib-1.2.8.
: This article mainly introduces how to configure the rtmp Server for NGINX to implement rtmp and hls live broadcast. if you are interested in PHP Tutorial, refer to it. Introduction to NGINX
First configure:
work_processes4;events{ work_connections1024;}http{ include mime.types; default_type application/octet-stream; sendfileon; keepalive_timeout65; server{ listen80; server
Keywords: nignx (http server); Rtmp,hls (Streaming media Services)Thanks for the open source, thanks to the fighting people. Now in some of the work of streaming media services, streaming media server set up online tutorials more into the calf, but look carefully, found a lot of comrades posted tutorials have a little problem, there are some are crawling other people's data to get, typesetting also have problems, let novice confused. This article is a
A simple Rtmp/hls Live server licensed by the MIT protocol, its core value concept is simplicity and efficiency.How to use:TEP 1:build SRSTar XF simple-rtmp-server-*.*.tar.gzCD Simple-rtmp-server-*.*/trunk./configure--with-ssl--with-hlsMakeStep 2:start SRS./objs/simple_rtmp_server-c conf/srs.confStep 3 (Optional): Start Nginx for HLSsudo./objs/nginx/sbin/nginxSte
http://neue.v2ex.com/t/316766Although the browser with JS decoding ' play ' video scheme has a few ... Why not one more ...Basic principle:
The server uses websockify to relay an rtmp Stream.
The browser uses NODE-RTMPAPI to parse the RTMP protocol to complete the handshake and Communication.
Extract the H264 video stream
Send to Broadway decode
Repo:https://github.com/yingdev/web-rtmpAt pr
Static Library Connection Compilation issues:Assert is not defined under the C compilerCeill no connection, no-lm.Http://blog.chinaunix.net/uid-20681545-id-3786786.html-c and-lz cannot be used together with-c no connectionhttp://blog.csdn.net/aiwoziji13/article/details/7330333 Static Library ConnectionHttp://www.cnblogs.com/HuangWj/p/5012120.html vs2010 under the libraryHttps://github.com/ossrs/srs/wiki/v1_CN_SampleRTMP ok!Https://github.com/ossrs/srs/wiki/v2_CN_BuildHttps://github.com/ossrs/srs
The simplest example of Flash-based streaming media: RTMP push and receipt (ActionScript) and rtmpactionscriptThis article records some Flash-based streaming media processing examples. The most common Streaming Media Protocol for Flash platforms is RTMP. Some RTMP players/streamer Based on C/C ++ recorded previously, but no R
This article records some examples of flash-based streaming media processing. The most common streaming media protocol for the Flash platform is rtmp. Some of the previously documented RTMP players/boosters are based on C + +, but no rtmp player/ejector based on ActionScript in Flash was recorded. In fact, the RTMP pla
reproduced in this document: Http://www.cnblogs.com/my_life/articles/5593892.html, thank the blogger enthusiastic dedication
The following content is reproduced:
Http://blog.chinaunix.net/uid-26000296-id-4932817.html
Http://blog.chinaunix.net/uid-26000296-id-4932822.html
http://blog.csdn.net/zhangxinrun/article/details/50739237
In the live app, rtmp and HLS can basically cover all the clients watching,HLS mainly is the delay is relatively large, the
The simplest example of Flash-based streaming media: webpage players (HTTP, RTMP, HLS), rtmphlsThis article continues with the previous article, recording some Flash-based streaming media processing examples. This article records some Web players based on Flash technology. Compared with other Web players, Flash-based Web players have the biggest advantage of "plug-in-free installation", which greatly improves the user experience quality. Earlier Netwo
Build nginx-rtmp server under Windows
Build nginx-rtmp server under Windows
Preparatory work
Installing MinGW
Installing mercurial
Installing Strawberryperl
Installing NASM
Download Nginx-related source code package
Compiling Nginx
NGINX-RTMP Environment Construction
Effe
Order: Up to Jul 8th,2013 official release of the latest Nginx RTMP module Nginx-rtmp-module instructions detailed.
Core rtmpSyntax: rtmp {...}Context: Root
Description: Saves blocks for all RTMP configurations.
ServerSyntax: server {...}Context: rtmpDescription: Declares an instance of RTMP.rtmp {server {}
}
ListenSyn
RTMP HLS HTTP Live protocol one time to see enoughLive from 2016 to 2017 years of fire, now in their own app to join the live broadcast function, just find a ready-made SDK on the line, what shooting, beauty, push flow, one-stop service. But as the most important part of the live stream: The push-flow protocol, many people are not very clear. If you're interested in live streaming and want to learn about the various mechanisms behind it, you can start
The following content of this article will be updated here: "http-flv Live Module (nginx-http-flv-module) based on Nginx-rtmp-module module" continued. Note: Many of the configurations below are no longer available because the implementation is somewhat different from the earlier implementations. In order to see the history of the entire project, it has been retained, and the following update mentions why some of the configuration items are no longer
I. rtmp Headers
For details about rtmp protocol packets, refer to red5.
The rtmp Protocol packet consists of a packet header and a packet body. The packet header can be of any of the four lengths: 12, 8, 4, 1 byte (s ). the complete rtmp header should be 12 bytes, containing the timestamp, head_type, amfsize, amftype,
the Wowza server
Rtmp_sample_player_flowplayer: FlowPlayer-based rtmp/http player (add rtmp plugin)
RTMP_SAMPLE_PLAYER_VIDEOJS: Videojs-based rtmp/http player
Rtmp_sample_player_jwplayer: Jwplayer-based rtmp/http player
Hls_sample_player_flowplayer: FlowPlayer-based HLS player (add HLS plugin)
HLS_
The similarities and differences between RTSP, RTMP, and HTTPCommon:1:RTSP RTMP HTTP is applied at the application layer.2: Theoretically RTSP rtmphttp can do live and on-demand, but generally do live with RTSP RTMP, do on-demand http. Video conferencing when the original SIP protocol, and now basically replaced by the RTMP
After reading the flex/flash related stuff for a week, I found that I was always dealing with the rtmp word. Today I finally made up my mind to learn more about this stuff and find a good one.Article, Reproduced with this, the original address: http://blog.csdn.net/chenyanxu/archive/2009/09/02/4511087.aspx
Body start:
Rtmp protocol Research
1 Protocol Research OverviewProtocol design and analysis h
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.