Giter VIP home page Giter VIP logo

red5-hls-plugin's Introduction

red5-hls-plugin

HLS plugin for Red5

This plugin is no longer maintained and isn't recommended for use with newer versions of Red5. We suggest that everyone who wants HLS and mobile streaming solutions, to visit Red5 Pro and take their server and Mobile SDK's for a spin!

Old Readme

red5-hls-plugin's People

Contributors

mondain avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

red5-hls-plugin's Issues

Stream file instead of rtmp channel

Hi,
Do we have an option to stream mp4 file directly from location like rtmp streaming instead of segment from published rtmp channel?

If yes, please let me know how to do it?

Thanks,

Build hls-plugin and the example failure...

i have try to excute mvn -Dmaven.test.skip=true in hls-plugin and the example .But failed to connect and can't download red5-server-1.0.2.SNAPSHOT.jar,etc.could someone help me orgive me the hls-plugin-1.1.jar.
here are info when i mvn the command.
`
D:\DataAsia\LivingData\red5-hls-plugin-master\example>mvn eclipse:eclipse
[INFO] Scanning for projects...
[WARNING]
[WARNING] Some problems were encountered while building the effective model for org.red5:hlsapp:war:1.1
[WARNING] 'dependencies.dependency.systemPath' for org.red5:hls-plugin:jar should not point at files within the project directory, ${basedir}/lib/hls-plugin-1.1.jar will be unresolvable by dependent projects @ line 436, column 25
[WARNING] 'dependencies.dependency.systemPath' for org.red5:hls-plugin:jar refers to a non-existing file D:\DataAsia\LivingData\red5-hls-plugin-master\example\lib\hls-plugin-1.1.jar @ line 436, column 25
[WARNING]
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING]
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING]
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building hlsapp 1.1
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] >>> maven-eclipse-plugin:2.7:eclipse (default-cli) @ hlsapp >>>
[INFO]
[INFO] <<< maven-eclipse-plugin:2.7:eclipse (default-cli) @ hlsapp <<<
[INFO]
[INFO] --- maven-eclipse-plugin:2.7:eclipse (default-cli) @ hlsapp ---
Downloading: http://xuggle.googlecode.com/svn/trunk/repo/share/java/org/red5/red5-server/1.0.2-SNAPSHOT/maven-metadata.xml
Downloading: http://red5.googlecode.com/svn/repository/org/red5/red5-server/1.0.2-SNAPSHOT/maven-metadata.xml
[WARNING] Could not transfer metadata org.red5:red5-server:1.0.2-SNAPSHOT/maven-metadata.xml from/to Red5 (http://red5.googlecode.com/svn/repository): Connection to http://red5.googlecode.com refused
[WARNING] Could not transfer metadata org.red5:red5-server:1.0.2-SNAPSHOT/maven-metadata.xml from/to Xuggle (http://xuggle.googlecode.com/svn/trunk/repo/share/java/): Connection to http://xuggle.googlecode.com refused
Downloading: http://red5.googlecode.com/svn/repository/org/red5/red5-server/1.0.2-SNAPSHOT/red5-server-1.0.2-SNAPSHOT.pom
Downloading: http://xuggle.googlecode.com/svn/trunk/repo/share/java/org/red5/red5-server/1.0.2-SNAPSHOT/red5-server-1.0.2-SNAPSHOT.pom
[INFO] Using Eclipse Workspace: null
[WARNING] An error occurred during dependency resolution.
Failed to retrieve org.red5:hls-plugin-1.1
Caused by: System artifact: org.red5:hls-plugin:jar:1.1:system not found in path: D:\DataAsia\LivingData\red5-hls-plugin-master\example\lib\hls-plugin-1.1.jar

Try downloading the file manually from the project website.

Then, install it using the command:
mvn install:install-file -DgroupId=org.red5 -DartifactId=hls-plugin -Dversion=1.1 -Dpackaging=jar -Dfile=/path/to/file

Alternatively, if you host your own repository you can deploy the file there:
mvn deploy:deploy-file -DgroupId=org.red5 -DartifactId=hls-plugin -Dversion=1.1 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

Path to dependency:
1) org.red5:hlsapp:war:1.1
2) org.red5:hls-plugin:jar:1.1

org.red5:hls-plugin:jar:1.1

[INFO] Unable to read jar manifest from D:\DataAsia\LivingData\red5-hls-plugin-master\example\lib\hls-plugin-1.1.jar
[INFO] Resource directory's path matches an existing source directory. Resources will be merged with the source directory src/main/java
[INFO] File D:\DataAsia\LivingData\red5-hls-plugin-master\example.project already exists.
Additional settings will be preserved, run mvn eclipse:clean if you want old settings to be removed.
[INFO] Wrote Eclipse project for "hlsapp" to D:\DataAsia\LivingData\red5-hls-plugin-master\example.
[INFO]
Javadoc for some artifacts is not available.
Please run the same goal with the -DdownloadJavadocs=true parameter in order to check remote repositories for javadoc.
List of artifacts without a javadoc archive:
o ch.qos.logback:logback-classic:1.0.13
o ch.qos.logback:logback-core:1.0.13
o org.slf4j:slf4j-api:1.7.5
o javax.servlet:servlet-api:2.5
o junit:junit:4.10
o org.hamcrest:hamcrest-core:1.1
o net.sourceforge.groboutils:groboutils-core:5
o org.apache.mina:mina-core:2.0.7
o org.apache.mina:mina-integration-beans:2.0.7
o org.apache.mina:mina-integration-jmx:2.0.7
o ognl:ognl:3.0.5
o javassist:javassist:3.11.0.GA
o org.slf4j:jcl-over-slf4j:1.7.5
o org.slf4j:jul-to-slf4j:1.7.5
o org.slf4j:log4j-over-slf4j:1.7.5
o org.springframework:spring-aop:3.1.4.RELEASE
o aopalliance:aopalliance:1.0
o org.springframework:spring-asm:3.1.4.RELEASE
o org.springframework:spring-beans:3.1.4.RELEASE
o org.springframework:spring-core:3.1.4.RELEASE
o org.springframework:spring-context:3.1.4.RELEASE
o org.springframework:spring-expression:3.1.4.RELEASE
o org.springframework:spring-context-support:3.1.4.RELEASE
o org.springframework:spring-test:3.1.4.RELEASE
o org.springframework:spring-web:3.1.4.RELEASE

[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1:08.655s
[INFO] Finished at: Tue Jun 28 16:24:37 CST 2016
[INFO] Final Memory: 9M/122M
[INFO] ------------------------------------------------------------------------
D:\DataAsia\LivingData\red5-hls-plugin-master\example>mvn -Dmaven.test.skip=true
[INFO] Scanning for projects...
[WARNING]
[WARNING] Some problems were encountered while building the effective model for org.red5:hlsapp:war:1.1
[WARNING] 'dependencies.dependency.systemPath' for org.red5:hls-plugin:jar should not point at files within the project directory, ${basedir}/lib/hls-plugin-1.1.jar will be unresolvable by dependent projects @ line 436, column 25
[WARNING] 'dependencies.dependency.systemPath' for org.red5:hls-plugin:jar refers to a non-existing file D:\DataAsia\LivingData\red5-hls-plugin-master\example\lib\hls-plugin-1.1.jar @ line 436, column 25
[WARNING]
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING]
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING]
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building hlsapp 1.1
[INFO] ------------------------------------------------------------------------
Downloading: http://xuggle.googlecode.com/svn/trunk/repo/share/java/org/red5/red5-server/1.0.2-SNAPSHOT/maven-metadata.xml
Downloading: http://red5.googlecode.com/svn/repository/org/red5/red5-server/1.0.2-SNAPSHOT/maven-metadata.xml
[WARNING] Could not transfer metadata org.red5:red5-server:1.0.2-SNAPSHOT/maven-metadata.xml from/to Red5 (http://red5.googlecode.com/svn/repository): Connection to http://red5.googlecode.com refused
[WARNING] Could not transfer metadata org.red5:red5-server:1.0.2-SNAPSHOT/maven-metadata.xml from/to Xuggle (http://xuggle.googlecode.com/svn/trunk/repo/share/java/): Connection to http://xuggle.googlecode.com refused
[WARNING] Failure to transfer org.red5:red5-server:1.0.2-SNAPSHOT/maven-metadata.xml from http://red5.googlecode.com/svn/repository was cached in the local repository, resolution will not be reattempted until the update interval of Red5 has elapsed or updates are forced. Original error: Could not transfer metadata org.red5:red5-server:1.0.2-SNAPSHOT/maven-metadata.xml from/to Red5 (http://red5.googlecode.com/svn/repository): Connection to http://red5.googlecode.com refused
[WARNING] Failure to transfer org.red5:red5-server:1.0.2-SNAPSHOT/maven-metadata.xml from http://xuggle.googlecode.com/svn/trunk/repo/share/java/ was cached in the local repository, resolution will not be reattempted until the update interval of Xuggle has elapsed or updates are forced. Original error: Could not transfer metadata org.red5:red5-server:1.0.2-SNAPSHOT/maven-metadata.xml from/to Xuggle (http://xuggle.googlecode.com/svn/trunk/repo/share/java/): Connection to http://xuggle.googlecode.com refused
Downloading: http://red5.googlecode.com/svn/repository/org/red5/red5-server/1.0.2-SNAPSHOT/red5-server-1.0.2-SNAPSHOT.pom
Downloading: http://xuggle.googlecode.com/svn/trunk/repo/share/java/org/red5/red5-server/1.0.2-SNAPSHOT/red5-server-1.0.2-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1:04.798s
[INFO] Finished at: Tue Jun 28 16:26:08 CST 2016
[INFO] Final Memory: 10M/154M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project hlsapp: Could not resolve dependencies for project org.red5:hlsapp:war:1.1: Failed to collect dependencies at org.red5:red5-server:jar:1.0.2-SNAPSHOT: Failed to read artifact descriptor for org.red5:red5-server:jar:1.0.2-SNAPSHOT: Could not transfer artifact org.red5:red5-server:pom:1.0.2-SNAPSHOT from/to Red5 (http://red5.googlecode.com/svn/repository): Connection to http://red5.googlecode.com refused: Connection timed out: connect -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
D:\DataAsia\LivingData\red5-hls-plugin-master\example>`

red5-hls plugin not able to build

[INFO] Scanning for projects...
[WARNING] POM for 'biz.aQute:bndlib:pom:1.50.0:runtime' is invalid.

Its dependencies (if any) will NOT be available to the current build.
[INFO] ------------------------------------------------------------------------
[INFO] Building hls-plugin
[INFO] task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] Copying 0 resource
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Error building POM (may not be this project's POM).

Project ID: org:jaudiotagger

Reason: Error getting POM for 'org:jaudiotagger' from the repository: Unable to read local copy of metadata: Cannot read metadata from '/home/sharad/.m2/repository/org/jaudiotagger/2.0.4-SNAPSHOT/maven-metadata-sonatype-snapshots.xml': end tag name must match start tag name


from line 5 (position: TEXT seen ...\r\n... @6:8)
org:jaudiotagger:pom:2.0.4-SNAPSHOT

for project org:jaudiotagger

[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1 second
[INFO] Finished at: Wed Jun 18 16:24:24 JST 2014
[INFO] Final Memory: 26M/216M
[INFO] ------------------------------------------------------------------------

about JVM fatal

Hello!
I try to start red5 server with hlsapp,But jvm will fatal.
My system is os x 10.10 and the jvm version is 1.7.0_45.

 Here is the error message:

A fatal error has been detected by the Java Runtime Environment:

SIGSEGV (0xb) at pc=0x000000011b954dd0, pid=13049, tid=49667

JRE version: Java(TM) SE Runtime Environment (7.0_45-b18) (build 1.7.0_45-b18)

Java VM: Java HotSpot(TM) 64-Bit Server VM (24.45-b08 mixed mode bsd-amd64 compressed oops)

Problematic frame:

C [xuggle1430673703518043839.tmp+0x23add0] flush_buffer+0x10

Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again

An error report file with more information is saved as:

/Users/JiangWei/Downloads/red5-server-1.0.3-RELEASE/hs_err_pid13049.log

Compiled method (c1) 21999 1495 3 java.util.concurrent.CopyOnWriteArrayList$COWIterator::hasNext (18 bytes)
total in heap [0x0000000110502610,0x00000001105029e8] = 984
relocation [0x0000000110502730,0x0000000110502768] = 56
main code [0x0000000110502780,0x00000001105028e0] = 352
stub code [0x00000001105028e0,0x0000000110502970] = 144
oops [0x0000000110502970,0x0000000110502978] = 8
scopes data [0x0000000110502978,0x0000000110502990] = 24
scopes pcs [0x0000000110502990,0x00000001105029d0] = 64
dependencies [0x00000001105029d0,0x00000001105029d8] = 8
nul chk table [0x00000001105029d8,0x00000001105029e8] = 16

If you would like to submit a bug report, please visit:

http://bugreport.sun.com/bugreport/crash.jsp

The crash happened outside the Java Virtual Machine in native code.

See problematic frame for where to report the bug.

How can I fix this?

Missing directory "webapps/hlsapp/WEB-INF/segments"

The segmentDirectory "webapps/hlsapp/WEB-INF/segments/" from the red5-web.xml configuration file is not present when installing the hls-plugin example. As a result, the plugin does not work and unexpected errors may show up like:

2015-06-12 07:14:47,153 [SegmentExecutor-3] WARN o.r.xuggler.writer.HLSStreamWriter - Audio packet was not complete
2015-06-12 07:14:47,153 [SegmentExecutor-3] WARN o.r.xuggler.writer.HLSStreamWriter - Video packet was not complete

After creating the directory manually, the problem has gone. Maybe it is a good idea to let the plugin check for the listed segmentDirectory and issue an appropriate error when it is not present or when there cannot be written to?

Interrupted Exception

When Playing a stream for about five minutes I get the following error...
Replacing all RentrentLocks with synchronized on the method instead seems to have resolved the problem.
Not too sure what impact this will have on performance...

2014-03-07 21:45:45,494 [SegmentExecutor-1] WARN o.r.s.httpstream.SegmentFacade - Exception trying lock
java.lang.InterruptedException: null
at java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireNanos(AbstractQueuedSynchronizer.java:1244) ~[na:1.7.0_25]
at java.util.concurrent.locks.ReentrantLock.tryLock(ReentrantLock.java:445) ~[na:1.7.0_25]
at org.red5.service.httpstream.SegmentFacade.getSegment(SegmentFacade.java:317) ~[hls-plugin-1.1.jar:na]
at org.red5.stream.http.xuggler.MpegTsIoHandler.write(MpegTsIoHandler.java:59) ~[hls-plugin-1.1.jar:na]
at org.red5.stream.http.xuggler.MpegTsHandler.close(MpegTsHandler.java:101) ~[hls-plugin-1.1.jar:na]
at com.xuggle.xuggler.XugglerJNI.IContainer_close(Native Method) ~[xuggle-xuggler-noarch.jar:5.5.0]
at com.xuggle.xuggler.IContainer.close(IContainer.java:672) ~[xuggle-xuggler-noarch.jar:5.5.0]
at org.red5.xuggler.writer.HLSStreamWriter.close(HLSStreamWriter.java:604) ~[hls-plugin-1.1.jar:na]
at org.red5.service.httpstream.SegmentFacade$QueueWorker.run(SegmentFacade.java:644) ~[hls-plugin-1.1.jar:na]
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:53) ~[spring-context-3.1.4.RELEASE.jar:3.1.4.RELEASE]
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) ~[na:1.7.0_25]
at java.util.concurrent.FutureTask$Sync.innerRunAndReset(FutureTask.java:351) ~[na:1.7.0_25]
at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:178) ~[na:1.7.0_25]

