You cannot post messages because only members can post, and you are not currently a member.
Description:
notifications when Red5's JIRA tickets have been updated
|
|
|
Running 'ant clean' deletes every jar from webapp folder.
|
| |
This can be a huge pain in the butt at times.
From build.xml clean :
<delete includeemptydirs="true">
<fileset dir="${webapps.dir}/" includes="**/*.class"/>
</delete>
<delete includeemptydirs="true">
<fileset dir="${webapps.dir}/" includes="**/*.jar"/>
</delete>
If you hard-wire anything, it seems to me it should be the distributed... more »
|
|
Changes to trunk
|
| |
If you are using the tip-of-the-tree / trunk of red5, you will probably experience issues after revision 4114. Specifically this will impact the embedded Tomcat we have all come to know and love. All the JEE containers are being extracted to allow you to run without them or select your own; as a matter of fact, you could write your own if you so desire. I have started... more »
|
|
Only one viewer for h264
|
| |
Ok, I can confirm this bug in 0.9 RC2
Thought it was me but nope, I don't think so.
you have heard it before.
Only one view gets to view h264 stream. Until that first viewer drops,
no one else...
Funny thing though!!!
Does not have bug on local host!!!! Only on remote.
Using multi threaded application adapter. FME 3, No special code...... more »
|
|
Demo page mailling list links.
|
| |
The demo page mailling list links are pointing to the osflash. Maybe
differentiate between searchable past and postable future?
|
|
RED5 "crash" after server reboot
|
| |
Hi.
I have installed red5 on a ubuntu 6.06 vps with ant 1.7 , java sun 5
and after each restart it crash.
How can solve this?
/usr/share/red5/red5.sh &
Starting Red5
Exception in thread "main" java.lang.NoClassDefFoundError :
org.red5.server.Bootstrap
at gnu.java.lang.MainThread.run(l ibgcj.so.7)... more »
|
|
|