Daniel Neto

Results 1459 comments of Daniel Neto
trafficstars

Hi the ad_server plugin is only tested if the ad video is self-hosted and also the video (where the ad will play) is also self-hosted otherwise, the result is unpredictable.

If those 1489 videos are embedded from somewhere else, there is no guarantee it will work

If you want to self-host them, you MUST use the encoder.

I guess your last post has nothing to do with this issue. please open a new issue for your encoder question

You should google for that but I will tell you what I use for myself ``` DocumentRoot "/var/www/html/AVideo" ServerName mydomain.com ServerAlias www.mydomain.com RewriteEngine on RewriteCond %{SERVER_NAME} =mydomain.com [OR] RewriteCond %{SERVER_NAME}...

Make sure you did not add any redirect on .htaccess or nginx.conf

You have this in your nginx.conf ``` on_publish http://tube.ourfreenation.org/plugin/Live/on_publish.php; on_publish_done http://tube.ourfreenation.org/plugin/Live/on_publish_done.php; on_play http://tube.ourfreenation.org/plugin/Live/on_play.php; on_record_done http://tube.ourfreenation.org/plugin/Live/on_record_done.php; ``` if you want to redirect http://tube.ourfreenation.org to https://tube.ourfreenation.org without affecting your RTMP, try to...

did you update the streamer and the encoder? you MUST update both, then log off and log in again on both. this will recreate the password hash

ok, so just check the encoder and streamer logs for some clue

looks like it is updated correctly, but did you also update the paid plugins, including the recorder one? FYI, I did not see any recorder log on the logs you...