Compatibility with the latest red5-server (1.0.5)

I am trying to add the red5-hls-plugin on a working red5-server (1.0.5 built from Git) without success. "hlsapp" seems to fail during initialization, due to memory leak and/or core dump within xuggle related part. I have tried xuggle 5.4 (from Google code) & 5.5 (build from Git source), but result is the same. Before disturbing you with details, please kindly tell me if the plugin is confirmed to be compatible with the latest version of Red5 or requires any specific old version.

Thanks in advance for you kind assistance.

java.lang.NegativeArraySizeException

Hi,

I have manage to successfully build the plugin using the humble-video fork...
when I use the publisher application it works fine...but then I try to access the stream being published using ipod.js..I get the following error:

java.lang.NegativeArraySizeException: null
at org.red5.service.httpstream.SegmentFacade.getSegments(SegmentFacade.java:340) ~[hls-plugin-1.1.jar:na]
at org.red5.service.httpstream.SegmenterService.getSegments(SegmenterService.java:241) ~[hls-plugin-1.1.jar:na]
at org.red5.stream.http.servlet.PlayList.doPost(PlayList.java:164) ~[hls-plugin-1.1.jar:na]
at org.red5.stream.http.servlet.PlayList.doGet(PlayList.java:80) ~[hls-plugin-1.1.jar:na]
at javax.servlet.http.HttpServlet.service(HttpServlet.java:621) ~[tomcat-embed-core-7.0.50.jar:7.0.50]
at javax.servlet.http.HttpServlet.service(HttpServlet.java:728) ~[tomcat-embed-core-7.0.50.jar:7.0.50]
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:305) ~[tomcat-embed-core-7.0.50.jar:7.0.50]
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210) ~[tomcat-embed-core-7.0.50.jar:7.0.50]
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52) ~[tomcat-embed-core-7.0.50.jar:7.0.50]
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243) ~[tomcat-embed-core-7.0.50.jar:7.0.50]
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210) ~[tomcat-embed-core-7.0.50.jar:7.0.50]
at org.red5.logging.LoggerContextFilter.doFilter(LoggerContextFilter.java:77) ~[red5-server.jar:na]
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243) ~[tomcat-embed-core-7.0.50.jar:7.0.50]
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210) ~[tomcat-embed-core-7.0.50.jar:7.0.50]
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:222) ~[tomcat-embed-core-7.0.50.jar:7.0.50]
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:123) ~[tomcat-embed-core-7.0.50.jar:7.0.50]
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:502) ~[tomcat-embed-core-7.0.50.jar:7.0.50]
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:171) ~[tomcat-embed-core-7.0.50.jar:7.0.50]
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:100) ~[tomcat-embed-core-7.0.50.jar:7.0.50]
at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:953) ~[tomcat-embed-core-7.0.50.jar:7.0.50]
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:118) ~[tomcat-embed-core-7.0.50.jar:7.0.50]
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:409) ~[tomcat-embed-core-7.0.50.jar:7.0.50]
at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1044) ~[tomcat-embed-core-7.0.50.jar:7.0.50]
at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:607) ~[tomcat-embed-core-7.0.50.jar:7.0.50]
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1721) ~[tomcat-embed-core-7.0.50.jar:7.0.50]
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.run(NioEndpoint.java:1679) ~[tomcat-embed-core-7.0.50.jar:7.0.50]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) ~[na:1.7.0_25]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) ~[na:1.7.0_25]
at java.lang.Thread.run(Thread.java:724) ~[na:1.7.0_25]

Kodjo

xuggle jni error when IContainer writeHeader

A fatal error has been detected by the Java Runtime Environment:

EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x18ca97c6, pid=908, tid=13044

JRE version: Java(TM) SE Runtime Environment (8.0_31-b13) (build 1.8.0_31-b13)

Java VM: Java HotSpot(TM) Client VM (25.31-b07 mixed mode, sharing windows-x86 )

Problematic frame:

C [xuggle6182422011684092936.dll+0x1697c6]

Failed to write core dump. Minidumps are not enabled by default on client versions of Windows

If you would like to submit a bug report, please visit:

http://bugreport.java.com/bugreport/crash.jsp

The crash happened outside the Java Virtual Machine in native code.

See problematic frame for where to report the bug.

--------------- T H R E A D ---------------

Current thread (0x16004800): JavaThread "Launcher:/hlsapp" daemon [_thread_in_native, id=13044, stack(0x174c0000,0x17510000)]

siginfo: ExceptionCode=0xc0000005, reading address 0x0000000c

Registers:
EAX=0x00000000, EBX=0x00000000, ECX=0x00000000, EDX=0x6c35aa00
ESP=0x1750ee90, EBP=0x1a4f01a0, ESI=0x16c1bda0, EDI=0x00000001
EIP=0x18ca97c6, EFLAGS=0x00210206

Top of Stack: (sp=0x1750ee90)
0x1750ee90: 1a4f1a20 00000001 1a4f01a0 1962740b
0x1750eea0: 16c1b860 00000020 00000000 18ca9f1f
0x1750eeb0: 16c1b860 16c1bda0 16c1b860 18d0c0b6
0x1750eec0: 00000000 1973b868 1973b830 00000002
0x1750eed0: 000000c8 00000028 00000000 00000000
0x1750eee0: 18abec80 16004800 1750ef18 1a4f01a0
0x1750eef0: 16c1b860 16c1bda0 00000004 16c0c100
0x1750ef00: 16c08170 15f57c84 1750ef2c 00000000

Instructions: (pc=0x18ca97c6)
0x18ca97a6: ba 60 07 73 19 85 c9 0f 44 c2 c3 eb 0d 90 90 90
0x18ca97b6: 90 90 90 90 90 90 90 90 90 90 53 89 c3 83 ec 18
0x18ca97c6: 8b 50 0c 8b 40 04 39 c2 76 42 8b 4b 1c 85 c9 74
0x18ca97d6: 06 83 7b 4c 00 74 48 8b 43 48 85 c0 74 3c 8b 4b

Register to memory mapping:

EAX=0x00000000 is an unknown value
EBX=0x00000000 is an unknown value
ECX=0x00000000 is an unknown value
EDX=0x6c35aa00 is an unknown value
ESP=0x1750ee90 is pointing into the stack for thread: 0x16004800
EBP=0x1a4f01a0 is an unknown value
ESI=0x16c1bda0 is an unknown value
EDI=0x00000001 is an unknown value

