Hi,
I would guess that you might use an Apache version that is too
old. Before Apache 2.2 they had a 2GB filesize limit.
I find the module that you are using quite outdated by the way.
You are not using streaming there, they allow byte range requests,
so that you can load from any point within the video.
I would go for Nginx with real RTMP streaming if you want to use a
real streaming protocol as this is much better supported by the
current player component based on Adobe Flash.
https://opencast.jira.com/wiki/display/MHDOC/nginx-rtmp
With the upcoming Matterhorn 2.0 the byte range requests (pseudo
streaming) becomes much more interesting. But is supported out of
the box by Matterhorn, Apache, NGinx and most other up to date
webservers. If you want to use streaming then HLS might be a good
option, but currently there is only a Matterhorn 2.0 distribution
module for Wowza in development.
Regards
Rüdiger
Am 25.02.15 08:40, schrieb Peter Fanter: