Skip to content

Commit

Permalink
Merge branch 'master' of github.com:Red5/red5-server
Browse files Browse the repository at this point in the history
  • Loading branch information
mondain committed Jul 26, 2016
2 parents cabca55 + 30ed764 commit 33b9436
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ red5-server - Red5 server core
===========

![TravisCI](https://travis-ci.org/Red5/red5-server.svg?branch=master)
[![Maven Central](https://img.shields.io/maven-central/v/org.red5/red5-server.svg)](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.red5%22)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)

Red5 is an Open Source Flash Server written in Java that supports:
Expand All @@ -17,21 +18,21 @@ Red5 is an Open Source Flash Server written in Java that supports:
Additional features supported via plugin:

* [WebSocket (ws and wss)](https://github.com/Red5/red5-websocket)
* [HLS](https://github.com/Red5/red5-hls-plugin)
* [RTSP (From Axis-type cameras)](https://github.com/Red5/red5-rtsp-restreamer)
* [HLS](https://github.com/Red5/red5-hls-plugin)

The Red5 users list may be found here: [red5interest](https://groups.google.com/forum/#!forum/red5interest)

Subreddit: [r/red5](http://www.reddit.com/r/red5)

Automatic builds (Courtesy of Apache / OpenMeetings):
Automatic builds (Courtesy of Apache [OpenMeetings](http://openmeetings.apache.org/)):
* [Red5](https://builds.apache.org/view/M-R/view/OpenMeetings/job/Red5-server/)
* [Windows Installer](https://builds.apache.org/view/M-R/view/OpenMeetings/job/red5-installer/)

# Releases
Stable release version is [1.0.7-RELEASE](https://github.com/Red5/red5-server/releases/tag/v1.0.7-RELEASE)

Pre-release version is [1.0.8-M2](https://github.com/Red5/red5-server/releases/tag/v1.0.8-M2)
Pre-release version is [1.0.8-M5](https://github.com/Red5/red5-server/releases/tag/v1.0.8-M5)

[Releases](https://github.com/Red5/red5-server/releases/latest)
----------------
Expand Down
8 changes: 2 additions & 6 deletions src/main/server/conf/context.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,23 +17,19 @@
-->
<!-- The contents of this file will be loaded for each web application -->
<!--
<Context processTlds="false">
-->
<Context>
<!--
Scanner https://tomcat.apache.org/tomcat-8.0-doc/config/jar-scanner.html
Filter https://tomcat.apache.org/tomcat-8.0-doc/config/jar-scan-filter.html
-->
<JarScanner scanBootstrapClassPath="false" scanClassPath="false">
<JarScanFilter
defaultPluggabilityScan="false"
defaultPluggabilityScan="true"
pluggabilityScan="${tomcat.util.scan.StandardJarScanFilter.jarsToScan}"
defaultTldScan="false"
tldScan="${tomcat.util.scan.StandardJarScanFilter.jarsToScan}"/>
</JarScanner>
<!-- Default set of monitored resources -->
<WatchedResource>WEB-INF/web.xml</WatchedResource>
<WatchedResource>META-INF/context.xml</WatchedResource>
<!-- <Loader loaderClass="org.red5.server.tomcat.WebappClassLoader" useSystemClassLoaderAsParent="false" /> -->
</Context>
</Context>

0 comments on commit 33b9436

Please sign in to comment.