I want that in my player not see the watermark, it is possible?
I want that in my player not see the watermark, it is possible?
Just delete or rename the watermark.gif image on your image folder(templates/images)
vShare Hosting, vShare Installation, Server Setup, Lighttpd streaming, vShare Templates
[email protected]
ok, tanks hostonnet :wink:
Best way is to edit
include/player.inc
and remove the lines
If you delete the templates/images/watermark.gif, watermark will not show. but every access will report as 404 error in cpanel error log.Code:so.addVariable("logo","{$config["baseurl"]}/templates/images/watermark.gif"); so.addVariable("link","{$config["watermark_url"]}");
Bookmarks