Thread Starter
samqsj
(@samqsj)
wordpress 4.9.8
ffmpeg installed /usr/local/share/ffmpeg
vod version: 1.9.5
live streaming: 5.2.3
red5: 1.0.10.M9
Thread Starter
samqsj
(@samqsj)
problem resolved by
create .htaccess file under the root directory of the html folder
vi .htaccess (copy below content then save, restart httpd)
AddType text/x-component .htc
#BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
at the WP admin panel, setup the pamalink to custom by add %postname
Thread Starter
samqsj
(@samqsj)
if i manually add index.php in the URL of
http://www.theskycast.com/index.php/broadcast-live
the webpage is working.