May 2007 Archives by subject
Starting: Wed May 2 11:20:23 EST 2007
Ending: Thu May 31 20:10:06 EST 2007
Messages: 152
- [Red5commits] [1938] delete file even if object wasn't loaded in RamPersistence? before
jbauch
- [Red5commits] [1939] Testing to see if eclipse wants to play svn.
lhubbard
- [Red5commits] [1940] Switched to mina 1.1 from 1.0.1Added RTMPMinaTransport.java ( class to setup mi
lhubbard
- [Red5commits] [1941] update war version
lhubbard
- [Red5commits] [1942] merged current trunkadded an audio only flv
pgregoire
- [Red5commits] [1943] Use ExecutorFilter? from Red5 implementation and add two properties maxEventThre
sgong
- [Red5commits] [1944] added a stopRecording method to the ClientBroadcastStream? to end a saveAs reque
pgregoire
- [Red5commits] [1945] Modified stevens change a little. Now you can specifiy thread queue type. See .p
lhubbard
- [Red5commits] [1946] howtos for jmx and war apps
pgregoire
- [Red5commits] [1947] Added JMX classesReplace some sync blocks with concurrent objects
pgregoire
- [Red5commits] [1948] JMX agent factory and util
pgregoire
- [Red5commits] [1949] re-added necessary synchronized blocks
jbauch
- [Red5commits] [1950] added mbean for mina transport
pgregoire
- [Red5commits] [1951] --
pgregoire
- [Red5commits] [1952] readded jmx folder and classes
pgregoire
- [Red5commits] [1953] concurrency test class
pgregoire
- [Red5commits] [1954] Set jmx html adapter to disabled by defaultAdded means to enable/disable jmx ht
pgregoire
- [Red5commits] [1955] Fixed client nextid issue
pgregoire
- [Red5commits] [1956] moved BaseConnectionMBean to rtmp as base is not a concrete class
pgregoire
- [Red5commits] [1957] fixed possible deadlock if methods are invoked by a connecting client on a clien
jbauch
- [Red5commits] [1958] fixed NPE when connecting without application given (Jira APPSERVER-116)
jbauch
- [Red5commits] [1959] fixed bug if path has multiple leading slashes
jbauch
- [Red5commits] [1960] merged bugfix from trunk
jbauch
- [Red5commits] [1961] Newly recorded files start with an "onMetaData" tag containing the duration and
jbauch
- [Red5commits] [1962] Use internal (Java) id of object to make guessing of client ids more difficult.
jbauch
- [Red5commits] [1963] removed deprecated class, the correct one is located in "org.red5.server.net.rtm
jbauch
- [Red5commits] [1964] avoid ":" in connection MBean name
sgong
- [Red5commits] [1965] jmx note
pgregoire
- [Red5commits] [1966] simplified code a bit now that "CopyOnWriteArrayList?" objects are used
jbauch
- [Red5commits] [1967] use ConcurrentHashMap? to avoid the need for "synchronized" on the map
jbauch
- [Red5commits] [1968] no need to create copy of the list, always called from synchronized context so n
jbauch
- [Red5commits] [1969] Simplified unregistration of mbeansFixed APPSERVER-118
pgregoire
- [Red5commits] [1970] removed "synchronized" blocks in RTMPTServlet (weren't necessary)rewrote for ..
jbauch
- [Red5commits] [1971] use AtomicLong? thus not needing "synchronized"
jbauch
- [Red5commits] [1972] ...three more synchronized blocks we don't need ; )
jbauch
- [Red5commits] [1973] only synchronize if necessary
jbauch
- [Red5commits] [1974] simplified mbean attribute updates
pgregoire
- [Red5commits] [1975] jira note
pgregoire
- [Red5commits] [1976] Made live stream item playback work in ServerStream?.
sgong
- [Red5commits] [1977] Put back the synchronized syntax as it's not enough to only synchronize the inte
sgong
- [Red5commits] [1978] removed redundant 'test' subdirectory and restructured unit test layout
pgregoire
- [Red5commits] [1979] started adding interfaces for querying of live statistics
jbauch
- [Red5commits] [1980] no need to override this (inherited from PersistableAttributeStore?)
jbauch
- [Red5commits] [1981] added missing imports
jbauch
- [Red5commits] [1982] implemented "pause" and "seek" for IServerStreamfixed code formatting of NoSync
jbauch
- [Red5commits] [1983] merged changes from trunk
jbauch
- [Red5commits] [1984] send reset message to fix broken video when seeking backwards
jbauch
- [Red5commits] [1985] merged changes from trunk
jbauch
- [Red5commits] [1986] fixed wrong location of configuration XML
jbauch
- [Red5commits] [1987] fixed tests not finding their configuration
jbauch
- [Red5commits] [1988] fixed APPSERVER-121
pgregoire
- [Red5commits] [1989] Added hi-performance startup batch file for windows
pgregoire
- [Red5commits] [1990] set code formatter to use a standard red5 format - based on java standard
pgregoire
- [Red5commits] [1991] fixed various problems with deserialization of AMF3 objects that implement IExte
jbauch
- [Red5commits] [1992] added rmi sectionupdated spring config
pgregoire
- [Red5commits] [1993] added rmi connector for jmxmoved methods from jmxfactory to agentadded a shutd
pgregoire
- [Red5commits] [1994] added server shutdown target
pgregoire
- [Red5commits] [1995] fixed warning about deprecated Jetty configuration (Jira APPSERVER-115)
jbauch
- [Red5commits] [1996] added method to get requested client buffer length
jbauch
- [Red5commits] [1997] rewrote to run both with Java5 and Java6
jbauch
- [Red5commits] [1998] added target and options to start the rmi registry prior starting the server, th
pgregoire
- [Red5commits] [1999] fixed possible deadlock involving PersistableAttributeStore? and Scope (Jira APP
jbauch
- [Red5commits] [2000] avoid creating new Collection object if no clients exist
jbauch
- [Red5commits] [2001] small optimization
jbauch
- [Red5commits] [2002] check if loglevel matches before calling log.debug
jbauch
- [Red5commits] [2003] optimizations to create less objects thus resulting in a bit speedup
jbauch
- [Red5commits] [2004] disabled storing of write packages - they are never read and we can help the GC
jbauch
- [Red5commits] [2005] use CopyOnWriteArrayList? to prevent exceptions because of concurrent modificati
jbauch
- [Red5commits] [2006] don't synchronize in the common case that a subscope already exists
jbauch
- [Red5commits] [2007] no more need for synchronize
jbauch
- [Red5commits] [2008] updates for concurrent access
jbauch
- [Red5commits] [2009] added javadoc documentation
jbauch
- [Red5commits] [2010] only synchronize in non-common case that publisher doesn't existremoved "synchr
jbauch
- [Red5commits] [2011] no need to synchronize here
jbauch
- [Red5commits] [2012] removed deprecated interface
jbauch
- [Red5commits] [2013] display better message if RMI connection to "rmiregistry" could not be establish
jbauch
- [Red5commits] [2014] Python scripts can import classes available only in the classpath of a webapp (J
jbauch
- [Red5commits] [2015] updated classpath when compiling script classes
jbauch
- [Red5commits] [2016] Added flex port tester app (classes)
TTriemstra
- [Red5commits] [2017] Added flex port tester app (mxml+swf).
TTriemstra
- [Red5commits] [2018] Added FP version nr.
TTriemstra
- [Red5commits] [2019] Fixed APPSERVER-93 by updating spring to 2.0.5
pgregoire
- [Red5commits] [2020] APPSERVER-93 note
pgregoire
- [Red5commits] [2021] Created test for APPSERVER-118 but cannot reproduce the issue
pgregoire
- [Red5commits] [2022] Enabled RMI + SSLAdded JMX authentication
pgregoire
- [Red5commits] [2023] --
pgregoire
- [Red5commits] [2024] removed win32 cr's added shutdown script for unix
pgregoire
- [Red5commits] [2025] Fixed typo's, renamed document.
TTriemstra
- [Red5commits] [2026] Document fixes.
TTriemstra
- [Red5commits] [2027] --
lhubbard
- [Red5commits] [2028] adding maven in branch
lhubbard
- [Red5commits] [2029] adding maven in branch
lhubbard
- [Red5commits] [2030] adding maven in branch
lhubbard
- [Red5commits] [2031] --
lhubbard
- [Red5commits] [2032] fixed async calling of remoting methods (Jira APPSERVER-131)use ConcurrentHashM
jbauch
- [Red5commits] [2033] accessing root of RTMPT server no longer results in 404 but redirects to HTTP po
jbauch
- [Red5commits] [2034] fix for DT-2
pgregoire
- [Red5commits] [2035] disconnect clients that don't send a valid handshake for five seconds (Jira APPS
jbauch
- [Red5commits] [2036] reduced max. idle time to prevent too many open sockets when using RTMPT with HT
jbauch
- [Red5commits] [2037] fixed potential NPEs in PlaylistSubscriberStream? (Jira SN-40)
jbauch
- [Red5commits] [2038] fixed various problems with deserializing AMF0 references in remotingfixed dese
jbauch
- [Red5commits] [2039] added initial code to support decoding of AMF3 remoting calls
jbauch
- [Red5commits] [2040] finished AMF3 code in remoting server
jbauch
- [Red5commits] [2041] use default Red5 port
jbauch
- [Red5commits] [2042] enable remoting servlet
jbauch
- [Red5commits] [2043] added startup of rmi registry (default) if requested in red5-common.xml when reg
pgregoire
- [Red5commits] [2044] Moved lib dir
TTriemstra
- [Red5commits] [2045] updated Cairngorm lib to 2.2
TTriemstra
- [Red5commits] [2046] clustering red5 branch
sgong
- [Red5commits] [2047] Add terracotta attributes.Modify conf file for easy testing.
sgong
- [Red5commits] [2048] Keeping the sample videos fresh, added transformers and silversurferremoved Spi
pgregoire
- [Red5commits] [2049] injected metadata
pgregoire
- [Red5commits] [2050] Renamed simpleBoardcaster demo to simpleBroadcaster, fixes 404 error on demos pa
TTriemstra
- [Red5commits] [2051] applied patch to load included configuration file (INSTALL-7)
jbauch
- [Red5commits] [2052] removed deprecated method (INSTALL-9)
jbauch
- [Red5commits] [2053] use property to determine path to configuration files (APPSERVER-133)
jbauch
- [Red5commits] [2054] Fixed DEMOS-4, publisher demo app now supports:- fullscreen mode- pause/resume
TTriemstra
- [Red5commits] [2055] Added new features to publisher (DEMOS-4)
TTriemstra
- [Red5commits] [2056] Added html file for fullscreen support in publisher app.
TTriemstra
- [Red5commits] [2057] Added port tester to samples page.
TTriemstra
- [Red5commits] [2058] Removed old svn:ignore prop
TTriemstra
- [Red5commits] [2059] prevent NPEs if methods are called on closed connection
jbauch
- [Red5commits] [2060] fix for folders containing spacesremoved default values in red5-shutdown.bat
jbauch
- [Red5commits] [2061] added more "depends" for compilation of demos and scripts
jbauch
- [Red5commits] [2062] Added silk icons readme
TTriemstra
- [Red5commits] [2063] Use "IoHandlerAdapter?" so we can also use the transport with the debug proxy ha
jbauch
- [Red5commits] [2064] "receiveAudio" and "receiveVideo" work for VOD streams (Jira SN-22)fixed frozen
jbauch
- [Red5commits] [2065] updated configuration of debug proxy (by default unused)
jbauch
- [Red5commits] [2066] Changed log init to use Log4jRemoved test jars from war build
pgregoire
- [Red5commits] [2067] we have a date for 0.6.1
jbauch
- [Red5commits] [2068] created tag from trunk
jbauch
- [Red5commits] [2069] created tag from trunk
jbauch
- [Red5commits] [2070] point to tagged versions
jbauch
- [Red5commits] [2071] the changelog is open again for the next version
jbauch
- [Red5commits] [2072] Created 0.6.1 for mac osx, removed permissions check from installer, added red5-
TTriemstra
- [Red5commits] [2073] updates for new red5.properties, additional files and new sample streams of 0.6.
jbauch
- [Red5commits] [2074] Added RTMPS in jetty-rtmpt.xml.Uses the JMX keystore and truststore.Disabled b
Luke Hubbard
- [Red5commits] [2074] Added RTMPS in jetty-rtmpt.xml.Uses the JMX keystore and truststore.Disabled b
lhubbard
- [Red5commits] [2075] "pause" no longer breaks live streams (Jira APPSERVER-136)
jbauch
- [Red5commits] [2076] Made logger static
sgong
- [Red5commits] [2077] Early stage: made VOD work on a single node.
sgong
- [Red5commits] [2078] Early stage: made live and recording work on single node.
sgong
- [Red5commits] [2079] Made RSO work on single node.
sgong
- [Red5commits] [2080] configured subscopes don't get released when a client disconnects
jbauch
- [Red5commits] [2081] AMF requests could not be decoded when run in the context root (Jira APPSERVER-1
jbauch
- [Red5commits] [2082] fixed bug for Remoting requests without parameters (Jira APPSERVER-147)
jbauch
- [Red5commits] [2083] removed method cache
jbauch
- [Red5commits] [2084] added initial listener interfacesstarted admin app code
jbauch
- [Red5commits] [2085] send connection live data to client periodically
jbauch
- [Red5commits] [2086] fixed wrong access
jbauch
- [Red5commits] [2087] always ping connections to have stats
jbauch
- [Red5commits] [2088] don't generate stats for closed connections
jbauch
Last message date:
Thu May 31 20:10:06 EST 2007
Archived on: Thu May 31 20:10:21 EST 2007
This archive was generated by
Pipermail 0.09 (Mailman edition).