Deploy applications to Red5 without restart

Although Red5 is well on its way to its  official 1.0 version (currently on 0.9.1), there are some things still not perfected for rigorous use. One of those crucial things is , installing/uninstalling applications without having to restart the entire server everytime.

The Hot-Deploy feature in Red5 lets you install RTMP applications to Red5 without having to disturb the running server. Read the rest of this post »

Popularity: 26% [?]

October 11, 2010 · admin · 29 Comments
Posted in: Red5, RTMP

What is missing in Adobe Flash Player 10.1 ? – “Adobe” itself

Have a deep close look at these pictures to see whats new in the latest Flash Player.  Am sure guys at Adobe already know this..  :) Read the rest of this post »

Popularity: 25% [?]

September 28, 2010 · admin · 21 Comments
Tags: ,  Â· Posted in: Advertising

Web Media Live Encoder – The Flex Based Online Broadcasting Application

Web Media Live Encoder

Flashvisions.com is launching a new site pretty soon – rtmpworld.com, dedicated to Realtime products, based on RTMP and RTMFP Protocols. Our first major release is the Web Media Live Encoder. Read the rest of this post »

Popularity: 35% [?]

September 20, 2010 · admin · 18 Comments
Tags: , , , , ,  Â· Posted in: Commercial, Red5, RTMP

Ready to use – Red5 streamer with stream security


As RTMP continues to grow, and Red5 triumphs as the only open source RTMP server alive, there are concerns to protect your application from misuse. The following red5 application implements stream security for both playback and publishing.

You can edit the files – allowedHTMLdomains.txt and allowedSWFdomains.txt and add the domain names that you want to be able to playback/publish using your application. Each domain name must be added in a  new line.

The application also lets you allow/disallow publishing entirely. To do so edit the file red5-web.xml and set enable publish as true/false according to your needs:

<bean class="org.red5.core.security.PublishSecurity" init-method="init" id="publishSecurity">
<property name="application" ref="web.handler" />
<property name="htmlDomains" value="/WEB-INF/allowedHTMLdomains.txt" />
<property name="swfDomains" value="/WEB-INF/allowedSWFdomains.txt" />
<property name="publishNames" value="/WEB-INF/allowedPublishNames.txt" />
<property name="enablePublish" value="true" />
</bean>

You can also set stream publish security by defining specif stream names that are allowed for recording/broadcasting in the file allowedPublishNames.txt

Note : putting a * in any of the three security files will disable security for the particular context. Eg: Putting a * in allowedPublishNames.txt means that stream check is disabled.

This application is created for a quick and easy deployment, with guidance from red5.org.

Download:

Customstreamer_domaincontrol_source_0.8

Customstreamer_domaincontrol_deployable_0.8 [rtmp application name: domaincontrol]

Or generate your own with Red5 – Online Application Generator

Popularity: 35% [?]

August 26, 2010 · admin · 23 Comments
Tags: , , , , ,  Â· Posted in: Java, Red5, RTMP