I'd prefer that listeners only come to the website to hear the stream, but currently there are fly-by-night websites that grab the stream URL and use at their online space for their gain. There is also the issue that apps such as tunein which allow users to add stream URL therefore never getting to the website and only seeing ads by tunein.
I really need a method to block that activity and it seemingly can only be achieved with a process served by the stream provider at radioboss.fm.
An idea of such
Do you have such a method or do you intend to develop that process?
I really need a method to block that activity and it seemingly can only be achieved with a process served by the stream provider at radioboss.fm.
An idea of such
PHP:
if( $getCurrentUrl != 'https://mysite.com' ) doNotPlay();
Do you have such a method or do you intend to develop that process?