Stack: [0x174c0000,0x17510000], sp=0x1750ee90, free space=315k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C [xuggle6182422011684092936.dll+0x1697c6]

Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j com.xuggle.xuggler.XugglerJNI.IContainer_writeHeader(JLcom/xuggle/xuggler/IContainer;)I+0
j com.xuggle.xuggler.IContainer.writeHeader()I+5
j org.red5.xuggler.writer.HLSStreamWriter.start()V+173
j org.red5.service.httpstream.SegmentFacade.initWriter()V+413
j org.red5.service.httpstream.SegmenterService.start(Ljava/lang/String;Z)Lorg/red5/service/httpstream/SegmentFacade;+116
j org.red5.service.httpstream.MuxService.start(Lorg/red5/server/api/scope/IScope;)V+96
j org.red5.hlsapp.Application.start(Lorg/red5/server/api/scope/IScope;)Z+17
j org.red5.server.scope.Scope.start()Z+90
j org.red5.server.scope.Scope$ConcurrentScopeSet.add(Lorg/red5/server/api/scope/IBasicScope;)Z+180
j org.red5.server.scope.Scope.addChildScope(Lorg/red5/server/api/scope/IBasicScope;)Z+50
j org.red5.server.scope.Scope.init()V+46
j org.red5.server.scope.WebScope.register()V+118
j org.red5.server.scope.WebScope.afterPropertiesSet()V+1
j org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(Ljava/lang/String;Ljava/lang/Object;Lorg/springframework/beans/factory/support/RootBeanDefinition;)V+109
j org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(Ljava/lang/String;Ljava/lang/Object;Lorg/springframework/beans/factory/support/RootBeanDefinition;)Ljava/lang/Object;+61
j org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(Ljava/lang/String;Lorg/springframework/beans/factory/support/RootBeanDefinition;[Ljava/lang/Object;)Ljava/lang/Object;+235
j org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(Ljava/lang/String;Lorg/springframework/beans/factory/support/RootBeanDefinition;[Ljava/lang/Object;)Ljava/lang/Object;+124
j org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject()Ljava/lang/Object;+16
j org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(Ljava/lang/String;Lorg/springframework/beans/factory/ObjectFactory;)Ljava/lang/Object;+129
j org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(Ljava/lang/String;Ljava/lang/Class;[Ljava/lang/Object;Z)Ljava/lang/Object;+375
j org.springframework.beans.factory.support.AbstractBeanFactory.getBean(Ljava/lang/String;)Ljava/lang/Object;+5
j org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons()V+248
j org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(Lorg/springframework/beans/factory/config/ConfigurableListableBeanFactory;)V+103
j org.springframework.context.support.AbstractApplicationContext.refresh()V+54
j org.red5.server.tomcat.TomcatLoader$2.run()V+309
v ~StubRoutines::call_stub

--------------- P R O C E S S ---------------

Java Threads: ( => current thread )
=>0x16004800 JavaThread "Launcher:/hlsapp" daemon [_thread_in_native, id=13044, stack(0x174c0000,0x17510000)]
0x16005000 JavaThread "DestroyJavaVM" [_thread_blocked, id=7740, stack(0x01450000,0x014a0000)]
0x16008000 JavaThread "NioSocketAcceptor-2" [_thread_in_native, id=8440, stack(0x18810000,0x18860000)]
0x16004400 JavaThread "http-nio-0.0.0.0-5080-Acceptor-0" daemon [_thread_in_native, id=8400, stack(0x187c0000,0x18810000)]
0x16005c00 JavaThread "http-nio-0.0.0.0-5080-ClientPoller-1" daemon [_thread_in_native, id=1520, stack(0x18770000,0x187c0000)]
0x16007c00 JavaThread "http-nio-0.0.0.0-5080-ClientPoller-0" daemon [_thread_in_native, id=1908, stack(0x18720000,0x18770000)]
0x16003c00 JavaThread "ContainerBackgroundProcessor[StandardEngine[red5Engine]]" daemon [_thread_blocked, id=9648, stack(0x186d0000,0x18720000)]
0x16007000 JavaThread "NioBlockingSelector.BlockPoller-1" daemon [_thread_in_native, id=7260, stack(0x17470000,0x174c0000)]
0x16006800 JavaThread "NioSocketAcceptor-1" [_thread_in_native, id=6524, stack(0x17320000,0x17370000)]
0x16005400 JavaThread "ConnectionChecker-1" [_thread_blocked, id=11932, stack(0x171d0000,0x17220000)]
0x16006000 JavaThread "net.sf.ehcache.CacheManager@19edf14" daemon [_thread_blocked, id=14312, stack(0x17180000,0x171d0000)]
0x15e97400 JavaThread "RMI RenewClean-[192.168.229.1:9998]" daemon [_thread_blocked, id=5912, stack(0x16ee0000,0x16f30000)]
0x15e96800 JavaThread "RMI Scheduler(0)" daemon [_thread_blocked, id=13944, stack(0x16e90000,0x16ee0000)]
0x15e95c00 JavaThread "GC Daemon" daemon [_thread_blocked, id=8140, stack(0x16df0000,0x16e40000)]
0x15e96c00 JavaThread "RMI Reaper" [_thread_blocked, id=11036, stack(0x16da0000,0x16df0000)]
0x15e95400 JavaThread "RMI TCP Accept-9998" daemon [_thread_in_native, id=2628, stack(0x16d50000,0x16da0000)]
0x15e91400 JavaThread "RMI TCP Accept-9999" daemon [_thread_in_native, id=13552, stack(0x16d00000,0x16d50000)]
0x15e95000 JavaThread "Red5_Scheduler_QuartzSchedulerThread" [_thread_blocked, id=13412, stack(0x16bb0000,0x16c00000)]
0x15e92400 JavaThread "Red5_Scheduler_Worker-32" [_thread_blocked, id=4932, stack(0x16b60000,0x16bb0000)]
0x15e91000 JavaThread "Red5_Scheduler_Worker-31" [_thread_blocked, id=13408, stack(0x16b10000,0x16b60000)]
0x15e93c00 JavaThread "Red5_Scheduler_Worker-30" [_thread_blocked, id=1064, stack(0x16ac0000,0x16b10000)]
0x15e94000 JavaThread "Red5_Scheduler_Worker-29" [_thread_blocked, id=9196, stack(0x16a70000,0x16ac0000)]
0x15e93000 JavaThread "Red5_Scheduler_Worker-28" [_thread_blocked, id=12552, stack(0x16a20000,0x16a70000)]
0x15e94800 JavaThread "Red5_Scheduler_Worker-27" [_thread_blocked, id=13596, stack(0x169d0000,0x16a20000)]
0x15e93400 JavaThread "Red5_Scheduler_Worker-26" [_thread_blocked, id=7388, stack(0x16980000,0x169d0000)]
0x15e90800 JavaThread "Red5_Scheduler_Worker-25" [_thread_blocked, id=4436, stack(0x16930000,0x16980000)]
0x15e92800 JavaThread "Red5_Scheduler_Worker-24" [_thread_blocked, id=4692, stack(0x168e0000,0x16930000)]
0x15e91c00 JavaThread "Red5_Scheduler_Worker-23" [_thread_blocked, id=11408, stack(0x16890000,0x168e0000)]
0x15e90400 JavaThread "Red5_Scheduler_Worker-22" [_thread_blocked, id=11504, stack(0x16840000,0x16890000)]
0x15e7c000 JavaThread "Red5_Scheduler_Worker-21" [_thread_blocked, id=9824, stack(0x167f0000,0x16840000)]
0x15e7b400 JavaThread "Red5_Scheduler_Worker-20" [_thread_blocked, id=10948, stack(0x167a0000,0x167f0000)]
0x15e7d000 JavaThread "Red5_Scheduler_Worker-19" [_thread_blocked, id=13404, stack(0x16750000,0x167a0000)]
0x15e7c800 JavaThread "Red5_Scheduler_Worker-18" [_thread_blocked, id=3892, stack(0x16700000,0x16750000)]
0x15e7b000 JavaThread "Red5_Scheduler_Worker-17" [_thread_blocked, id=13324, stack(0x166b0000,0x16700000)]
0x15e7bc00 JavaThread "Red5_Scheduler_Worker-16" [_thread_blocked, id=7048, stack(0x16660000,0x166b0000)]
0x15e7a800 JavaThread "Red5_Scheduler_Worker-15" [_thread_blocked, id=2984, stack(0x16610000,0x16660000)]
0x15e7a400 JavaThread "Red5_Scheduler_Worker-14" [_thread_blocked, id=12648, stack(0x165c0000,0x16610000)]
0x15e7dc00 JavaThread "Red5_Scheduler_Worker-13" [_thread_blocked, id=3080, stack(0x159a0000,0x159f0000)]
0x15e7d400 JavaThread "Red5_Scheduler_Worker-12" [_thread_blocked, id=7684, stack(0x15950000,0x159a0000)]
0x15e79c00 JavaThread "Red5_Scheduler_Worker-11" [_thread_blocked, id=9240, stack(0x15900000,0x15950000)]
0x15e1f000 JavaThread "Red5_Scheduler_Worker-10" [_thread_blocked, id=13648, stack(0x158b0000,0x15900000)]
0x15e1e800 JavaThread "Red5_Scheduler_Worker-9" [_thread_blocked, id=9844, stack(0x157b0000,0x15800000)]
0x15e1e400 JavaThread "Red5_Scheduler_Worker-8" [_thread_blocked, id=7436, stack(0x15760000,0x157b0000)]
0x15e1dc00 JavaThread "Red5_Scheduler_Worker-7" [_thread_blocked, id=8824, stack(0x15710000,0x15760000)]
0x15e1d800 JavaThread "Red5_Scheduler_Worker-6" [_thread_blocked, id=13172, stack(0x156c0000,0x15710000)]
0x15e09c00 JavaThread "Red5_Scheduler_Worker-5" [_thread_blocked, id=12484, stack(0x15670000,0x156c0000)]
0x15e09400 JavaThread "Red5_Scheduler_Worker-4" [_thread_blocked, id=10192, stack(0x15620000,0x15670000)]
0x15dfe400 JavaThread "Red5_Scheduler_Worker-3" [_thread_blocked, id=5288, stack(0x155d0000,0x15620000)]
0x15e24800 JavaThread "Red5_Scheduler_Worker-2" [_thread_blocked, id=6516, stack(0x15580000,0x155d0000)]
0x15246000 JavaThread "Red5_Scheduler_Worker-1" [_thread_blocked, id=7056, stack(0x15530000,0x15580000)]
0x019c3400 JavaThread "Service Thread" daemon [_thread_blocked, id=5016, stack(0x13d40000,0x13d90000)]
0x019b0000 JavaThread "C1 CompilerThread0" daemon [_thread_blocked, id=2676, stack(0x13cf0000,0x13d40000)]
0x0199b400 JavaThread "Attach Listener" daemon [_thread_blocked, id=7076, stack(0x13ca0000,0x13cf0000)]
0x0199a800 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=12248, stack(0x13c50000,0x13ca0000)]
0x0191f400 JavaThread "Finalizer" daemon [_thread_blocked, id=12888, stack(0x13c00000,0x13c50000)]
0x01919800 JavaThread "Reference Handler" daemon [_thread_blocked, id=3020, stack(0x03ba0000,0x03bf0000)]

Other Threads:
0x01917400 VMThread [stack: 0x03b50000,0x03ba0000] [id=9236]
0x019cbc00 WatcherThread [stack: 0x13f90000,0x13fe0000] [id=10636]

VM state:not at safepoint (normal execution)

VM Mutex/Monitor currently owned by a thread: None

Heap:
par new generation total 22016K, used 5904K [0x03c00000, 0x053e0000, 0x09150000)
eden space 19584K, 26% used [0x03c00000, 0x041138a0, 0x04f20000)
from space 2432K, 29% used [0x05180000, 0x05230a58, 0x053e0000)
to space 2432K, 0% used [0x04f20000, 0x04f20000, 0x05180000)
tenured generation total 48472K, used 35640K [0x09150000, 0x0c0a6000, 0x13c00000)
the space 48472K, 73% used [0x09150000, 0x0b41e2f0, 0x0b41e400, 0x0c0a6000)
Metaspace used 12173K, capacity 12351K, committed 12544K, reserved 12672K

Card table byte_map: [0x03a60000,0x03af0000] byte_map_base: 0x03a42000

Polling page: 0x014a0000

CodeCache: size=32768Kb used=3540Kb max_used=3540Kb free=29227Kb
bounds [0x01a10000, 0x02210000, 0x03a10000]
total_blobs=1803 nmethods=1574 adapters=159
compilation: enabled

Compilation events (10 events):
Event: 66.684 Thread 0x019b0000 1614 java.util.LinkedList::checkPositionIndex (22 bytes)
Event: 66.684 Thread 0x019b0000 nmethod 1614 0x01d83108 code [0x01d83250, 0x01d83528]
Event: 66.685 Thread 0x019b0000 1615 java.util.LinkedList::isPositionIndex (18 bytes)
Event: 66.685 Thread 0x019b0000 nmethod 1615 0x01d837c8 code [0x01d838c0, 0x01d83970]
Event: 66.700 Thread 0x019b0000 1616 java.util.regex.Pattern$Single::isSatisfiedBy (14 bytes)
Event: 66.701 Thread 0x019b0000 nmethod 1616 0x01d839c8 code [0x01d83ac0, 0x01d83b50]
Event: 66.739 Thread 0x019b0000 1617 sun.net.www.protocol.jar.URLJarFile::finalize (5 bytes)
Event: 66.740 Thread 0x019b0000 nmethod 1617 0x01d83b88 code [0x01d83ca0, 0x01d83d88]
Event: 66.921 Thread 0x019b0000 1618 java.io.FileOutputStream::write (12 bytes)
Event: 66.921 Thread 0x019b0000 nmethod 1618 0x01d84108 code [0x01d84200, 0x01d842ac]

GC Heap History (10 events):
Event: 66.385 GC heap before
{Heap before GC invocations=543 (full 18):
par new generation total 22016K, used 22015K [0x03c00000, 0x053e0000, 0x09150000)
eden space 19584K, 100% used [0x03c00000, 0x04f20000, 0x04f20000)
from space 2432K, 99% used [0x04f20000, 0x0517fff8, 0x05180000)
to space 2432K, 0% used [0x05180000, 0x05180000, 0x053e0000)
tenured generation total 48472K, used 34651K [0x09150000, 0x0c0a6000, 0x13c00000)
the space 48472K, 71% used [0x09150000, 0x0b326d28, 0x0b326e00, 0x0c0a6000)
Metaspace used 11742K, capacity 11894K, committed 12032K, reserved 12672K
Event: 66.389 GC heap after
Heap after GC invocations=544 (full 18):
par new generation total 22016K, used 1926K [0x03c00000, 0x053e0000, 0x09150000)
eden space 19584K, 0% used [0x03c00000, 0x03c00000, 0x04f20000)
from space 2432K, 79% used [0x05180000, 0x05361b90, 0x053e0000)
to space 2432K, 0% used [0x04f20000, 0x04f20000, 0x05180000)
tenured generation total 48472K, used 34834K [0x09150000, 0x0c0a6000, 0x13c00000)
the space 48472K, 71% used [0x09150000, 0x0b354aa8, 0x0b354c00, 0x0c0a6000)
Metaspace used 11742K, capacity 11894K, committed 12032K, reserved 12672K
}
Event: 66.454 GC heap before
{Heap before GC invocations=544 (full 18):
par new generation total 22016K, used 21510K [0x03c00000, 0x053e0000, 0x09150000)
eden space 19584K, 100% used [0x03c00000, 0x04f20000, 0x04f20000)
from space 2432K, 79% used [0x05180000, 0x05361b90, 0x053e0000)
to space 2432K, 0% used [0x04f20000, 0x04f20000, 0x05180000)
tenured generation total 48472K, used 34834K [0x09150000, 0x0c0a6000, 0x13c00000)
the space 48472K, 71% used [0x09150000, 0x0b354aa8, 0x0b354c00, 0x0c0a6000)
Metaspace used 11742K, capacity 11894K, committed 12032K, reserved 12672K
Event: 66.458 GC heap after
Heap after GC invocations=545 (full 18):
par new generation total 22016K, used 2432K [0x03c00000, 0x053e0000, 0x09150000)
eden space 19584K, 0% used [0x03c00000, 0x03c00000, 0x04f20000)
from space 2432K, 100% used [0x04f20000, 0x05180000, 0x05180000)
to space 2432K, 0% used [0x05180000, 0x05180000, 0x053e0000)
tenured generation total 48472K, used 35554K [0x09150000, 0x0c0a6000, 0x13c00000)
the space 48472K, 73% used [0x09150000, 0x0b4089d8, 0x0b408a00, 0x0c0a6000)
Metaspace used 11742K, capacity 11894K, committed 12032K, reserved 12672K
}
Event: 66.531 GC heap before
{Heap before GC invocations=545 (full 18):
par new generation total 22016K, used 22016K [0x03c00000, 0x053e0000, 0x09150000)
eden space 19584K, 100% used [0x03c00000, 0x04f20000, 0x04f20000)
from space 2432K, 100% used [0x04f20000, 0x05180000, 0x05180000)
to space 2432K, 0% used [0x05180000, 0x05180000, 0x053e0000)
tenured generation total 48472K, used 35554K [0x09150000, 0x0c0a6000, 0x13c00000)
the space 48472K, 73% used [0x09150000, 0x0b4089d8, 0x0b408a00, 0x0c0a6000)
Metaspace used 11742K, capacity 11894K, committed 12032K, reserved 12672K
Event: 66.533 GC heap after
Heap after GC invocations=546 (full 18):
par new generation total 22016K, used 305K [0x03c00000, 0x053e0000, 0x09150000)
eden space 19584K, 0% used [0x03c00000, 0x03c00000, 0x04f20000)
from space 2432K, 12% used [0x05180000, 0x051cc490, 0x053e0000)
to space 2432K, 0% used [0x04f20000, 0x04f20000, 0x05180000)
tenured generation total 48472K, used 35640K [0x09150000, 0x0c0a6000, 0x13c00000)
the space 48472K, 73% used [0x09150000, 0x0b41e2f0, 0x0b41e400, 0x0c0a6000)
Metaspace used 11742K, capacity 11894K, committed 12032K, reserved 12672K
}
Event: 66.607 GC heap before
{Heap before GC invocations=546 (full 18):
par new generation total 22016K, used 19889K [0x03c00000, 0x053e0000, 0x09150000)
eden space 19584K, 100% used [0x03c00000, 0x04f20000, 0x04f20000)
from space 2432K, 12% used [0x05180000, 0x051cc490, 0x053e0000)
to space 2432K, 0% used [0x04f20000, 0x04f20000, 0x05180000)
tenured generation total 48472K, used 35640K [0x09150000, 0x0c0a6000, 0x13c00000)
the space 48472K, 73% used [0x09150000, 0x0b41e2f0, 0x0b41e400, 0x0c0a6000)
Metaspace used 11756K, capacity 11926K, committed 12032K, reserved 12672K
Event: 66.608 GC heap after
Heap after GC invocations=547 (full 18):
par new generation total 22016K, used 205K [0x03c00000, 0x053e0000, 0x09150000)
eden space 19584K, 0% used [0x03c00000, 0x03c00000, 0x04f20000)
from space 2432K, 8% used [0x04f20000, 0x04f534c8, 0x05180000)
to space 2432K, 0% used [0x05180000, 0x05180000, 0x053e0000)
tenured generation total 48472K, used 35640K [0x09150000, 0x0c0a6000, 0x13c00000)
the space 48472K, 73% used [0x09150000, 0x0b41e2f0, 0x0b41e400, 0x0c0a6000)
Metaspace used 11756K, capacity 11926K, committed 12032K, reserved 12672K
}
Event: 66.735 GC heap before
{Heap before GC invocations=547 (full 18):
par new generation total 22016K, used 19789K [0x03c00000, 0x053e0000, 0x09150000)
eden space 19584K, 100% used [0x03c00000, 0x04f20000, 0x04f20000)
from space 2432K, 8% used [0x04f20000, 0x04f534c8, 0x05180000)
to space 2432K, 0% used [0x05180000, 0x05180000, 0x053e0000)
tenured generation total 48472K, used 35640K [0x09150000, 0x0c0a6000, 0x13c00000)
the space 48472K, 73% used [0x09150000, 0x0b41e2f0, 0x0b41e400, 0x0c0a6000)
Metaspace used 11848K, capacity 12031K, committed 12160K, reserved 12672K
Event: 66.738 GC heap after
Heap after GC invocations=548 (full 18):
par new generation total 22016K, used 706K [0x03c00000, 0x053e0000, 0x09150000)
eden space 19584K, 0% used [0x03c00000, 0x03c00000, 0x04f20000)
from space 2432K, 29% used [0x05180000, 0x05230a58, 0x053e0000)
to space 2432K, 0% used [0x04f20000, 0x04f20000, 0x05180000)
tenured generation total 48472K, used 35640K [0x09150000, 0x0c0a6000, 0x13c00000)
the space 48472K, 73% used [0x09150000, 0x0b41e2f0, 0x0b41e400, 0x0c0a6000)
Metaspace used 11848K, capacity 12031K, committed 12160K, reserved 12672K
}

Deoptimization events (0 events):
No events

Internal exceptions (10 events):
Event: 76.828 Thread 0x16004800 Exception <a 'java/security/PrivilegedActionException'> (0x04079d70) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u31\2394\hotspot\src\share\vm\prims\jvm.cpp, line 1312]
Event: 76.828 Thread 0x16004800 Exception <a 'java/security/PrivilegedActionException'> (0x0407b1a0) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u31\2394\hotspot\src\share\vm\prims\jvm.cpp, line 1312]
Event: 76.829 Thread 0x16004800 Exception <a 'java/security/PrivilegedActionException'> (0x04086d50) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u31\2394\hotspot\src\share\vm\prims\jvm.cpp, line 1312]
Event: 76.829 Thread 0x16004800 Exception <a 'java/security/PrivilegedActionException'> (0x040884d8) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u31\2394\hotspot\src\share\vm\prims\jvm.cpp, line 1312]
Event: 76.831 Thread 0x16004800 Exception <a 'java/security/PrivilegedActionException'> (0x04094d78) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u31\2394\hotspot\src\share\vm\prims\jvm.cpp, line 1312]
Event: 76.831 Thread 0x16004800 Exception <a 'java/security/PrivilegedActionException'> (0x04095e60) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u31\2394\hotspot\src\share\vm\prims\jvm.cpp, line 1312]
Event: 76.832 Thread 0x16004800 Exception <a 'java/security/PrivilegedActionException'> (0x040a0d30) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u31\2394\hotspot\src\share\vm\prims\jvm.cpp, line 1312]
Event: 76.833 Thread 0x16004800 Exception <a 'java/security/PrivilegedActionException'> (0x040a2128) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u31\2394\hotspot\src\share\vm\prims\jvm.cpp, line 1312]
Event: 76.836 Thread 0x16004800 Exception <a 'java/security/PrivilegedActionException'> (0x040baa08) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u31\2394\hotspot\src\share\vm\prims\jvm.cpp, line 1312]
Event: 76.836 Thread 0x16004800 Exception <a 'java/security/PrivilegedActionException'> (0x040bb9e8) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u31\2394\hotspot\src\share\vm\prims\jvm.cpp, line 1312]

