Hi,
Care to make a file/URL available so I can have a look at it?
Regards,
Care to make a file/URL available so I can have a look at it?
Regards,
| Registered | Feb 4, 2009 |
| Last login | Jan 18, 2010 |
| Forum posts | 21 |
| Direct URL | http://www.flowplayer.org/forum/users/8081 |
sudo yum install httpd-devel
sudo yum install httpd mod_ssl
sudo /usr/sbin/apxs -c -i -a mod_h264_streaming.c moov.c
sudo vi /etc/httpd/conf/httpd.conf
Add the line
'AddHandler h264-streaming.extensions .mp4'
after the line
'LoadModule h264_streaming_module /usr/lib/httpd/modules/mod_h264_streaming.so'
sudo /etc/init.d/httpd start
cd ~
svn export http://h264.code-shop.com/svn/h264/tags/mod_h264_streaming-2.0/apache apache_http_h264_streaming
svn export --force http://h264.code-shop.com/svn/h264/tags/mod_h264_streaming-2.0/mp4split apache_http_h264_streaming