January 2007 Archives by thread
Starting: Wed Jan 24 10:31:47 EST 2007
Ending: Wed Jan 31 19:00:06 EST 2007
Messages: 255
- [Red5commits] [1520] removed sourcepath entry
pgregoire
- [Red5commits] [1521] bugfix for additional applications (e.g. the admin interface) not being accessib
jbauch
- [Red5commits] [1522] applied patch for Trac #223 by "subpaul [at] gmail [dot] com"
jbauch
- [Red5commits] [1523] send "NetConnection?.Connect.Rejected" for non-existing scopes to match what FCS
jbauch
- [Red5commits] [1524] fixed typo
jbauch
- [Red5commits] [1525] RTMPT through Jetty is working again (Trac #213)
jbauch
- [Red5commits] [1526] commented out judo section - not needed right now
pgregoire
- [Red5commits] [1527] write size of last tag to .FLV files before closing them to fix problems with so
jbauch
- [Red5commits] [1528] report back errors during "connect" through RTMPT
jbauch
- [Red5commits] [1529] fixed implementation of "getBroadcastStream"
jbauch
- [Red5commits] [1530] applied modified patch by "ce [at] publishing-etc [dot] de" to support client mo
jbauch
- [Red5commits] [1530] applied modified patch by "ce [at] publishing-etc [dot] de" to support client mo
jbauch
- [Red5commits] [1531] added simple RTMP client from Trac #94
jbauch
- [Red5commits] [1532] testing more frame dropping code by evaluating BytesRead? messages
jbauch
- [Red5commits] [1533] fixed potential problems for "StringIndexOutOfBoundsException?"
jbauch
- [Red5commits] [1534] fixed potential problem for "StringIndexOutOfBoundsException?"
jbauch
- [Red5commits] [1535] Fixed issues in SimpleChat?. html text is now rendered instead of showing the h
jgrden
- [Red5commits] [1536] fixed NPE in FlowControlService? thread (Trac #175)
jbauch
- [Red5commits] [1537] source of VOD streams can be customized through IStreamFilenameGenerator
jbauch
- [Red5commits] [1538] Scope services are looked up by their interface now, fallback to beans through I
jbauch
- [Red5commits] [1539] added tutorial about how to stream to/from custom directories
jbauch
- [Red5commits] [1540] added section about execution order of connection methods
jbauch
- [Red5commits] [1541] API: IStreamFilenameGenerator now differs between filenames for recording and pl
jbauch
- [Red5commits] [1542] fixed broken string comparisons
jbauch
- [Red5commits] [1543] fixed deserialization of MixedArrays? and handle integer-only as well as mixed m
jbauch
- [Red5commits] [1544] serialize short lists as arrays like it was written in the comment
jbauch
- [Red5commits] [1545] added corresponding Trac issue
jbauch
- [Red5commits] [1546] send NetStream? events when recording (Trac #127)
jbauch
- [Red5commits] [1547] generate "NetStream?.Publish.BadName?" if two clients try to publish/record a st
jbauch
- [Red5commits] [1548] bugfix for stopped streams if bandwidth limit was set too high (Trac #165)
jbauch
- [Red5commits] [1549] also use write lock in registerFlowControllable, this should fix Trac #224
jbauch
- [Red5commits] [1550] added callback to notify about start of recording
jbauch
- [Red5commits] [1551] added new interface method
jbauch
- [Red5commits] [1552] Trac #133 is fixed as well
jbauch
- [Red5commits] [1553] fixed endless recursive calls in ApplicationAdapter?
jbauch
- [Red5commits] [1554] (1) Record FLV to Context.getResource() rather than Scope.getResource()(2) Impl
sgong
- [Red5commits] [1555] Clean the cache API and let ICacheStore impl class to decide how to create ICach
sgong
- [Red5commits] [1556] Fixed OutOfMemoryError? when playing large FLV files. Originally, FLVReader will
sgong
- [Red5commits] [1557] Added configuration for FLVReader's maxBufferSize
sgong
- [Red5commits] [1558] deleting branch
daccattato
- [Red5commits] [1559] Adding branch 0.6_security
daccattato
- [Red5commits] [1560] Adding files to 0.6_security branch
daccattato
- [Red5commits] [1561] deleting files from branch
daccattato
- [Red5commits] [1562] creating branch 0.6_security
daccattato
- [Red5commits] [1563] io code moved to main red5 server repository
jbauch
- [Red5commits] [1564] io code moved to main red5 server repository
jbauch
- [Red5commits] [1565] fixed compilation errors in new location
jbauch
- [Red5commits] [1566] io is no longer linked to the repository
jbauch
- [Red5commits] [1567] the playlist is now flushed by default (Jira APPSERVER-6)
jbauch
- [Red5commits] [1568] removed
daccattato
- [Red5commits] [1569] creating branch 0.6_security
daccattato
- [Red5commits] [1570] added workaround for APPSERVER-7: ignore play requests with zero length
jbauch
- [Red5commits] [1571] removed io external(No files)
jbauch
- [Red5commits] [1572] Results of method calls can be deferred until they are available to free io thre
jbauch
- [Red5commits] [1573] fixed problem with getting SharedObjectService?
jbauch
- [Red5commits] [1574] started working on a RTMP client, so far method calls and shared objects are wor
jbauch
- [Red5commits] [1575] added missing copyright header
jbauch
- [Red5commits] [1576] committing merge results -r1569:1575
daccattato
- [Red5commits] [1577] also install build.properties
jbauch
- [Red5commits] [1578] Merged the code from APPSERVER-8 and some refactoring for FLVReader and related
sgong
- [Red5commits] [1579] fixed ClassCastException? in "pendingVideoMessages" (Jira APPSERVER-14)
jbauch
- [Red5commits] [1580] ConnectionIterator? now traverses over a copy of the internal list to prevent Co
jbauch
- [Red5commits] [1581] fixed potential race conditions when accessed from multiple threads
jbauch
- [Red5commits] [1582] The fix for APPSERVER-16:(1) Use BitSet? to generate unique id for RTMPTConnect
sgong
- [Red5commits] [1583] the RTMPT servlet has been moved to another package
jbauch
- [Red5commits] [1584] update
jbauch
- [Red5commits] [1585] Use only one lock for PlaylistSubscriberStream? when playing. Fix APPSERVER-7Re
sgong
- [Red5commits] [1586] keep children and clients in ConcurrentHashMaps? to avoid ConcurrentModification
jbauch
- [Red5commits] [1586] keep children and clients in ConcurrentHashMaps? to avoid ConcurrentModification
jbauch
- [Red5commits] [1587] added method to get all attributes of an IAttributeStoreuse ConcurrentHashMap?
jbauch
- [Red5commits] [1587] added method to get all attributes of an IAttributeStoreuse ConcurrentHashMap?
jbauch
- [Red5commits] [1588] initial checkin of serverside statistics code, requires an application so it can
jbauch
- [Red5commits] [1588] initial checkin of serverside statistics code, requires an application so it can
jbauch
- [Red5commits] [1589] fixed typo
jbauch
- [Red5commits] [1589] fixed typo
jbauch
- [Red5commits] [1590] applied big documentation patch by Michael Klishin
jbauch
- [Red5commits] [1590] applied big documentation patch by Michael Klishin
jbauch
- [Red5commits] [1591] fixed a few javadoc warnings
jbauch
- [Red5commits] [1591] fixed a few javadoc warnings
jbauch
- [Red5commits] [1592] formatted javadocs a bit
jbauch
- [Red5commits] [1592] formatted javadocs a bit
jbauch
- [Red5commits] [1593] Streaming, messaging documentation patch, includes some minor code style improve
mklishin
- [Red5commits] [1593] Streaming, messaging documentation patch, includes some minor code style improve
mklishin
- [Red5commits] [1594] Removed IOException from ClientBroadcastStream#saveAs? signature
mklishin
- [Red5commits] [1594] Removed IOException from ClientBroadcastStream#saveAs? signature
mklishin
- [Red5commits] [1595] Removed IOException from IBroadcastStream#saveAs signature
mklishin
- [Red5commits] [1595] Removed IOException from IBroadcastStream#saveAs signature
mklishin
- [Red5commits] [1596] added experimental AMF3 support
jbauch
- [Red5commits] [1596] added experimental AMF3 support
jbauch
- [Red5commits] [1597] Stream package 95% documentedSome messaging documentationMinor code style impr
mklishin
- [Red5commits] [1597] Stream package 95% documentedSome messaging documentationMinor code style impr
mklishin
- [Red5commits] [1598] Tomcat loader documented
mklishin
- [Red5commits] [1598] Tomcat loader documented
mklishin
- [Red5commits] [1599] Minor javadocs improvements
mklishin
- [Red5commits] [1599] Minor javadocs improvements
mklishin
- [Red5commits] [1600] Stream package documenting is complete. Some minor code improvements.
mklishin
- [Red5commits] [1600] Stream package documenting is complete. Some minor code improvements.
mklishin
- [Red5commits] [1601] Shared objects package documenting is complete. Some minor code improvements.
mklishin
- [Red5commits] [1601] Shared objects package documenting is complete. Some minor code improvements.
mklishin
- [Red5commits] [1602] Service and Scheduling packages documenting is complete. Some minor code improve
mklishin
- [Red5commits] [1602] Service and Scheduling packages documenting is complete. Some minor code improve
mklishin
- [Red5commits] [1603] RTMP packages documentation patch
mklishin
- [Red5commits] [1603] RTMP packages documentation patch
mklishin
- [Red5commits] [1604] SchedulingServiceJob? modified
mklishin
- [Red5commits] [1604] SchedulingServiceJob? modified
mklishin
- [Red5commits] [1605] SchedulingServiceJob? modified, catching Throwable by now.Need to discuss other
mklishin
- [Red5commits] [1605] SchedulingServiceJob? modified, catching Throwable by now.Need to discuss other
mklishin
- [Red5commits] [1606] RTMP and messaging documentation patch
mklishin
- [Red5commits] [1606] RTMP and messaging documentation patch
mklishin
- [Red5commits] [1607] Exceptions and statistics documentation patch
mklishin
- [Red5commits] [1607] Exceptions and statistics documentation patch
mklishin
- [Red5commits] [1608] org.red5.io and org.red5.server.net.rtmp.codec documented and revised a bit
mklishin
- [Red5commits] [1608] org.red5.io and org.red5.server.net.rtmp.codec documented and revised a bit
mklishin
- [Red5commits] [1609] API, server core and persistence documentation improvements.Minor code fixes, d
mklishin
- [Red5commits] [1609] API, server core and persistence documentation improvements.Minor code fixes, d
mklishin
- [Red5commits] [1610] Minor Cue points documentation patch
mklishin
- [Red5commits] [1610] Minor Cue points documentation patch
mklishin
- [Red5commits] [1611] --
mklishin
- [Red5commits] [1611] --
mklishin
- [Red5commits] [1612] upgraded libs:mina from 1.0.0 to 1.0.1 (added backport-util-concurrent.jar whic
sgong
- [Red5commits] [1612] upgraded libs:mina from 1.0.0 to 1.0.1 (added backport-util-concurrent.jar whic
sgong
- [Red5commits] [1613] Buffer enhancement contributed by Daniel Daley. (APPSERVER-8)
sgong
- [Red5commits] [1613] Buffer enhancement contributed by Daniel Daley. (APPSERVER-8)
sgong
- [Red5commits] [1614] Fix for SN-9, patch contributed by Christian Eckerle
sgong
- [Red5commits] [1614] Fix for SN-9, patch contributed by Christian Eckerle
sgong
- [Red5commits] [1615] Starting simple samples
jgrden
- [Red5commits] [1615] Starting simple samples
jgrden
- [Red5commits] [1616] "Check up code in the first frame" notification for first "code in one frame" sa
mklishin
- [Red5commits] [1616] "Check up code in the first frame" notification for first "code in one frame" sa
mklishin
- [Red5commits] [1617] put the text note in a guided layer above everything else
jgrden
- [Red5commits] [1617] put the text note in a guided layer above everything else
jgrden
- [Red5commits] [1618] Adding SimpleRecorder?.fla and updated SimpleStreamPlayer?.fla
jgrden
- [Red5commits] [1618] Adding SimpleRecorder?.fla and updated SimpleStreamPlayer?.fla
jgrden
- [Red5commits] [1619] adding SimpleChat?.fla and the SWF's that go with the samples
jgrden
- [Red5commits] [1619] adding SimpleChat?.fla and the SWF's that go with the samples
jgrden
- [Red5commits] [1620] cleaned and compacted SimpleChat?.fla
jgrden
- [Red5commits] [1620] cleaned and compacted SimpleChat?.fla
jgrden
- [Red5commits] [1621] added label "Simple VOD Player"
jgrden
- [Red5commits] [1621] added label "Simple VOD Player"
jgrden
- [Red5commits] [1622] adding SimpleBallDemo?.fla, SimpleBroadcaster?.fla and SimpleSubscriber?.fla
jgrden
- [Red5commits] [1622] adding SimpleBallDemo?.fla, SimpleBroadcaster?.fla and SimpleSubscriber?.fla
jgrden
- [Red5commits] [1623] set "dragging" variable out to have scope in the first frame
jgrden
- [Red5commits] [1623] set "dragging" variable out to have scope in the first frame
jgrden
- [Red5commits] [1624] compacted and resaved. Now it's 600k rather than 1.2mb
jgrden
- [Red5commits] [1624] compacted and resaved. Now it's 600k rather than 1.2mb
jgrden
- [Red5commits] [1625] RecordSet?, BaseRTMPHandler - cleaned up if stmtRTMPProtocolEncoder, RTMPHandle
pgregoire
- [Red5commits] [1625] RecordSet?, BaseRTMPHandler - cleaned up if stmtRTMPProtocolEncoder, RTMPHandle
pgregoire
- [Red5commits] [1626] Updated ant property file per library upgrade.
sgong
- [Red5commits] [1626] Updated ant property file per library upgrade.
sgong
- [Red5commits] [1627] added the missing backport-util-concurrent.jar to the lib
sgong
- [Red5commits] [1627] added the missing backport-util-concurrent.jar to the lib
sgong
- [Red5commits] [1628] 1. ApplicationAdapter? now has scheduleGhostConnectionsCleanup method that start
mklishin
- [Red5commits] [1628] 1. ApplicationAdapter? now has scheduleGhostConnectionsCleanup method that start
mklishin
- [Red5commits] [1629] 1. ApplicationAdapter#scheduleGhostConnectionsCleanup? should use correct period
mklishin
- [Red5commits] [1629] 1. ApplicationAdapter#scheduleGhostConnectionsCleanup? should use correct period
mklishin
- [Red5commits] [1630] ServerStream? now implements getCurrentItem from interface
mklishin
- [Red5commits] [1630] ServerStream? now implements getCurrentItem from interface
mklishin
- [Red5commits] [1630] ServerStream? now implements getCurrentItem from interface
mklishin
- [Red5commits] [1631] keep AMF encoding to use in protocol statethis fixes APPSERVER-32 and SN-15
jbauch
- [Red5commits] [1631] keep AMF encoding to use in protocol statethis fixes APPSERVER-32 and SN-15
jbauch
- [Red5commits] [1632] updated year (INSTALL-3)
jbauch
- [Red5commits] [1631] keep AMF encoding to use in protocol statethis fixes APPSERVER-32 and SN-15
jbauch
- [Red5commits] [1632] updated year (INSTALL-3)
jbauch
- [Red5commits] [1632] updated year (INSTALL-3)
jbauch
- [Red5commits] [1633] modified patch applied for APPSERVER-27: transient fields are not serialized at
jbauch
- [Red5commits] [1633] modified patch applied for APPSERVER-27: transient fields are not serialized at
jbauch
- [Red5commits] [1633] modified patch applied for APPSERVER-27: transient fields are not serialized at
jbauch
- [Red5commits] [1634] added note about APPSERVER-27
jbauch
- [Red5commits] [1634] added note about APPSERVER-27
jbauch
- [Red5commits] [1634] added note about APPSERVER-27
jbauch
- [Red5commits] [1635] calling "pause" with a null argument works again (APPSERVER-12)
jbauch
- [Red5commits] [1635] calling "pause" with a null argument works again (APPSERVER-12)
jbauch
- [Red5commits] [1635] calling "pause" with a null argument works again (APPSERVER-12)
jbauch
- [Red5commits] [1636] only sent "NetStream?.Publish.BadName?" if another client is publishing
jbauch
- [Red5commits] [1636] only sent "NetStream?.Publish.BadName?" if another client is publishing
jbauch
- [Red5commits] [1636] only sent "NetStream?.Publish.BadName?" if another client is publishing
jbauch
- [Red5commits] [1637] all published streams are registered now so they also can be played back while b
jbauch
- [Red5commits] [1637] all published streams are registered now so they also can be played back while b
jbauch
- [Red5commits] [1637] all published streams are registered now so they also can be played back while b
jbauch
- [Red5commits] [1638] Created branch from r1637 to work on AMF3 integration. Will require some API cha
jbauch
- [Red5commits] [1638] Created branch from r1637 to work on AMF3 integration. Will require some API cha
jbauch
- [Red5commits] [1638] Created branch from r1637 to work on AMF3 integration. Will require some API cha
jbauch
- [Red5commits] [1639] most of the basic AMF3 stuff working fine now
jbauch
- [Red5commits] [1639] most of the basic AMF3 stuff working fine now
jbauch
- [Red5commits] [1639] most of the basic AMF3 stuff working fine now
jbauch
- [Red5commits] [1640] implemented missing method
jbauch
- [Red5commits] [1640] implemented missing method
jbauch
- [Red5commits] [1640] implemented missing method
jbauch
- [Red5commits] [1641] added support for object encoding "AMF3.TYPE_OBJECT_PROPERTY"
jbauch
- [Red5commits] [1641] added support for object encoding "AMF3.TYPE_OBJECT_PROPERTY"
jbauch
- [Red5commits] [1641] added support for object encoding "AMF3.TYPE_OBJECT_PROPERTY"
jbauch
- [Red5commits] [1642] added note about SN-13
jbauch
- [Red5commits] [1642] added note about SN-13
jbauch
- [Red5commits] [1642] added note about SN-13
jbauch
- [Red5commits] [1643] added echo sample application + flex2 program
jbauch
- [Red5commits] [1643] added echo sample application + flex2 program
jbauch
- [Red5commits] [1643] added echo sample application + flex2 program
jbauch
- [Red5commits] [1644] 1. Fixed bug with SharedObjects? after ApplicationAdapter? refactoring.2. Fixed
mklishin
- [Red5commits] [1644] 1. Fixed bug with SharedObjects? after ApplicationAdapter? refactoring.2. Fixed
mklishin
- [Red5commits] [1644] 1. Fixed bug with SharedObjects? after ApplicationAdapter? refactoring.2. Fixed
mklishin
- [Red5commits] [1645] Useless services were removed (rolled back to local vars for services that use s
mklishin
- [Red5commits] [1645] Useless services were removed (rolled back to local vars for services that use s
mklishin
- [Red5commits] [1645] Useless services were removed (rolled back to local vars for services that use s
mklishin
- [Red5commits] [1646] merged SO fixes from trunk
jbauch
- [Red5commits] [1646] merged SO fixes from trunk
jbauch
- [Red5commits] [1646] merged SO fixes from trunk
jbauch
- [Red5commits] [1647] added support for shared objects when using AMF3
jbauch
- [Red5commits] [1647] added support for shared objects when using AMF3
jbauch
- [Red5commits] [1647] added support for shared objects when using AMF3
jbauch
- [Red5commits] [1648] added class "ObjectMap?" for objects without classnames that should be serialize
jbauch
- [Red5commits] [1648] added class "ObjectMap?" for objects without classnames that should be serialize
jbauch
- [Red5commits] [1648] added class "ObjectMap?" for objects without classnames that should be serialize
jbauch
- [Red5commits] [1649] "IPendingServiceCall.isSuccess()" returns true when a result has been received (
jbauch
- [Red5commits] [1649] "IPendingServiceCall.isSuccess()" returns true when a result has been received (
jbauch
- [Red5commits] [1649] "IPendingServiceCall.isSuccess()" returns true when a result has been received (
jbauch
- [Red5commits] [1650] updated AMF0 MixedArrays? (type 0x08) to evaluate length and max. index and to o
jbauch
- [Red5commits] [1650] updated AMF0 MixedArrays? (type 0x08) to evaluate length and max. index and to o
jbauch
- [Red5commits] [1650] updated AMF0 MixedArrays? (type 0x08) to evaluate length and max. index and to o
jbauch
- [Red5commits] [1651] fixed bug with serialization of auto-generated metadata
jbauch
- [Red5commits] [1651] fixed bug with serialization of auto-generated metadata
jbauch
- [Red5commits] [1651] fixed bug with serialization of auto-generated metadata
jbauch
- [Red5commits] [1652] fixed wrong attribute names
jbauch
- [Red5commits] [1652] fixed wrong attribute names
jbauch
- [Red5commits] [1652] fixed wrong attribute names
jbauch
- [Red5commits] [1653] removed custom versions in lieu of Spring 2.0.2 version
pgregoire
- [Red5commits] [1653] removed custom versions in lieu of Spring 2.0.2 version
pgregoire
- [Red5commits] [1653] removed custom versions in lieu of Spring 2.0.2 version
pgregoire
- [Red5commits] [1654] Updated to build for Java6Removed pre-jdk6 scripting code/jarsUpdated Spring t
pgregoire
- [Red5commits] [1655] Added support for pre-java6
pgregoire
- [Red5commits] [1656] updated oflaDemo to use non-script versions of handersupdated build.properties
pgregoire
- [Red5commits] [1657] fixed invalid syntax error while parsing the file
jbauch
- [Red5commits] [1658] fixed duplicate classpath entries
jbauch
- [Red5commits] [1659] added comment about Java6
jbauch
- [Red5commits] [1660] merged changes from branch "joachim_amf3_integration" back in trunk
jbauch
- [Red5commits] [1661] evaluate "http.host" setting from red5.properties (APPSERVER-36)
jbauch
- [Red5commits] [1662] status codes are not encoded as AMF3 messages
jbauch
- [Red5commits] [1663] set build.compiler to modern for default. this should fix issues with linux
pgregoire
- [Red5commits] [1664] Got some strange UTF-8 characters that prevented successful compilation on Linux
mklishin
- [Red5commits] [1665] the debug proxy is now working again
jbauch
- [Red5commits] [1666] added more ctors to GroovyScriptFactory?inprocess of fixing issue with demoserv
pgregoire
- [Red5commits] [1667] Added wrapper conf for java5Updated default wrapper conf
pgregoire
- [Red5commits] [1668] added support for IExternalizable objects through AMF3
jbauch
- [Red5commits] [1669] fixed reading / writing of objects in IExternalizable
jbauch
- [Red5commits] [1670] read/write object
jbauch
- [Red5commits] [1671] allow changing the byte order
jbauch
- [Red5commits] [1672] remoting decoder working again
jbauch
- [Red5commits] [1673] Fixed the demoservice.jsFixed the demoservice.rbCleaned up Rhino classes
pgregoire
- [Red5commits] [1674] implemented AMF3 class references
jbauch
- [Red5commits] [1675] cosmetic changes
jbauch
- [Red5commits] [1676] updated to Quartz 1.6.0
jbauch
- [Red5commits] [1677] added "getSaveFilename" to IBroadcastStream to retrieve filename the stream is b
jbauch
- [Red5commits] [1678] BufferOverflowException? for empty RTMP packets fixed (Jira APPSERVER-37)
jbauch
- [Red5commits] [1679] fixed NPE if map contains no "length" key
jbauch
- [Red5commits] [1680] fixed problem with multiple threads closing connection simultaneously
jbauch
- [Red5commits] [1681] APPSERVER-17 is fixed
jbauch
Last message date:
Wed Jan 31 19:00:06 EST 2007
Archived on: Wed Jan 31 19:00:12 EST 2007
This archive was generated by
Pipermail 0.09 (Mailman edition).