Events (10 events):
Event: 76.828 loading class com/xuggle/xuggler/IStreamCoder$CodecStandardsCompliance
Event: 76.828 loading class com/xuggle/xuggler/IStreamCoder$CodecStandardsCompliance done
Event: 76.829 loading class com/xuggle/xuggler/IStreamCoder$CodecStandardsCompliance$SwigNext
Event: 76.829 loading class com/xuggle/xuggler/IStreamCoder$CodecStandardsCompliance$SwigNext done
Event: 76.831 loading class com/xuggle/xuggler/IStreamCoder$Flags
Event: 76.831 loading class com/xuggle/xuggler/IStreamCoder$Flags done
Event: 76.832 loading class com/xuggle/xuggler/IStreamCoder$Flags$SwigNext
Event: 76.832 loading class com/xuggle/xuggler/IStreamCoder$Flags$SwigNext done
Event: 76.836 loading class com/xuggle/xuggler/Configuration
Event: 76.836 loading class com/xuggle/xuggler/Configuration done

Dynamic libraries:
0x00060000 - 0x00090000 E:\Program Files\Java\jdk1.8.0_31\bin\java.exe
0x77130000 - 0x77294000 C:\Windows\SYSTEM32\ntdll.dll
0x76ea0000 - 0x76f98000 C:\Windows\system32\KERNEL32.DLL
0x74ce0000 - 0x74db1000 C:\Windows\system32\KERNELBASE.dll
0x73c00000 - 0x73c9a000 C:\Windows\system32\apphelp.dll
0x78fb0000 - 0x79202000 C:\Windows\AppPatch\AcGenral.DLL
0x76ae0000 - 0x76b9e000 C:\Windows\system32\msvcrt.dll
0x764d0000 - 0x7650e000 C:\Windows\SYSTEM32\sechost.dll
0x749c0000 - 0x749e2000 C:\Windows\SYSTEM32\SspiCli.dll
0x75240000 - 0x75281000 C:\Windows\system32\SHLWAPI.dll
0x73cb0000 - 0x73d92000 C:\Windows\SYSTEM32\UxTheme.dll
0x76780000 - 0x768cb000 C:\Windows\system32\USER32.dll
0x76fa0000 - 0x770a9000 C:\Windows\system32\GDI32.dll
0x70e70000 - 0x70e90000 C:\Windows\SYSTEM32\WINMM.dll
0x70d80000 - 0x70d92000 C:\Windows\SYSTEM32\samcli.dll
0x765a0000 - 0x766ab000 C:\Windows\system32\ole32.dll
0x768d0000 - 0x76957000 C:\Windows\system32\OLEAUT32.dll
0x5f9d0000 - 0x5f9e5000 C:\Windows\SYSTEM32\MSACM32.dll
0x71af0000 - 0x71af8000 C:\Windows\SYSTEM32\VERSION.dll
0x75290000 - 0x76434000 C:\Windows\system32\SHELL32.dll
0x743c0000 - 0x743d9000 C:\Windows\SYSTEM32\USERENV.dll
0x73620000 - 0x73639000 C:\Windows\SYSTEM32\dwmapi.dll
0x6f9b0000 - 0x6fad1000 C:\Windows\SYSTEM32\urlmon.dll
0x766b0000 - 0x76727000 C:\Windows\system32\ADVAPI32.dll
0x6f950000 - 0x6f9ae000 C:\Windows\SYSTEM32\WINSPOOL.DRV
0x6f930000 - 0x6f944000 C:\Windows\SYSTEM32\MPR.dll
0x76970000 - 0x76a34000 C:\Windows\system32\RPCRT4.dll
0x76ba0000 - 0x76cee000 C:\Windows\SYSTEM32\combase.dll
0x70e20000 - 0x70e40000 C:\Windows\SYSTEM32\WINMMBASE.dll
0x74b90000 - 0x74b9e000 C:\Windows\SYSTEM32\profapi.dll
0x6f6b0000 - 0x6f8c5000 C:\Windows\SYSTEM32\iertutil.dll
0x6f440000 - 0x6f604000 C:\Windows\SYSTEM32\WININET.dll
0x74c10000 - 0x74c4a000 C:\Windows\SYSTEM32\cfgmgr32.dll
0x72650000 - 0x7266f000 C:\Windows\SYSTEM32\DEVOBJ.dll
0x770b0000 - 0x77127000 C:\Windows\system32\SHCORE.DLL
0x76a40000 - 0x76a65000 C:\Windows\system32\IMM32.DLL
0x75120000 - 0x75217000 C:\Windows\system32\MSCTF.dll
0x730c0000 - 0x732a5000 C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.9600.16384_none_a9f4965301334e09\COMCTL32.dll
0x789f0000 - 0x78aaf000 E:\Program Files\Java\jdk1.8.0_31\bin\msvcr100.dll
0x6c290000 - 0x6c634000 E:\Program Files\Java\jdk1.8.0_31\bin\client\jvm.dll
0x6f400000 - 0x6f408000 C:\Windows\SYSTEM32\WSOCK32.dll
0x76960000 - 0x76966000 C:\Windows\system32\PSAPI.DLL
0x76730000 - 0x7677d000 C:\Windows\system32\WS2_32.dll
0x76ad0000 - 0x76ad7000 C:\Windows\system32\NSI.dll
0x5f990000 - 0x5f99c000 E:\Program Files\Java\jdk1.8.0_31\bin\verify.dll
0x58920000 - 0x58941000 E:\Program Files\Java\jdk1.8.0_31\bin\java.dll
0x5b8b0000 - 0x5b8c3000 E:\Program Files\Java\jdk1.8.0_31\bin\zip.dll
0x58890000 - 0x588a5000 E:\Program Files\Java\jdk1.8.0_31\bin\net.dll
0x745a0000 - 0x745e5000 C:\Windows\system32\mswsock.dll
0x6fd10000 - 0x6fd20000 C:\Windows\system32\napinsp.dll
0x6fc30000 - 0x6fc44000 C:\Windows\system32\pnrpnsp.dll
0x71eb0000 - 0x71ec2000 C:\Windows\system32\NLAapi.dll
0x74410000 - 0x7448c000 C:\Windows\SYSTEM32\DNSAPI.dll
0x6fd50000 - 0x6fd59000 C:\Windows\System32\winrnr.dll
0x6fba0000 - 0x6fba7000 C:\Windows\System32\rasadhlp.dll
0x71490000 - 0x714ae000 C:\Windows\SYSTEM32\IPHLPAPI.DLL
0x71380000 - 0x71388000 C:\Windows\SYSTEM32\WINNSI.DLL
0x70f40000 - 0x70f84000 C:\Windows\System32\fwpuclnt.dll
0x72720000 - 0x7272a000 E:\Program Files\Java\jdk1.8.0_31\bin\management.dll
0x745f0000 - 0x74608000 C:\Windows\SYSTEM32\CRYPTSP.dll
0x74280000 - 0x742af000 C:\Windows\system32\rsaenh.dll
0x747c0000 - 0x747df000 C:\Windows\SYSTEM32\bcrypt.dll
0x749f0000 - 0x74a41000 C:\Windows\system32\bcryptprimitives.dll
0x74a50000 - 0x74a59000 C:\Windows\SYSTEM32\CRYPTBASE.dll
0x70e40000 - 0x70e52000 C:\Windows\SYSTEM32\dhcpcsvc6.DLL
0x70e00000 - 0x70e13000 C:\Windows\SYSTEM32\dhcpcsvc.DLL
0x5f140000 - 0x5f14f000 E:\Program Files\Java\jdk1.8.0_31\bin\nio.dll
0x18b40000 - 0x1a10f000 C:\Users\luheng\AppData\Local\Temp\xuggle\xuggle6182422011684092936.dll
0x6d970000 - 0x6d984000 C:\Windows\SYSTEM32\AVICAP32.DLL
0x69e70000 - 0x69e92000 C:\Windows\SYSTEM32\MSVFW32.dll
0x60b40000 - 0x60c88000 C:\Windows\SYSTEM32\dbghelp.dll

