View Single Post
  #60  
Old 11-17-2011, 09:37 AM
KSV KSV is offline
Senior Member
 
Join Date: Apr 2011
Posts: 853
KSV is on a distinguished road
Cool

Re: weeb.tv: Help to download live TV streams


Quote:
Originally Posted by wiosna View Post
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.
Reply With Quote