If you want to support http streaming you need to implements
servlet/filter that supports Content-Range and Accept-Range headers.
You can take a look at
http://code.google.com/p/brix-cms/source/browse/trunk/brix-core/src/main/java/brix/plugin/site/resource/Streamer.java
 to get the idea.

-Matej

On Mon, Apr 13, 2009 at 6:16 PM, Jeremy Thomerson
<jer...@wickettraining.com> wrote:
> I think lighttpd does this - although I've never personally used it.  I just
> remember it form some research I was doing on a similar subject.
> http://blog.lighttpd.net/articles/2006/03/09/flv-streaming-with-lighttpd
>
> --
> Jeremy Thomerson
> http://www.wickettraining.com
>
>
>
> On Sat, Apr 11, 2009 at 5:10 AM, Kaspar Fischer <h...@rapsak.com> wrote:
>
>> I need to stream H264 .mp4 movies to a Flash video player (JW Player) and
>> want to support HTTP pseudo streaming, i.e., the user should be able to seek
>> within the movie. Does anybody know of a Wicket implementation for this,
>> something like xmoov-php [1] for Java with a corresponding Wicket component?
>>
>> The video itself lies in a JackRabbit repository, not directly on the file
>> system.
>>
>> Red5 [2] offers streaming and a lot more. However, I need a solution that
>> also works in low memory situations and from the Red5 specs [2] it seems
>> that this might be difficult.
>>
>> Regards,
>> Kaspar
>> --
>>
>> [1] http://xmoov.com/xmoov-php/
>> [2] http://code.google.com/p/red5/
>> [3]
>> http://jira.red5.org/confluence/display/docs/Chapter+11.+System+Requirements+For+Red5
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
>> For additional commands, e-mail: users-h...@wicket.apache.org
>>
>>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to