VM Arguments:
jvm_args: -Dlogback.ContextSelector=org.red5.logging.LoggingContextSelector -Dcatalina.useNaming=true -Djava.security.debug=failure -Xverify:none -XX:+TieredCompilation -XX:+UseBiasedLocking -XX:+UseStringCache -XX:+UseParNewGC -XX:InitialCodeCacheSize=8m -XX:ReservedCodeCacheSize=32m -Dorg.terracotta.quartz.skipUpdateCheck=true -Dpython.home=lib
java_command: org.red5.server.Bootstrap
java_class_path (initial): E:\Red5\red5-service.jar;E:\Red5\conf;
Launcher Type: SUN_STANDARD

Environment Variables:
JAVA_HOME=E:\Program Files\Java\jdk1.8.0_31
PATH=C:\ProgramData\Oracle\Java\javapath;C:\ODac_Client\product;C:\ODac_Client\product\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0;C:\Program Files\Windows Kits\8.1\Windows Performance Toolkit;C:\Program Files\Microsoft SQL Server\110\Tools\Binn;C:\Program Files\Microsoft SDKs\TypeScript\1.0;C:\Program Files\TortoiseGit\bin;E:\Program Files\Redis\Redis;E:\Program Files\Java\jdk1.8.0_31\bin;E:\Program Files\GtkSharp\2.12\bin;C:\Program Files\Microsoft SDKs\TypeScript\1.4;E:\Program Files\maven\bin;E:\Program Files\ffmpeg\bin;%ANT_HOME%\bin;E:\Program Files\IDM Computer Solutions\UltraEdit;C:\Users\luheng\AppData\Local\Code\bin
USERNAME=luheng
OS=Windows_NT
PROCESSOR_IDENTIFIER=x86 Family 6 Model 23 Stepping 10, GenuineIntel

--------------- S Y S T E M ---------------

OS: Windows 8.1 Build 9600

CPU:total 2 (2 cores per cpu, 1 threads per core) family 6 model 23 stepping 10, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, tsc

Memory: 4k page, physical 3397876k(246828k free), swap 8844896k(2380656k free)

vm_info: Java HotSpot(TM) Client VM (25.31-b07) for windows-x86 JRE (1.8.0_31-b13), built on Dec 17 2014 20:46:12 by "java_re" with MS VC++ 10.0 (VS2010)

time: Fri May 08 13:45:52 2015
elapsed time: 77 seconds (0d 0h 1m 17s)

Cannot cast from Object to int

there is a compile error in MuxService.java

if (scope.hasAttribute("outputSampleRate")) {
outputSampleRate = (int) scope.getAttribute("outputSampleRate");
}
Cannot cast from Object to int

Xuggle unable to close container

When a stream ends the following exception is thrown:

[ERROR] [SegmentExecutor-4] org.springframework.scheduling.support.TaskUtils$LoggingErrorHandler - Unexpected error occurred in scheduled task.
java.lang.RuntimeException: error Interrupted system call, failed close IContainer com.xuggle.xuggler.IContainer@-459364864[url:null;type:READ;format:com.xuggle.xuggler.IContainerFormat@-1342175040[];] for redfivempegts:02033a25-76d7-41c1-849d-26ec9586f0d5--5b2f623d-714f-4b1f-9727-12705d229802
at org.red5.xuggler.writer.HLSStreamWriter.close(HLSStreamWriter.java:605) ~[hls-plugin-1.1.jar:na]
at org.red5.service.httpstream.SegmentFacade$QueueWorker.run(SegmentFacade.java:625) ~[hls-plugin-1.1.jar:na]
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:53) ~[spring-context-3.1.4.RELEASE.jar:3.1.4.RELEASE]
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) ~[na:1.7.0_25]
at java.util.concurrent.FutureTask$Sync.innerRunAndReset(FutureTask.java:351) ~[na:1.7.0_25]
at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:178) ~[na:1.7.0_25]
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:178) ~[na:1.7.0_25]
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) ~[na:1.7.0_25]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) ~[na:1.7.0_25]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) ~[na:1.7.0_25]
at java.lang.Thread.run(Thread.java:724) ~[na:1.7.0_25]

Kodjo

the build fails

