Quote:
Originally Posted by wiosna
In linux, adres is ok
rtmpdump -r "rtmp://46.105.110.156/live/57/live" -W "http://weeb.tv/static/player.swf" --weeb "7b70ef94" --live | "/usr/bin/vlc" -
PHP Fatal error: Class 'COM' not found in /home/.../WeebTV.php on line 98
|
for linux also replace
Code:
runAsyncBatch($command, $filename);
with
Code:
exec($command . " > /dev/null 2>&1 &");
COM stuff is windows specific only.