it's necessary to create batch file to easily pipe the stream from rtmpdump to vlc. however you can modify the script to create single batch file instead of each one for different channel. replace
Code:
$BatchFile = fopen($filename . '.bat', 'w');
with
Code:
$BatchFile = fopen('WeebTV.bat', 'w');