/local/src/nginx-rtmp-module-master Note that the third-party module uses the absolute path specified by the Add-moduleYamdiTar xzvf yamdi-1.4.tar.gzCD yamdi-1.4Make make installHow to use: Yamdi-i input.flv-o out.flv/usr/local/src all the files are in this directoryTar xzvf nginx_mod_h264_streaming-2.2.7Tar xzvf nginx-rtmp-module-masterYou can specify the path when compiling--with-http_flv
One, what is Red5Red5 's main function is similar to Macromedia's FMS, which provides a Java based Open-source streaming media server for streaming media services based on Flash. It is written by the Java language and uses rtmp as a streaming media transport protocol, which is fully compatible with FMS. It has streaming flv, MP3 files, real-time recording client streams for FLV files, shared objects, real-time video playback, remoting and other functi
the difference between hls,http,rtsp,rtmp protocols:
in HTTP mode:The FLV is downloaded to the local cache by the server, and then the FLV is played back through the local connection of the netconnection, which is to play the local video, not the video of the playing server. So this flv can be found in the local cache. The advantage is that the server downloaded this flv, the server is not consumed, save the server consumption. The disadvantage is th
Many websites now use cdn technology. It is difficult to obtain the real IP address of their servers during some tests. I don't know what other good methods are available now, the following two types are available:
1: Use the CDN server to find the real IP address cache_peer 1.1.1.1 parent 80 0 no-query originserver cache_peer_domain 1.1.1.1 www.c2sec.com
2: Check whether HTTP_X_FORWARDED_FOR is empty. If i
: This article mainly introduces how to use nginx + nginx-rtmp-module + ffmpeg to build a streaming media server (6). If you are interested in the PHP Tutorial, refer to it. Part 6
This problem has been plagued by the nginx startup problem that has been transplanted to the ARM Development board a few days ago. it does not occur when started on the ARM Development Board.
nginx: [emerg] getgrnam("nogroup") failed (2: No such file or directory)
Is to a
Recently made a RTMP transit service program, through the practice, familiar with rtmp play and push in various formats, summarized here.Program GitHub Address: Https://github.com/runner365/rtmp_relayRTMP Play Receive Message analysisMessage received at first frame:1) 0x46 4c: Refer to the following article:Character FLV Header2) 0x01 05Version typeflagsreserved Typeflagsaudio typeflagsreserved typeflagsvi
[Streaming media network] Abstract: A brand new idea is to introduce P2P Technology in CDN networks. This mode can effectively improve the CDN service capability without increasing the cost, and effectively avoid the disadvantages of P2P applications, it is the most ideal Media Service bearer platform solution under the current operator's network conditions.
P2P technology is a boom that has emerged in
During this period of time, the work needs are converted from FLV stream to standard h264 and aac on rtmp. The server is an open-source project crtmpserver, client flex writing, video encoding h264, and audio encoding AAC, some protocol-related items are recorded as follows.
1. Analyze FLV data
Let's take a FLV file to analyze the FLV data format.
FLV standard document http://www.cnblogs.com/chef/archive/2012/07/18/2597003.html
FLV file ana
Video live streaming is the RTMP protocol for video real-time transmission, where the software we use is the Adobe Company'sOne is: Flash media Server4 Another is Flash media Live encoderBoth of these software:http://pan.baidu.com/share/link?shareid=256521uk=1711305891Installation and construction of Flash Media Server4 see:use Ckplayer and FMS to build rtmp video applicationsConnection: Http://www.ckplayer
The general steps to implement are:Step 1: Define Netconnection objects to connect rtmp and listen for netstatusevent.net_status eventsStep 2: Judge event.info.code== "NetConnection.Connect.Success" in the Netstatusevent.net_status event, through Sharedobject.getromote () Get Sharedobject ObjectStep 3: Listen for the Syncevent.sync event of the Sharedobject object and Sharedobj.connect (netconnection)Step 4: This time you can use Sharedobj.send () to
This time, the work of the need, on the rtmp to do the FLV stream to the standard H264, AAC conversion, the server is open source project Crtmpserver, client flex writing, Video coding H264, Audio coding AAC, now some of the agreements related to the following things record.
I. Analysis of FLV data
Let's take an FLV file to briefly analyze the format of the FLV data
FLV standard document Download address http://www.cnblogs.com/chef/archive/2012/07/18
If we want to encapsulate Speex encoding into rtmp or FLV, we may encounter problems with how to populate Audiotagheader, Speex encoding supports 8k,16k,32k sample rate, but only 16k in rtmp or FLV protocol, At this point the sampling rate needs to be treated as 11.025k, that is, the packet of this byte is 0xb6
For the AAC encoding in RTMP or FLV packets, AAC sa
confirm the environment that is required to install the compilation:Make sure gcc-c++ and Openssl-devel are installed before installation (can be installed with Yum)yum-y install gcc gcc-c++ Yum Install Openssl-develinstalling nginx-rtmp under Linux requires a few of the following installation packages (the installation package version does not have a hard requirement, choose the one that suits you):1.nginx-1.13.6.tar.gz2.nginx_mod_h264_streaming-2.27
What is a CDN?
The full name of CDN is content Delivery network, that is, contents distribution network. The goal is to add a new layer of network architecture to the existing Internet, publish the content of the Web site to the nearest user's network "edge", so that users can get the required content nearby, improve the user's response speed to visit the site.
CDN
application architecture and focus on decentralized static content. While this does not result in significant time savings, it is easy to implement with the help of content distribution networks.
The so-called Content distribution network (Delivery NETWORD,CDN) is a collection of Web servers in which servers are distributed in different locations to distribute content more efficiently to users. A server that is ultimately determined to distribute con
Demand
CDN, full content Delivery Network, the main role is to reduce access pressure for the source station while providing clients with faster content response. In addition, the CDN can also protect the source station security. In fact, the real CDN is paid for the source station, so the users of the CDN is actually
Today saw the Kin-yu sharing "CDN website accelerated Test Results: does not affect SEO optimization!" The article, some ideas, now share with you, about CDN This thing, the author has been contacted since 09, that is the company's Web site traffic is larger, resulting in server load is too high, and finally chose the CND acceleration technology to ease the flow of too much pressure on the service, nonsense
1.1.1 Summary
I believe everyone has heard of CDN and even used related technologies. Maybe some people will answer "I have never heard of or used this technology". Is that true?
CDN stands for Content Delivery Network (CDN. The purpose is to add a new network architecture to the existing Internet to publish website content to the "edge" closest to the user's ne
Article Link: http://justcoding.iteye.com/blog/2110275Ckplayer, which is all called super cool FLV player, it is a software for playing video on the Web page, supported by the format of: HTTP protocol on the FLV,F4V,MP4 format, while supporting RTMP video streaming format playback, this player is characterized in that the user can define the player's style, such as Play/pause button, mute button, full screen button is called external image interface,
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.