Audio/video stream recording forums (http://stream-recorder.com/forum/index.php)
-   Video stream recording (http://stream-recorder.com/forum/forumdisplay.php?f=4)
-   -  

weeb.tv: Help to download live TV streams

(http://stream-recorder.com/forum/showthread.php?t=9823)

kirukisu 11-15-2011 11:42 AM

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


 
Could someone take a look at my mess and tell me what's wrong? Via TeamViewer, for example :)



EDIT:
Did some one try to run php script within win 7 x64? Couse it does not work when i try :(

kwiecu 11-16-2011 03:23 AM

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


 
KSV could you also write a kind of script for linux or tell me how to watch wxxb.tv on linux?

karlo2105 11-16-2011 04:09 AM

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


 
Quote:

Originally Posted by kwiecu (Post 34353)
KSV could you also write a kind of script for linux or tell me how to watch wxxb.tv on linux?

I think you only have to replace VLC path in PHP script to "/usr/bin/vlc" and it should work.

buksnatata 11-16-2011 08:44 AM

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


 
ye works like that thanks karlo

KSV 11-17-2011 01:25 AM

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


 
i have updated the script to automatically scrape the website and show list of live channels to select from.



updated script
Code:

http://www.mediafire.com/file/uibkgzpne4ts868/WeebTV.php

buksnatata 11-17-2011 02:47 AM

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


 
Awesome work thanks mate

kwiecu 11-17-2011 04:21 AM

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


 
great work! thanks...

wiosna 11-17-2011 08:40 AM

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


 
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

karlo2105 11-17-2011 09:13 AM

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


 
Quote:

Originally Posted by wiosna (Post 34391)
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

First you have to download KSV PHP script for Weeb. Second you have to compile rtmpdump with Weeb tickets support for linux. After all that, good command is :

Quote:

php WeebTV.php "http://weeb.tv/online/polsatsport"

KSV 11-17-2011 09:37 AM

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


 
Quote:

Originally Posted by wiosna (Post 34391)
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.


All times are GMT -6. The time now is 07:04 AM.