johnymarek / eboda-hd-for-all-500

Automatically exported from code.google.com/p/eboda-hd-for-all-500
0 stars 0 forks source link

Update scripts and xlive #63

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
for scripts update:
- Seeontv did not work anymore (only dead links)
- thanks ;-) for vetem.shqiptv-ks.net

for Xlive:

TV live did not work for the countries (Kann nicht spielen)

it's possible to implement the german tv-station "zdf neo"?

Original issue reported on code.google.com by wer_klo...@gmx.de on 9 Jun 2011 at 10:19

GoogleCodeExporter commented 9 years ago
for Xlive:

all is the same behavior as before.
and 

/trunk/scripts/feeds/xLive/xLive/php/mfproxy.php is different in my folder:

it looks like:

<?php
$filelink=$_ENV["QUERY_STRING"];
#$filelink="http://127.0.0.1/xLive/php/mfproxy.php?http://www.metafeeds.com/chan
nel/kids-channel/rss";

$html = file_get_contents($filelink);

$patterns = array();
$patterns[0] = '/<link>([rtmp|mms].*)<\/link>/';
$patterns[1] = '/<link>(http:\/\/www.metafeeds.com.*)<\/link>/';
$replacements = array();
$replacements[0] = 
'<onClick>playItemUrl("http://127.0.0.1:83/cgi-bin/translate?stream,,$1",10);</o
nClick>';
$replacements[1] = '<link>http://127.0.0.1:82/xLive/php/mfproxy.php?$1</link>';

echo preg_replace($patterns, $replacements, $html);

?>

Original comment by wer_klo...@gmx.de on 9 Jun 2011 at 10:24

GoogleCodeExporter commented 9 years ago
I'll check again:
-for x-live probably it's true
mfproxy is not helping a lot, but for sute two german channels where working ;)

-vb6scripts should work well ... probably the same issue with file overwritten 
....
can you unzip manually?

Original comment by cipi...@gmail.com on 9 Jun 2011 at 11:29

GoogleCodeExporter commented 9 years ago
-for x-live:
which two german channels are working? I tried all the 24 channels in the 
german category in TVlive (first button)

It is possible to add "ZDF neo" (german Tv station) anywhere?

Original comment by wer_klo...@gmx.de on 9 Jun 2011 at 2:16

GoogleCodeExporter commented 9 years ago
Please use this file for tests, probably I was to tired while packaging and I 
don't think I have time to fix this evening.

http://eboda-hd-for-all-500.googlecode.com/svn/trunk/scripts/feeds/xLive/xLive/p
hp/mfproxy.php

Original comment by cipi...@gmail.com on 9 Jun 2011 at 3:30

GoogleCodeExporter commented 9 years ago
sorry but the link

http://eboda-hd-for-all-500.googlecode.com/svn/trunk/scripts/feeds/xLive/xLive/p
hp/mfproxy.php

is dead ;-(

Original comment by wer_klo...@gmx.de on 9 Jun 2011 at 8:15

GoogleCodeExporter commented 9 years ago
sorry, in the meantime i've checked-in ...
use 
http://eboda-hd-for-all-500.googlecode.com/svn-history/r434/trunk/scripts/feeds/
xLive/xLive/php/mfproxy.php

Original comment by cipi...@gmail.com on 9 Jun 2011 at 8:47

GoogleCodeExporter commented 9 years ago
better forget this .... the script is NOK yet ...

Original comment by cipi...@gmail.com on 9 Jun 2011 at 9:03

GoogleCodeExporter commented 9 years ago
updated xLive again (but still late, who knows what's really in)

Original comment by cipi...@gmail.com on 9 Jun 2011 at 9:11

GoogleCodeExporter commented 9 years ago
First two channel (DW...) should work

Original comment by cipi...@gmail.com on 9 Jun 2011 at 9:18

GoogleCodeExporter commented 9 years ago
You are right: the ffirst two and the fourth and i think the most UK channels 
are working ;-)

Original comment by wer_klo...@gmx.de on 10 Jun 2011 at 8:53