The source code is also simple
code is as follows
copy code
NBSP jwplayer ("MyElement"). Setup ({ file: "A.mp4", Image: "A.png" });
Jwplayer need a license, currently is free, you go to his website registration account can get a free license. That key.The license of the input error will showError Setting up Player:Invalid License Key
But
1. Jwplayer Watermark Removaljwplayer Version Removal watermark method is differentJwplayer5Environmental RequirementsFLEX_SDK Need 3.x version, if the 4.X version, the compiled jwplayer.swf in IE8 will cause frame label error, must be compiled with 3.X versionant requires 1.7 version, 1.10 execution will errorJwplayer6Environmental RequirementsFLEX_SDK needs 4. x version, the 4.x version requires libs/player/of the following versions of SWC files, wh
: 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
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
play through Jwplayer on a Web page.After saving the configuration file, start Nginx, through the NETSTAT-LTN command can see the increase of a 1935 port listening. 8080 is the Nginx default HTTP listening port.Java code
# NETSTAT-LTN
Active Internet connections (only servers)
Proto recv-q send-q Local address Foreign address state
Tcp0 0127.0. 1.1:53 0.0.0.0:* listen
Tcp0 00.0. 0.0:22 0.0. 0.0:*listen
Tcp0 0127.0. 0.1:6
Error Scenario:Jwplayer play video, add subtitles and thumbnails;Subtitle for SRT format:Supposedly, the subtitle format is incorrect. Display: uncaught error:invalid SRT fileHowever, there is a problem with jwplayer, the thumbnail file format is not correct when prompted: uncaught error:invalid SRT fileThumbnail file format:00:00.000--00:05.000/assets/1.jpg00:05.000---00:10.000/assets/2.jpg00:10.000-00:15.000/ASSETS/3. jpg00:15.000-00:20.000/assets/4
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
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
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: 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
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
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
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
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
Rtmp (real time messaging protocol) is a common streaming media protocol used to transmit audio and video data. Combined with flash, rtmp is widely used in live broadcast, on-demand broadcast, chat, and other applications, as well as PCs, mobile devices, and embedded platforms, it is a protocol that is often used for streaming media development. I used to write an articleArticleThe "
August 18, 2016 12:42:35 refer to official document Https://github.com/arut/nginx-rtmp-module/wiki/Directives
Please note that this is a coarse translation, only for reference, not to be updated after the fine school edition
Directory core RTMP Server Listen application timeout ping ping_timeout max_streams ack_window chunk_size max_queue max_message buf Len Out_queue out_cork access permission allow deny
Http://www.cnblogs.com/haibindev/archive/2012/04/16/2450989.html implements an RTMP server that outputs H264 live streamsRTMP (Real time Messaging Protocol) is a common streaming media protocol, used to transmit audio and video data, combined with flash, widely used in live, on-demand, chat and other applications, as well as PC, mobile, embedded and other platforms, is to do streaming media development often come into contact with the protocol. I have
rtmp Server for output H264 live streamingRTMP (Real time Messaging Protocol) is a common streaming media protocol, used to transmit audio and video data, combined with flash, widely used in live, on-demand, chat and other applications, as well as PC, mobile, embedded and other platforms, is to do streaming media development often come into contact with the protocol. I have previously written an article, "rtmp
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.