, clients can choose to download the same resources at different rates from many different alternative sources, allowing streaming media sessions to accommodate different data rates. When you start a streaming session, the client downloads a extended m3u (m3u8) playlist file that contains metadata to find the available media streams.
Client Support
iOS starts from 3.0 as a standard feature.
Adobe Flash Player supports HLS from 11.0 onwards.
This article outlines:Nginx is a very good open source server, use it to do HLS or rtmp streaming media server is a very good choice. This paper introduces a simple method to quickly set up rtmp streaming media server, also known as RTSP retransmission, the data source is not read files, but use to obtain rtspnal stream after using FFmpeg retransmission. CSDN: [Email protected]Development environment: centos6.4 (the main choice of Linux servers, more
From//http://blog.chedushi.com/archives/6532?utm_source=tuicool
Using Nginx to build a streaming media server with HTTP and rtmp protocols
Experimental Purpose:
Allows Nginx to support FLV and MP4 format files while supporting RTMP protocol while opening the HLS function of rtmp
Information:
HTTP Live Streaming (abbreviated as HLS) is an HTTP-based streaming network Transfer protocol proposed by Apple.
choose to download the same resources at different rates from many different alternative sources, allowing streaming media sessions to accommodate different data rates. When you start a streaming session, the client downloads a extended m3u (m3u8) playlist file that contains metadata to find the available media streams.Client Support
iOS starts from 3.0 as a standard feature.
Adobe Flash Player supports HLS from 11.0 onwards.
Google'
/local/nginx/vod/flvs directory3.2.3, preparing the Web pageDownload jwplayer:www. jwplayer. com needs to be registered to download and obtain the corresponding license key (e.g., 601u+htlhuxp5lqpeztrlaabkwyx/94l3lracg==)After downloading Jwplayer7.3.6.zip, extract to:/usr/local/nginx/html/Set up the test page test.html, also put in the above directory: 3.3, start Nginx3.3.1 Execution/usr/local/nginx/sbin/nginx3.3.2, from the client page input Http:/
Mac Live Server Nginx configuration support for HLSIn the previous article on the Mac to build a live server nginx+rtmp, we have built a nginx+rtmp live server. The following need to add support to the Nginx server for HLS. In Nginx addition to the support of the HLS more simple, just simple modification under the configuration file nginx.conf .Installing Nginx and RTMP modulesFor the installation of Nginx
Qiniu Seven cow problem solution
A lot of seven cattle users in the use of seven cattle cloud storage process to encounter the problem of video player selection, here I do a simple recommendation. Audio and video support audio and video playback
In the process of setting up a video application relying on seven cattle cloud storage, the user often encounters the problem of playback: Choose what kind of player. What encoding and container formats are used. How to adapt to a variety of clients. W
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
Guidance:August 23 rd, 2007 by adminI am not very familiar with VC, so I will not do it myself. The netizen replied: Sender: sunriseGo to Intel's website to see the image processing library.Issuer: serenade// Adjust the color, brightness, and saturation of the image// Prepared by: shenqu on Wu menghua csdn// Wondertop@263.net// 2003-3-1// Usage: using the changehls function, the image cannot contain pitch.// This function is consistent with the hue/saturation operation in Photoshop, and the val
Configuration file: http://www.cnblogs.com/tinywan/p/5983694.htmlThrough the encrypted file:Correct address: Curl-i HTTP//Access IP address (here is the live node IP address)/hls/s0000_8.m3u8?key=c7e2d8f498920f1a86e4c95d4a58a27eParameter Error Address: Curl-i HTTP//Access IP address (here is the live node IP address)/hls/s0000_8.m3u8?key=c7e2d8f498920f1a86e4c95d4a58a27123213No parameters: Curl-i http//IP ad
Http://www.cnblogs.com/haibindev/archive/2013/01/30/2880764.htmlInadvertently found that the big six months did not write a blog, consciously ashamed. In fact, after 2012 half a year, the things in the family happened the same, there is no time. Fast New Year, finally sneak in, the recent technical achievements, summed up into the article, share with you.Some days ago, it was also a project need, spent some time studying HTTP live streaming(HLS) techn
1.DASH Introduction
DASH, also known as MPEG dash,dash:dynamic Adaptive streaming over HTTP, is a video streaming technology that transmits dynamic bitrate on the internet, similar to how Apple's Hls,dash will pass media Presentation description (MPD) slices video content into a short file fragment, each with multiple different bitrate, and the DASH client can choose a bitrate to play based on the network, enabling seamless switching between differen
apachectl start can then put the file to play to/library/webs Erver/documents, you can do it.2. Real-time Streaming mediaLive streaming is playing on one side of the packet, without preserving a copy of the file locally, and the data is always delivered in real time. Users can fast forward and rewind, however, live streaming must ensure that the transmission speed of the packet is greater than the speed of the file playback, otherwise affect the playback effect.The protocols for real-time strea
http Live streaming (HLS) is a streaming media broadcast protocol based on the HTTP protocol proposed by Apple. Because it only uses the HTTP protocol, it has the characteristics of openness, simplicity, being able to cross the firewall and docking with CDN system conveniently. On the terminal type, all Apple iOS terminals (including phone, ipod touch, IPad, Mac) support HLS streaming media playback, and th
Analysis and Implementation of HTTP live streaming technology
I accidentally discovered that I had not written a blog for more than half a year and felt ashamed. In fact, in the second half of 2012, the same thing happened at home, and there was no time. After the Chinese New Year, I finally spent some time in my work and summarized some recent technical achievementsArticleTo share with you.
A few days ago, it was also a project requirement and took some time to study it.HTTP live streaming(H
HTML5 video Live (i)It Community referral information-itindex.netAPRRecently, I met the demand of live video on mobile WEB, researched the related technology and recorded it.At present, the mainstream video streaming program on the web has HLS and RTMP, the mobile Web side is currently only HLS can be used, we focus on it.HTTP Live StreamingHTTP Live Streaming (HLS
simple-rtmp-server Server Setup1. Server Image Acquisition
GitHub Source Address
git clone https://github.com/winlinvip/simple-rtmp-server.git
CSDN Mirror Address
git clone https://code.csdn.net/winlinvip/srs-csdn.git
Oschina Mirroring
git clone https://git.oschina.net/winlinvip/srs.oschina.git2. Turn off firewalls and selinux or open ports
Shutting down the firewall
# disable the firewallsudo /etc/init.d/iptables stopsudo /sbin/chkconfig i
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.