Downloading: http://red5.googlecode.com/svn/repository/org/red5/red5-server/1.0.2-SNAPSHOT/red5-server-1.0.2-SNAPSHOT.pom
22K downloaded (red5-server-1.0.2-SNAPSHOT.pom)
[WARNING] *** CHECKSUM FAILED - Error retrieving checksum file for org/red5/red5-server/1.0.2-SNAPSHOT/red5-server-1.0.2-SNAPSHOT.pom - IGNORING
Downloading: http://red5.googlecode.com/svn/repository/org/jboss/spec/javax/servlet/jboss-servlet-api_3.0_spec/1.0.1.Final/jboss-servlet-api_3.0_spec-1.0.1.Final.pom
[INFO] Unable to find resource 'org.jboss.spec.javax.servlet:jboss-servlet-api_3.0_spec:pom:1.0.1.Final' in repository Red5 (http://red5.googlecode.com/svn/repository)
Downloading: http://xuggle.googlecode.com/svn/trunk/repo/share/java//org/jboss/spec/javax/servlet/jboss-servlet-api_3.0_spec/1.0.1.Final/jboss-servlet-api_3.0_spec-1.0.1.Final.pom
[INFO] Unable to find resource 'org.jboss.spec.javax.servlet:jboss-servlet-api_3.0_spec:pom:1.0.1.Final' in repository Xuggle (http://xuggle.googlecode.com/svn/trunk/repo/share/java/)
Downloading: http://repo1.maven.org/maven2/org/jboss/spec/javax/servlet/jboss-servlet-api_3.0_spec/1.0.1.Final/jboss-servlet-api_3.0_spec-1.0.1.Final.pom
4K downloaded (jboss-servlet-api_3.0_spec-1.0.1.Final.pom)
Downloading: http://red5.googlecode.com/svn/repository/org/bouncycastle/bcprov-jdk15on/1.47/bcprov-jdk15on-1.47.pom
[INFO] Unable to find resource 'org.bouncycastle:bcprov-jdk15on:pom:1.47' in repository Red5 (http://red5.googlecode.com/svn/repository)
Downloading: http://xuggle.googlecode.com/svn/trunk/repo/share/java//org/bouncycastle/bcprov-jdk15on/1.47/bcprov-jdk15on-1.47.pom
[INFO] Unable to find resource 'org.bouncycastle:bcprov-jdk15on:pom:1.47' in repository Xuggle (http://xuggle.googlecode.com/svn/trunk/repo/share/java/)
Downloading: http://repo1.maven.org/maven2/org/bouncycastle/bcprov-jdk15on/1.47/bcprov-jdk15on-1.47.pom
832b downloaded (bcprov-jdk15on-1.47.pom)
Downloading: http://red5.googlecode.com/svn/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.pom
[INFO] Unable to find resource 'org.slf4j:slf4j-api:pom:1.7.5' in repository Red5 (http://red5.googlecode.com/svn/repository)
Downloading: http://xuggle.googlecode.com/svn/trunk/repo/share/java//org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.pom
[INFO] Unable to find resource 'org.slf4j:slf4j-api:pom:1.7.5' in repository Xuggle (http://xuggle.googlecode.com/svn/trunk/repo/share/java/)
Downloading: http://repo1.maven.org/maven2/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.pom
2K downloaded (slf4j-api-1.7.5.pom)
Downloading: http://red5.googlecode.com/svn/repository/org/slf4j/slf4j-parent/1.7.5/slf4j-parent-1.7.5.pom
[INFO] Unable to find resource 'org.slf4j:slf4j-parent:pom:1.7.5' in repository Red5 (http://red5.googlecode.com/svn/repository)
Downloading: http://xuggle.googlecode.com/svn/trunk/repo/share/java//org/slf4j/slf4j-parent/1.7.5/slf4j-parent-1.7.5.pom
[INFO] Unable to find resource 'org.slf4j:slf4j-parent:pom:1.7.5' in repository Xuggle (http://xuggle.googlecode.com/svn/trunk/repo/share/java/)
Downloading: http://repo1.maven.org/maven2/org/slf4j/slf4j-parent/1.7.5/slf4j-parent-1.7.5.pom
11K downloaded (slf4j-parent-1.7.5.pom)
Downloading: http://red5.googlecode.com/svn/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.pom
[INFO] Unable to find resource 'org.slf4j:jcl-over-slf4j:pom:1.7.5' in repository Red5 (http://red5.googlecode.com/svn/repository)
Downloading: http://xuggle.googlecode.com/svn/trunk/repo/share/java//org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.pom
[INFO] Unable to find resource 'org.slf4j:jcl-over-slf4j:pom:1.7.5' in repository Xuggle (http://xuggle.googlecode.com/svn/trunk/repo/share/java/)
Downloading: http://repo1.maven.org/maven2/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.pom
1K downloaded (jcl-over-slf4j-1.7.5.pom)
Downloading: http://red5.googlecode.com/svn/repository/org/slf4j/jul-to-slf4j/1.7.5/jul-to-slf4j-1.7.5.pom
[INFO] Unable to find resource 'org.slf4j:jul-to-slf4j:pom:1.7.5' in repository Red5 (http://red5.googlecode.com/svn/repository)
Downloading: http://xuggle.googlecode.com/svn/trunk/repo/share/java//org/slf4j/jul-to-slf4j/1.7.5/jul-to-slf4j-1.7.5.pom
[INFO] Unable to find resource 'org.slf4j:jul-to-slf4j:pom:1.7.5' in repository Xuggle (http://xuggle.googlecode.com/svn/trunk/repo/share/java/)
Downloading: http://repo1.maven.org/maven2/org/slf4j/jul-to-slf4j/1.7.5/jul-to-slf4j-1.7.5.pom
1K downloaded (jul-to-slf4j-1.7.5.pom)
Downloading: http://red5.googlecode.com/svn/repository/org/slf4j/log4j-over-slf4j/1.7.5/log4j-over-slf4j-1.7.5.pom
[INFO] Unable to find resource 'org.slf4j:log4j-over-slf4j:pom:1.7.5' in repository Red5 (http://red5.googlecode.com/svn/repository)
Downloading: http://xuggle.googlecode.com/svn/trunk/repo/share/java//org/slf4j/log4j-over-slf4j/1.7.5/log4j-over-slf4j-1.7.5.pom
[INFO] Unable to find resource 'org.slf4j:log4j-over-slf4j:pom:1.7.5' in repository Xuggle (http://xuggle.googlecode.com/svn/trunk/repo/share/java/)
Downloading: http://repo1.maven.org/maven2/org/slf4j/log4j-over-slf4j/1.7.5/log4j-over-slf4j-1.7.5.pom
1K downloaded (log4j-over-slf4j-1.7.5.pom)
Downloading: http://red5.googlecode.com/svn/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.pom
[INFO] Unable to find resource 'ch.qos.logback:logback-core:pom:1.0.13' in repository Red5 (http://red5.googlecode.com/svn/repository)
Downloading: http://xuggle.googlecode.com/svn/trunk/repo/share/java//ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.pom
[INFO] Unable to find resource 'ch.qos.logback:logback-core:pom:1.0.13' in repository Xuggle (http://xuggle.googlecode.com/svn/trunk/repo/share/java/)
Downloading: http://repo1.maven.org/maven2/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.pom
4K downloaded (logback-core-1.0.13.pom)
Downloading: http://red5.googlecode.com/svn/repository/ch/qos/logback/logback-parent/1.0.13/logback-parent-1.0.13.pom
[INFO] Unable to find resource 'ch.qos.logback:logback-parent:pom:1.0.13' in repository Red5 (http://red5.googlecode.com/svn/repository)
Downloading: http://xuggle.googlecode.com/svn/trunk/repo/share/java//ch/qos/logback/logback-parent/1.0.13/logback-parent-1.0.13.pom
[INFO] Unable to find resource 'ch.qos.logback:logback-parent:pom:1.0.13' in repository Xuggle (http://xuggle.googlecode.com/svn/trunk/repo/share/java/)
Downloading: http://repo1.maven.org/maven2/ch/qos/logback/logback-parent/1.0.13/logback-parent-1.0.13.pom
14K downloaded (logback-parent-1.0.13.pom)
Downloading: http://red5.googlecode.com/svn/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.pom
[INFO] Unable to find resource 'ch.qos.logback:logback-classic:pom:1.0.13' in repository Red5 (http://red5.googlecode.com/svn/repository)
Downloading: http://xuggle.googlecode.com/svn/trunk/repo/share/java//ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.pom
[INFO] Unable to find resource 'ch.qos.logback:logback-classic:pom:1.0.13' in repository Xuggle (http://xuggle.googlecode.com/svn/trunk/repo/share/java/)
Downloading: http://repo1.maven.org/maven2/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.pom
11K downloaded (logback-classic-1.0.13.pom)
Downloading: http://red5.googlecode.com/svn/repository/org/apache/mina/mina-core/2.0.7/mina-core-2.0.7.pom
[INFO] Unable to find resource 'org.apache.mina:mina-core:pom:2.0.7' in repository Red5 (http://red5.googlecode.com/svn/repository)
Downloading: http://xuggle.googlecode.com/svn/trunk/repo/share/java//org/apache/mina/mina-core/2.0.7/mina-core-2.0.7.pom
[INFO] Unable to find resource 'org.apache.mina:mina-core:pom:2.0.7' in repository Xuggle (http://xuggle.googlecode.com/svn/trunk/repo/share/java/)
Downloading: http://repo1.maven.org/maven2/org/apache/mina/mina-core/2.0.7/mina-core-2.0.7.pom
1K downloaded (mina-core-2.0.7.pom)
Downloading: http://red5.googlecode.com/svn/repository/org/apache/mina/mina-parent/2.0.7/mina-parent-2.0.7.pom
[INFO] Unable to find resource 'org.apache.mina:mina-parent:pom:2.0.7' in repository Red5 (http://red5.googlecode.com/svn/repository)
Downloading: http://xuggle.googlecode.com/svn/trunk/repo/share/java//org/apache/mina/mina-parent/2.0.7/mina-parent-2.0.7.pom
[INFO] Unable to find resource 'org.apache.mina:mina-parent:pom:2.0.7' in repository Xuggle (http://xuggle.googlecode.com/svn/trunk/repo/share/java/)
Downloading: http://repo1.maven.org/maven2/org/apache/mina/mina-parent/2.0.7/mina-parent-2.0.7.pom
29K downloaded (mina-parent-2.0.7.pom)
Downloading: http://red5.googlecode.com/svn/repository/org/apache/apache/11/apache-11.pom
[INFO] Unable to find resource 'org.apache:apache:pom:11' in repository Red5 (http://red5.googlecode.com/svn/repository)
Downloading: http://xuggle.googlecode.com/svn/trunk/repo/share/java//org/apache/apache/11/apache-11.pom
[INFO] Unable to find resource 'org.apache:apache:pom:11' in repository Xuggle (http://xuggle.googlecode.com/svn/trunk/repo/share/java/)
Downloading: http://repo1.maven.org/maven2/org/apache/apache/11/apache-11.pom
14K downloaded (apache-11.pom)
Downloading: http://red5.googlecode.com/svn/repository/org/apache/mina/mina-integration-beans/2.0.7/mina-integration-beans-2.0.7.pom
[INFO] Unable to find resource 'org.apache.mina:mina-integration-beans:pom:2.0.7' in repository Red5 (http://red5.googlecode.com/svn/repository)
Downloading: http://xuggle.googlecode.com/svn/trunk/repo/share/java//org/apache/mina/mina-integration-beans/2.0.7/mina-integration-beans-2.0.7.pom
[INFO] Unable to find resource 'org.apache.mina:mina-integration-beans:pom:2.0.7' in repository Xuggle (http://xuggle.googlecode.com/svn/trunk/repo/share/java/)
Downloading: http://repo1.maven.org/maven2/org/apache/mina/mina-integration-beans/2.0.7/mina-integration-beans-2.0.7.pom
1K downloaded (mina-integration-beans-2.0.7.pom)
Downloading: http://red5.googlecode.com/svn/repository/org/apache/mina/mina-integration-jmx/2.0.7/mina-integration-jmx-2.0.7.pom
[INFO] Unable to find resource 'org.apache.mina:mina-integration-jmx:pom:2.0.7' in repository Red5 (http://red5.googlecode.com/svn/repository)
Downloading: http://xuggle.googlecode.com/svn/trunk/repo/share/java//org/apache/mina/mina-integration-jmx/2.0.7/mina-integration-jmx-2.0.7.pom
[INFO] Unable to find resource 'org.apache.mina:mina-integration-jmx:pom:2.0.7' in repository Xuggle (http://xuggle.googlecode.com/svn/trunk/repo/share/java/)
Downloading: http://repo1.maven.org/maven2/org/apache/mina/mina-integration-jmx/2.0.7/mina-integration-jmx-2.0.7.pom
2K downloaded (mina-integration-jmx-2.0.7.pom)
Downloading: http://red5.googlecode.com/svn/repository/ognl/ognl/3.0.5/ognl-3.0.5.pom
[INFO] Unable to find resource 'ognl:ognl:pom:3.0.5' in repository Red5 (http://red5.googlecode.com/svn/repository)
Downloading: http://xuggle.googlecode.com/svn/trunk/repo/share/java//ognl/ognl/3.0.5/ognl-3.0.5.pom
[INFO] Unable to find resource 'ognl:ognl:pom:3.0.5' in repository Xuggle (http://xuggle.googlecode.com/svn/trunk/repo/share/java/)
Downloading: http://repo1.maven.org/maven2/ognl/ognl/3.0.5/ognl-3.0.5.pom
5K downloaded (ognl-3.0.5.pom)
Downloading: http://red5.googlecode.com/svn/repository/org/sonatype/oss/oss-parent/7/oss-parent-7.pom
[INFO] Unable to find resource 'org.sonatype.oss:oss-parent:pom:7' in repository Red5 (http://red5.googlecode.com/svn/repository)
Downloading: http://xuggle.googlecode.com/svn/trunk/repo/share/java//org/sonatype/oss/oss-parent/7/oss-parent-7.pom
[INFO] Unable to find resource 'org.sonatype.oss:oss-parent:pom:7' in repository Xuggle (http://xuggle.googlecode.com/svn/trunk/repo/share/java/)
Downloading: http://repo1.maven.org/maven2/org/sonatype/oss/oss-parent/7/oss-parent-7.pom
4K downloaded (oss-parent-7.pom)
Downloading: http://red5.googlecode.com/svn/repository/javassist/javassist/3.11.0.GA/javassist-3.11.0.GA.pom
[INFO] Unable to find resource 'javassist:javassist:pom:3.11.0.GA' in repository Red5 (http://red5.googlecode.com/svn/repository)
Downloading: http://xuggle.googlecode.com/svn/trunk/repo/share/java//javassist/javassist/3.11.0.GA/javassist-3.11.0.GA.pom
[INFO] Unable to find resource 'javassist:javassist:pom:3.11.0.GA' in repository Xuggle (http://xuggle.googlecode.com/svn/trunk/repo/share/java/)
Downloading: http://repo1.maven.org/maven2/javassist/javassist/3.11.0.GA/javassist-3.11.0.GA.pom
2K downloaded (javassist-3.11.0.GA.pom)
Downloading: http://red5.googlecode.com/svn/repository/commons-beanutils/commons-beanutils/1.8.3/commons-beanutils-1.8.3.pom
[INFO] Unable to find resource 'commons-beanutils:commons-beanutils:pom:1.8.3' in repository Red5 (http://red5.googlecode.com/svn/repository)
Downloading: http://xuggle.googlecode.com/svn/trunk/repo/share/java//commons-beanutils/commons-beanutils/1.8.3/commons-beanutils-1.8.3.pom
[INFO] Unable to find resource 'commons-beanutils:commons-beanutils:pom:1.8.3' in repository Xuggle (http://xuggle.googlecode.com/svn/trunk/repo/share/java/)
Downloading: http://repo1.maven.org/maven2/commons-beanutils/commons-beanutils/1.8.3/commons-beanutils-1.8.3.pom
10K downloaded (commons-beanutils-1.8.3.pom)
Downloading: http://red5.googlecode.com/svn/repository/org/apache/commons/commons-parent/14/commons-parent-14.pom
[INFO] Unable to find resource 'org.apache.commons:commons-parent:pom:14' in repository Red5 (http://red5.googlecode.com/svn/repository)
Downloading: http://xuggle.googlecode.com/svn/trunk/repo/share/java//org/apache/commons/commons-parent/14/commons-parent-14.pom
[INFO] Unable to find resource 'org.apache.commons:commons-parent:pom:14' in repository Xuggle (http://xuggle.googlecode.com/svn/trunk/repo/share/java/)
Downloading: http://repo1.maven.org/maven2/org/apache/commons/commons-parent/14/commons-parent-14.pom
30K downloaded (commons-parent-14.pom)
Downloading: http://red5.googlecode.com/svn/repository/commons-codec/commons-codec/1.6/commons-codec-1.6.pom
[INFO] Unable to find resource 'commons-codec:commons-codec:pom:1.6' in repository Red5 (http://red5.googlecode.com/svn/repository)
Downloading: http://xuggle.googlecode.com/svn/trunk/repo/share/java//commons-codec/commons-codec/1.6/commons-codec-1.6.pom
[INFO] Unable to find resource 'commons-codec:commons-codec:pom:1.6' in repository Xuggle (http://xuggle.googlecode.com/svn/trunk/repo/share/java/)
Downloading: http://repo1.maven.org/maven2/commons-codec/commons-codec/1.6/commons-codec-1.6.pom
10K downloaded (commons-codec-1.6.pom)
Downloading: http://red5.googlecode.com/svn/repository/org/apache/commons/commons-parent/22/commons-parent-22.pom
[INFO] Unable to find resource 'org.apache.commons:commons-parent:pom:22' in repository Red5 (http://red5.googlecode.com/svn/repository)
Downloading: http://xuggle.googlecode.com/svn/trunk/repo/share/java//org/apache/commons/commons-parent/22/commons-parent-22.pom
[INFO] Unable to find resource 'org.apache.commons:commons-parent:pom:22' in repository Xuggle (http://xuggle.googlecode.com/svn/trunk/repo/share/java/)
Downloading: http://repo1.maven.org/maven2/org/apache/commons/commons-parent/22/commons-parent-22.pom
40K downloaded (commons-parent-22.pom)
Downloading: http://red5.googlecode.com/svn/repository/commons-collections/commons-collections/20040616/commons-collections-20040616.pom
[INFO] Unable to find resource 'commons-collections:commons-collections:pom:20040616' in repository Red5 (http://red5.googlecode.com/svn/repository)
Downloading: http://xuggle.googlecode.com/svn/trunk/repo/share/java//commons-collections/commons-collections/20040616/commons-collections-20040616.pom
[INFO] Unable to find resource 'commons-collections:commons-collections:pom:20040616' in repository Xuggle (http://xuggle.googlecode.com/svn/trunk/repo/share/java/)
Downloading: http://repo1.maven.org/maven2/commons-collections/commons-collections/20040616/commons-collections-20040616.pom
175b downloaded (commons-collections-20040616.pom)
Downloading: http://red5.googlecode.com/svn/repository/org/apache/httpcomponents/httpcore/4.2.1/httpcore-4.2.1.pom
[INFO] Unable to find resource 'org.apache.httpcomponents:httpcore:pom:4.2.1' in repository Red5 (http://red5.googlecode.com/svn/repository)
Downloading: http://xuggle.googlecode.com/svn/trunk/repo/share/java//org/apache/httpcomponents/httpcore/4.2.1/httpcore-4.2.1.pom
[INFO] Unable to find resource 'org.apache.httpcomponents:httpcore:pom:4.2.1' in repository Xuggle (http://xuggle.googlecode.com/svn/trunk/repo/share/java/)
Downloading: http://repo1.maven.org/maven2/org/apache/httpcomponents/httpcore/4.2.1/httpcore-4.2.1.pom
5K downloaded (httpcore-4.2.1.pom)
Downloading: http://red5.googlecode.com/svn/repository/org/apache/httpcomponents/httpcomponents-core/4.2.1/httpcomponents-core-4.2.1.pom
[INFO] Unable to find resource 'org.apache.httpcomponents:httpcomponents-core:pom:4.2.1' in repository Red5 (http://red5.googlecode.com/svn/repository)
Downloading: http://xuggle.googlecode.com/svn/trunk/repo/share/java//org/apache/httpcomponents/httpcomponents-core/4.2.1/httpcomponents-core-4.2.1.pom
[INFO] Unable to find resource 'org.apache.httpcomponents:httpcomponents-core:pom:4.2.1' in repository Xuggle (http://xuggle.googlecode.com/svn/trunk/repo/share/java/)
Downloading: http://repo1.maven.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.2.1/httpcomponents-core-4.2.1.pom
11K downloaded (httpcomponents-core-4.2.1.pom)
Downloading: http://red5.googlecode.com/svn/repository/org/apache/httpcomponents/project/6/project-6.pom
[INFO] Unable to find resource 'org.apache.httpcomponents:project:pom:6' in repository Red5 (http://red5.googlecode.com/svn/repository)
Downloading: http://xuggle.googlecode.com/svn/trunk/repo/share/java//org/apache/httpcomponents/project/6/project-6.pom
[INFO] Unable to find resource 'org.apache.httpcomponents:project:pom:6' in repository Xuggle (http://xuggle.googlecode.com/svn/trunk/repo/share/java/)
Downloading: http://repo1.maven.org/maven2/org/apache/httpcomponents/project/6/project-6.pom
23K downloaded (project-6.pom)
Downloading: http://red5.googlecode.com/svn/repository/org/apache/httpcomponents/httpclient/4.2.1/httpclient-4.2.1.pom
[INFO] Unable to find resource 'org.apache.httpcomponents:httpclient:pom:4.2.1' in repository Red5 (http://red5.googlecode.com/svn/repository)
Downloading: http://xuggle.googlecode.com/svn/trunk/repo/share/java//org/apache/httpcomponents/httpclient/4.2.1/httpclient-4.2.1.pom
[INFO] Unable to find resource 'org.apache.httpcomponents:httpclient:pom:4.2.1' in repository Xuggle (http://xuggle.googlecode.com/svn/trunk/repo/share/java/)
Downloading: http://repo1.maven.org/maven2/org/apache/httpcomponents/httpclient/4.2.1/httpclient-4.2.1.pom
5K downloaded (httpclient-4.2.1.pom)
Downloading: http://red5.googlecode.com/svn/repository/org/apache/httpcomponents/httpcomponents-client/4.2.1/httpcomponents-client-4.2.1.pom
[INFO] Unable to find resource 'org.apache.httpcomponents:httpcomponents-client:pom:4.2.1' in repository Red5 (http://red5.googlecode.com/svn/repository)
Downloading: http://xuggle.googlecode.com/svn/trunk/repo/share/java//org/apache/httpcomponents/httpcomponents-client/4.2.1/httpcomponents-client-4.2.1.pom
[INFO] Unable to find resource 'org.apache.httpcomponents:httpcomponents-client:pom:4.2.1' in repository Xuggle (http://xuggle.googlecode.com/svn/trunk/repo/share/java/)
Downloading: http://repo1.maven.org/maven2/org/apache/httpcomponents/httpcomponents-client/4.2.1/httpcomponents-client-4.2.1.pom
14K downloaded (httpcomponents-client-4.2.1.pom)
Downloading: http://red5.googlecode.com/svn/repository/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom
[INFO] Unable to find resource 'org.apache.commons:commons-lang3:pom:3.1' in repository Red5 (http://red5.googlecode.com/svn/repository)
Downloading: http://xuggle.googlecode.com/svn/trunk/repo/share/java//org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom
[INFO] Unable to find resource 'org.apache.commons:commons-lang3:pom:3.1' in repository Xuggle (http://xuggle.googlecode.com/svn/trunk/repo/share/java/)
Downloading: http://repo1.maven.org/maven2/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom
16K downloaded (commons-lang3-3.1.pom)
Downloading: http://red5.googlecode.com/svn/repository/commons-pool/commons-pool/1.5.6/commons-pool-1.5.6.pom
[INFO] Unable to find resource 'commons-pool:commons-pool:pom:1.5.6' in repository Red5 (http://red5.googlecode.com/svn/repository)
Downloading: http://xuggle.googlecode.com/svn/trunk/repo/share/java//commons-pool/commons-pool/1.5.6/commons-pool-1.5.6.pom
[INFO] Unable to find resource 'commons-pool:commons-pool:pom:1.5.6' in repository Xuggle (http://xuggle.googlecode.com/svn/trunk/repo/share/java/)
Downloading: http://repo1.maven.org/maven2/commons-pool/commons-pool/1.5.6/commons-pool-1.5.6.pom
9K downloaded (commons-pool-1.5.6.pom)
Downloading: http://red5.googlecode.com/svn/repository/org/apache/commons/commons-parent/20/commons-parent-20.pom
[INFO] Unable to find resource 'org.apache.commons:commons-parent:pom:20' in repository Red5 (http://red5.googlecode.com/svn/repository)
Downloading: http://xuggle.googlecode.com/svn/trunk/repo/share/java//org/apache/commons/commons-parent/20/commons-parent-20.pom
[INFO] Unable to find resource 'org.apache.commons:commons-parent:pom:20' in repository Xuggle (http://xuggle.googlecode.com/svn/trunk/repo/share/java/)
Downloading: http://repo1.maven.org/maven2/org/apache/commons/commons-parent/20/commons-parent-20.pom
32K downloaded (commons-parent-20.pom)
Downloading: http://red5.googlecode.com/svn/repository/org/springframework/spring-aop/3.1.4.RELEASE/spring-aop-3.1.4.RELEASE.pom
[INFO] Unable to find resource 'org.springframework:spring-aop:pom:3.1.4.RELEASE' in repository Red5 (http://red5.googlecode.com/svn/repository)
Downloading: http://xuggle.googlecode.com/svn/trunk/repo/share/java//org/springframework/spring-aop/3.1.4.RELEASE/spring-aop-3.1.4.RELEASE.pom
[INFO] Unable to find resource 'org.springframework:spring-aop:pom:3.1.4.RELEASE' in repository Xuggle (http://xuggle.googlecode.com/svn/trunk/repo/share/java/)
Downloading: http://repo1.maven.org/maven2/org/springframework/spring-aop/3.1.4.RELEASE/spring-aop-3.1.4.RELEASE.pom
2K downloaded (spring-aop-3.1.4.RELEASE.pom)
Downloading: http://red5.googlecode.com/svn/repository/org/springframework/spring-parent/3.1.4.RELEASE/spring-parent-3.1.4.RELEASE.pom
[INFO] Unable to find resource 'org.springframework:spring-parent:pom:3.1.4.RELEASE' in repository Red5 (http://red5.googlecode.com/svn/repository)
Downloading: http://xuggle.googlecode.com/svn/trunk/repo/share/java//org/springframework/spring-parent/3.1.4.RELEASE/spring-parent-3.1.4.RELEASE.pom
[INFO] Unable to find resource 'org.springframework:spring-parent:pom:3.1.4.RELEASE' in repository Xuggle (http://xuggle.googlecode.com/svn/trunk/repo/share/java/)
Downloading: http://repo1.maven.org/maven2/org/springframework/spring-parent/3.1.4.RELEASE/spring-parent-3.1.4.RELEASE.pom
8K downloaded (spring-parent-3.1.4.RELEASE.pom)
Downloading: http://red5.googlecode.com/svn/repository/aopalliance/aopalliance/1.0/aopalliance-1.0.pom
[INFO] Unable to find resource 'aopalliance:aopalliance:pom:1.0' in repository Red5 (http://red5.googlecode.com/svn/repository)
Downloading: http://xuggle.googlecode.com/svn/trunk/repo/share/java//aopalliance/aopalliance/1.0/aopalliance-1.0.pom
[INFO] Unable to find resource 'aopalliance:aopalliance:pom:1.0' in repository Xuggle (http://xuggle.googlecode.com/svn/trunk/repo/share/java/)
Downloading: http://repo1.maven.org/maven2/aopalliance/aopalliance/1.0/aopalliance-1.0.pom
363b downloaded (aopalliance-1.0.pom)
Downloading: http://red5.googlecode.com/svn/repository/org/springframework/spring-asm/3.1.4.RELEASE/spring-asm-3.1.4.RELEASE.pom
[INFO] Unable to find resource 'org.springframework:spring-asm:pom:3.1.4.RELEASE' in repository Red5 (http://red5.googlecode.com/svn/repository)
Downloading: http://xuggle.googlecode.com/svn/trunk/repo/share/java//org/springframework/spring-asm/3.1.4.RELEASE/spring-asm-3.1.4.RELEASE.pom
[INFO] Unable to find resource 'org.springframework:spring-asm:pom:3.1.4.RELEASE' in repository Xuggle (http://xuggle.googlecode.com/svn/trunk/repo/share/java/)
Downloading: http://repo1.maven.org/maven2/org/springframework/spring-asm/3.1.4.RELEASE/spring-asm-3.1.4.RELEASE.pom
2K downloaded (spring-asm-3.1.4.RELEASE.pom)
Downloading: http://red5.googlecode.com/svn/repository/org/springframework/spring-beans/3.1.4.RELEASE/spring-beans-3.1.4.RELEASE.pom
[INFO] Unable to find resource 'org.springframework:spring-beans:pom:3.1.4.RELEASE' in repository Red5 (http://red5.googlecode.com/svn/repository)
Downloading: http://xuggle.googlecode.com/svn/trunk/repo/share/java//org/springframework/spring-beans/3.1.4.RELEASE/spring-beans-3.1.4.RELEASE.pom
[INFO] Unable to find resource 'org.springframework:spring-beans:pom:3.1.4.RELEASE' in repository Xuggle (http://xuggle.googlecode.com/svn/trunk/repo/share/java/)
Downloading: http://repo1.maven.org/maven2/org/springframework/spring-beans/3.1.4.RELEASE/spring-beans-3.1.4.RELEASE.pom
2K downloaded (spring-beans-3.1.4.RELEASE.pom)
Downloading: http://red5.googlecode.com/svn/repository/org/springframework/spring-core/3.1.4.RELEASE/spring-core-3.1.4.RELEASE.pom
[INFO] Unable to find resource 'org.springframework:spring-core:pom:3.1.4.RELEASE' in repository Red5 (http://red5.googlecode.com/svn/repository)
Downloading: http://xuggle.googlecode.com/svn/trunk/repo/share/java//org/springframework/spring-core/3.1.4.RELEASE/spring-core-3.1.4.RELEASE.pom
[INFO] Unable to find resource 'org.springframework:spring-core:pom:3.1.4.RELEASE' in repository Xuggle (http://xuggle.googlecode.com/svn/trunk/repo/share/java/)
Downloading: http://repo1.maven.org/maven2/org/springframework/spring-core/3.1.4.RELEASE/spring-core-3.1.4.RELEASE.pom
2K downloaded (spring-core-3.1.4.RELEASE.pom)
Downloading: http://red5.googlecode.com/svn/repository/org/springframework/spring-context/3.1.4.RELEASE/spring-context-3.1.4.RELEASE.pom
[INFO] Unable to find resource 'org.springframework:spring-context:pom:3.1.4.RELEASE' in repository Red5 (http://red5.googlecode.com/svn/repository)
Downloading: http://xuggle.googlecode.com/svn/trunk/repo/share/java//org/springframework/spring-context/3.1.4.RELEASE/spring-context-3.1.4.RELEASE.pom
[INFO] Unable to find resource 'org.springframework:spring-context:pom:3.1.4.RELEASE' in repository Xuggle (http://xuggle.googlecode.com/svn/trunk/repo/share/java/)
Downloading: http://repo1.maven.org/maven2/org/springframework/spring-context/3.1.4.RELEASE/spring-context-3.1.4.RELEASE.pom
8K downloaded (spring-context-3.1.4.RELEASE.pom)
Downloading: http://red5.googlecode.com/svn/repository/org/springframework/spring-expression/3.1.4.RELEASE/spring-expression-3.1.4.RELEASE.pom
[INFO] Unable to find resource 'org.springframework:spring-expression:pom:3.1.4.RELEASE' in repository Red5 (http://red5.googlecode.com/svn/repository)
Downloading: http://xuggle.googlecode.com/svn/trunk/repo/share/java//org/springframework/spring-expression/3.1.4.RELEASE/spring-expression-3.1.4.RELEASE.pom
[INFO] Unable to find resource 'org.springframework:spring-expression:pom:3.1.4.RELEASE' in repository Xuggle (http://xuggle.googlecode.com/svn/trunk/repo/share/java/)
Downloading: http://repo1.maven.org/maven2/org/springframework/spring-expression/3.1.4.RELEASE/spring-expression-3.1.4.RELEASE.pom
1K downloaded (spring-expression-3.1.4.RELEASE.pom)
Downloading: http://red5.googlecode.com/svn/repository/org/springframework/spring-context-support/3.1.4.RELEASE/spring-context-support-3.1.4.RELEASE.pom
[INFO] Unable to find resource 'org.springframework:spring-context-support:pom:3.1.4.RELEASE' in repository Red5 (http://red5.googlecode.com/svn/repository)
Downloading: http://xuggle.googlecode.com/svn/trunk/repo/share/java//org/springframework/spring-context-support/3.1.4.RELEASE/spring-context-support-3.1.4.RELEASE.pom
[INFO] Unable to find resource 'org.springframework:spring-context-support:pom:3.1.4.RELEASE' in repository Xuggle (http://xuggle.googlecode.com/svn/trunk/repo/share/java/)
Downloading: http://repo1.maven.org/maven2/org/springframework/spring-context-support/3.1.4.RELEASE/spring-context-support-3.1.4.RELEASE.pom
4K downloaded (spring-context-support-3.1.4.RELEASE.pom)
Downloading: http://red5.googlecode.com/svn/repository/org/springframework/spring-web/3.1.4.RELEASE/spring-web-3.1.4.RELEASE.pom
[INFO] Unable to find resource 'org.springframework:spring-web:pom:3.1.4.RELEASE' in repository Red5 (http://red5.googlecode.com/svn/repository)
Downloading: http://xuggle.googlecode.com/svn/trunk/repo/share/java//org/springframework/spring-web/3.1.4.RELEASE/spring-web-3.1.4.RELEASE.pom
[INFO] Unable to find resource 'org.springframework:spring-web:pom:3.1.4.RELEASE' in repository Xuggle (http://xuggle.googlecode.com/svn/trunk/repo/share/java/)
Downloading: http://repo1.maven.org/maven2/org/springframework/spring-web/3.1.4.RELEASE/spring-web-3.1.4.RELEASE.pom
6K downloaded (spring-web-3.1.4.RELEASE.pom)
Downloading: http://red5.googlecode.com/svn/repository/org/antlr/antlr/3.1.3/antlr-3.1.3.pom
[INFO] Unable to find resource 'org.antlr:antlr:pom:3.1.3' in repository Red5 (http://red5.googlecode.com/svn/repository)
Downloading: http://xuggle.googlecode.com/svn/trunk/repo/share/java//org/antlr/antlr/3.1.3/antlr-3.1.3.pom
[INFO] Unable to find resource 'org.antlr:antlr:pom:3.1.3' in repository Xuggle (http://xuggle.googlecode.com/svn/trunk/repo/share/java/)
Downloading: http://repo1.maven.org/maven2/org/antlr/antlr/3.1.3/antlr-3.1.3.pom
3K downloaded (antlr-3.1.3.pom)
Downloading: http://red5.googlecode.com/svn/repository/org/antlr/antlr-master/3.1.3/antlr-master-3.1.3.pom
[INFO] Unable to find resource 'org.antlr:antlr-master:pom:3.1.3' in repository Red5 (http://red5.googlecode.com/svn/repository)
Downloading: http://xuggle.googlecode.com/svn/trunk/repo/share/java//org/antlr/antlr-master/3.1.3/antlr-master-3.1.3.pom
[INFO] Unable to find resource 'org.antlr:antlr-master:pom:3.1.3' in repository Xuggle (http://xuggle.googlecode.com/svn/trunk/repo/share/java/)
Downloading: http://repo1.maven.org/maven2/org/antlr/antlr-master/3.1.3/antlr-master-3.1.3.pom
8K downloaded (antlr-master-3.1.3.pom)
Downloading: http://red5.googlecode.com/svn/repository/org/antlr/antlr-runtime/3.1.3/antlr-runtime-3.1.3.pom
[INFO] Unable to find resource 'org.antlr:antlr-runtime:pom:3.1.3' in repository Red5 (http://red5.googlecode.com/svn/repository)
Downloading: http://xuggle.googlecode.com/svn/trunk/repo/share/java//org/antlr/antlr-runtime/3.1.3/antlr-runtime-3.1.3.pom
[INFO] Unable to find resource 'org.antlr:antlr-runtime:pom:3.1.3' in repository Xuggle (http://xuggle.googlecode.com/svn/trunk/repo/share/java/)
Downloading: http://repo1.maven.org/maven2/org/antlr/antlr-runtime/3.1.3/antlr-runtime-3.1.3.pom
3K downloaded (antlr-runtime-3.1.3.pom)
Downloading: http://red5.googlecode.com/svn/repository/org/antlr/stringtemplate/3.2/stringtemplate-3.2.pom
[INFO] Unable to find resource 'org.antlr:stringtemplate:pom:3.2' in repository Red5 (http://red5.googlecode.com/svn/repository)
Downloading: http://xuggle.googlecode.com/svn/trunk/repo/share/java//org/antlr/stringtemplate/3.2/stringtemplate-3.2.pom
[INFO] Unable to find resource 'org.antlr:stringtemplate:pom:3.2' in repository Xuggle (http://xuggle.googlecode.com/svn/trunk/repo/share/java/)
Downloading: http://repo1.maven.org/maven2/org/antlr/stringtemplate/3.2/stringtemplate-3.2.pom
1K downloaded (stringtemplate-3.2.pom)
Downloading: http://red5.googlecode.com/svn/repository/antlr/antlr/2.7.7/antlr-2.7.7.pom
[INFO] Unable to find resource 'antlr:antlr:pom:2.7.7' in repository Red5 (http://red5.googlecode.com/svn/repository)
Downloading: http://xuggle.googlecode.com/svn/trunk/repo/share/java//antlr/antlr/2.7.7/antlr-2.7.7.pom
[INFO] Unable to find resource 'antlr:antlr:pom:2.7.7' in repository Xuggle (http://xuggle.googlecode.com/svn/trunk/repo/share/java/)
Downloading: http://repo1.maven.org/maven2/antlr/antlr/2.7.7/antlr-2.7.7.pom
632b downloaded (antlr-2.7.7.pom)
Downloading: http://red5.googlecode.com/svn/repository/cglib/cglib-nodep/2.2.2/cglib-nodep-2.2.2.pom
[INFO] Unable to find resource 'cglib:cglib-nodep:pom:2.2.2' in repository Red5 (http://red5.googlecode.com/svn/repository)
Downloading: http://xuggle.googlecode.com/svn/trunk/repo/share/java//cglib/cglib-nodep/2.2.2/cglib-nodep-2.2.2.pom
[INFO] Unable to find resource 'cglib:cglib-nodep:pom:2.2.2' in repository Xuggle (http://xuggle.googlecode.com/svn/trunk/repo/share/java/)
Downloading: http://repo1.maven.org/maven2/cglib/cglib-nodep/2.2.2/cglib-nodep-2.2.2.pom
1K downloaded (cglib-nodep-2.2.2.pom)
Downloading: http://red5.googlecode.com/svn/repository/org/quartz-scheduler/quartz/2.1.6/quartz-2.1.6.pom
[INFO] Unable to find resource 'org.quartz-scheduler:quartz:pom:2.1.6' in repository Red5 (http://red5.googlecode.com/svn/repository)
Downloading: http://xuggle.googlecode.com/svn/trunk/repo/share/java//org/quartz-scheduler/quartz/2.1.6/quartz-2.1.6.pom
[INFO] Unable to find resource 'org.quartz-scheduler:quartz:pom:2.1.6' in repository Xuggle (http://xuggle.googlecode.com/svn/trunk/repo/share/java/)
Downloading: http://repo1.maven.org/maven2/org/quartz-scheduler/quartz/2.1.6/quartz-2.1.6.pom
5K downloaded (quartz-2.1.6.pom)
Downloading: http://red5.googlecode.com/svn/repository/org/quartz-scheduler/quartz-parent/2.1.6/quartz-parent-2.1.6.pom
[INFO] Unable to find resource 'org.quartz-scheduler:quartz-parent:pom:2.1.6' in repository Red5 (http://red5.googlecode.com/svn/repository)
Downloading: http://xuggle.googlecode.com/svn/trunk/repo/share/java//org/quartz-scheduler/quartz-parent/2.1.6/quartz-parent-2.1.6.pom
[INFO] Unable to find resource 'org.quartz-scheduler:quartz-parent:pom:2.1.6' in repository Xuggle (http://xuggle.googlecode.com/svn/trunk/repo/share/java/)
Downloading: http://repo1.maven.org/maven2/org/quartz-scheduler/quartz-parent/2.1.6/quartz-parent-2.1.6.pom
11K downloaded (quartz-parent-2.1.6.pom)
Downloading: http://red5.googlecode.com/svn/repository/c3p0/c3p0/0.9.1.1/c3p0-0.9.1.1.pom
[INFO] Unable to find resource 'c3p0:c3p0:pom:0.9.1.1' in repository Red5 (http://red5.googlecode.com/svn/repository)
Downloading: http://xuggle.googlecode.com/svn/trunk/repo/share/java//c3p0/c3p0/0.9.1.1/c3p0-0.9.1.1.pom
[INFO] Unable to find resource 'c3p0:c3p0:pom:0.9.1.1' in repository Xuggle (http://xuggle.googlecode.com/svn/trunk/repo/share/java/)
Downloading: http://repo1.maven.org/maven2/c3p0/c3p0/0.9.1.1/c3p0-0.9.1.1.pom
856b downloaded (c3p0-0.9.1.1.pom)
[INFO] snapshot org:jaudiotagger:2.0.4-SNAPSHOT: checking for updates from Red5
[INFO] snapshot org:jaudiotagger:2.0.4-SNAPSHOT: checking for updates from Xuggle
[INFO] snapshot org:jaudiotagger:2.0.4-SNAPSHOT: checking for updates from repo1.maven.org
[INFO] snapshot org:jaudiotagger:2.0.4-SNAPSHOT: checking for updates from springsource-repo
[INFO] snapshot org:jaudiotagger:2.0.4-SNAPSHOT: checking for updates from maven2-repository.dev.java.net
[INFO] snapshot org:jaudiotagger:2.0.4-SNAPSHOT: checking for updates from opensymphony-releases
[INFO] snapshot org:jaudiotagger:2.0.4-SNAPSHOT: checking for updates from jboss-public-repository-group
[INFO] snapshot org:jaudiotagger:2.0.4-SNAPSHOT: checking for updates from repository.springsource.release
[INFO] snapshot org:jaudiotagger:2.0.4-SNAPSHOT: checking for updates from repository.springsource.milestone
[INFO] snapshot org:jaudiotagger:2.0.4-SNAPSHOT: checking for updates from repository.springsource.snapshot
[INFO] snapshot org:jaudiotagger:2.0.4-SNAPSHOT: checking for updates from mp4parser-releases
[INFO] snapshot org:jaudiotagger:2.0.4-SNAPSHOT: checking for updates from sonatype-snapshots
[WARNING] *** CHECKSUM FAILED - Checksum failed on download: local = '81ffbd1712afe8cdf138b570c0fc9934742c33c1'; remote = '

<title>301' - RETRYING [WARNING] **\* CHECKSUM FAILED - Checksum failed on download: local = '81ffbd1712afe8cdf138b570c0fc9934742c33c1'; remote = ' <title>301' - IGNORING [INFO] snapshot org:jaudiotagger:2.0.4-SNAPSHOT: checking for updates from sonatype-releases [WARNING] **\* CHECKSUM FAILED - Checksum failed on download: local = '81ffbd1712afe8cdf138b570c0fc9934742c33c1'; remote = ' <title>301' - RETRYING [WARNING] **\* CHECKSUM FAILED - Checksum failed on download: local = '81ffbd1712afe8cdf138b570c0fc9934742c33c1'; remote = ' <title>301' - IGNORING [INFO] ------------------------------------------------------------------------ [ERROR] BUILD ERROR [INFO] ------------------------------------------------------------------------ [INFO] Error building POM (may not be this project's POM).

Project ID: org:jaudiotagger

Reason: Error getting POM for 'org:jaudiotagger' from the repository: Unable to read local copy of metadata: Cannot read metadata from '/root/.m2/repository/org/jaudiotagger/2.0.4-SNAPSHOT/maven-metadata-sonatype-snapshots.xml': end tag name must match start tag name


from line 5 (position: TEXT seen ...\r\n... @6:8)
org:jaudiotagger:pom:2.0.4-SNAPSHOT

for project org:jaudiotagger

[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 4 minutes 21 seconds
[INFO] Finished at: Thu Mar 12 04:59:16 EDT 2015
[INFO] Final Memory: 33M/79M
[INFO] ------------------------------------------------------------------------

Runtime exception when streams ends

After starting a stream and when the stream ends the following exception is thrown..

[ERROR] [SegmentExecutor-1] org.springframework.scheduling.support.TaskUtils$LoggingErrorHandler - Unexpected error occurred in scheduled task.
java.lang.RuntimeException: error Interrupted system call, failed close IContainer com.xuggle.xuggler.IContainer@1647898992[url:null;type:READ;format:com.xuggle.xuggler.IContainerFormat@888047872[];] for redfivempegts:b5c4742a-ab09-42d8-8cf5-0bd27639d015--211a064e-cced-4205-88a6-2cc9b0653413
at org.red5.xuggler.writer.HLSStreamWriter.close(HLSStreamWriter.java:651) ~[hls-plugin-1.1.jar:na]
at org.red5.service.httpstream.SegmentFacade$QueueWorker.run(SegmentFacade.java:625) ~[hls-plugin-1.1.jar:na]
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:53) ~[spring-context-3.1.4.RELEASE.jar:3.1.4.RELEASE]
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) ~[na:1.7.0_25]
at java.util.concurrent.FutureTask$Sync.innerRunAndReset(FutureTask.java:351) ~[na:1.7.0_25]
at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:178) ~[na:1.7.0_25]
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:178) ~[na:1.7.0_25]
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) ~[na:1.7.0_25]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) ~[na:1.7.0_25]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) ~[na:1.7.0_25]
at java.lang.Thread.run(Thread.java:724) ~[na:1.7.0_25]

hls-plugin does not pick up interrupted stream

To test the hls-plugin, I use ffmpeg to generate an rtmp stream and the plugin starts to generate m3u8/ts files. When I quit ffmpeg and restart it, the rtmp stream is picked up again by red5 server but the hls-plugin does not continue anymore. That means when there is a network interruption, the hls generation will stop and does not continue. Or in other words, it doesn't seem to be possible to restart an already used hls stream.

can't built

mvn
[INFO] Scanning for projects...
[WARNING] POM for 'biz.aQute:bndlib:pom:1.50.0:runtime' is invalid.

Its dependencies (if any) will NOT be available to the current build.
[INFO] ------------------------------------------------------------------------
[INFO] Building hls-plugin
[INFO] task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] Copying 0 resource
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Error building POM (may not be this project's POM).

Project ID: org:jaudiotagger

Reason: Error getting POM for 'org:jaudiotagger' from the repository: Unable to read local copy of metadata: Cannot read metadata from '/home/gwr/.m2/repository/org/jaudiotagger/2.0.4-SNAPSHOT/maven-metadata-sonatype-snapshots.xml': end tag name must match start tag name


from line 5 (position: TEXT seen ...\r\n... @6:8)
org:jaudiotagger:pom:2.0.4-SNAPSHOT

for project org:jaudiotagger

[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3 seconds
[INFO] Finished at: Sun May 17 15:13:07 CST 2015
[INFO] Final Memory: 29M/161M
[INFO] --------------------------------------------------------------------

any response will appreciate?

about red5 cluster

Did you know red5 version-1.02 have cluster?
I found cluster by version-0.8 only.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.