Jump to content


Photo

IPTV Player - development thread


  • This topic is locked This topic is locked
3561 replies to this topic

Re: IPTV Player - development thread #2821 ingo

  • Senior Member
  • 64 posts

0
Neutral

Posted 21 December 2016 - 19:37

In addition to the previous my post.
Resource tree.tv, responds: "No valid links available". Please check, thanks.

For example:
treetv -> Movie -> Any -> Any -> Year: Any -> Any  -> By views -> RoboCop 2014

On the PC, the resource is available:
http://tree.tv/film/6260-robokop



Re: IPTV Player - development thread #2822 samsamsam

  • Senior Member
  • 2,024 posts

+146
Excellent

Posted 21 December 2016 - 20:12

@ingo

 

tree.tv is not working in Poland, so I will not be able to fix it.

Unless you will provide good Russian Proxy server. Free proxy servers are very bad and unusable.

 

Regards,

SSS



Re: IPTV Player - development thread #2823 samsamsam

  • Senior Member
  • 2,024 posts

+146
Excellent

Posted 21 December 2016 - 20:15

Hello,

 

the website works...

 

Should I PM you the logs? 

 

I checked you logs and it seems that they return wrong variants uri, but hard to say what is a reason.

 

For free account it seems that this works OK (at lease for me). I do not have premium account, so I can not check what is a difference between requests to server.



Re: IPTV Player - development thread #2824 t86

  • Member
  • 19 posts

0
Neutral

Posted 21 December 2016 - 20:50

 

Hello,

 

the website works...

 

Should I PM you the logs? 

 

I checked you logs and it seems that they return wrong variants uri, but hard to say what is a reason.

 

For free account it seems that this works OK (at lease for me). I do not have premium account, so I can not check what is a difference between requests to server.

 

Hi,

Thanks for looking this up. I'm using a free trial account. Signed with another email and have free channels also in HD for 45 days.

 

Also http://www.filmovita.com/ is gone. Nothing wrong with it in app, just that site is shut down..

Maybe you can add http://neokino.net/ or http://www.gledalica.com/ for ex-yu users. Thanks!


Edited by t86, 21 December 2016 - 20:55.


Re: IPTV Player - development thread #2825 samsamsam

  • Senior Member
  • 2,024 posts

+146
Excellent

Posted 21 December 2016 - 21:18

@t86

 

Please try version "142.00.11.00".

I create new account and also have some problem (different than your) I fix it and not on 45 trial account is also working for me.

 

Please try let me know.

 

Regards,

SSS



Re: IPTV Player - development thread #2826 t86

  • Member
  • 19 posts

0
Neutral

Posted 21 December 2016 - 21:26

@t86

 

Please try version "142.00.11.00".

I create new account and also have some problem (different than your) I fix it and not on 45 trial account is also working for me.

 

Please try let me know.

 

Regards,

SSS

 

Hi,

 

thank you very much. Its working now!

 

Can you add other hosters please if it's not a big problem?



Re: IPTV Player - development thread #2827 samsamsam

  • Senior Member
  • 2,024 posts

+146
Excellent

Posted 21 December 2016 - 21:55

"hosters" ?



Re: IPTV Player - development thread #2828 t86

  • Member
  • 19 posts

0
Neutral

Posted 21 December 2016 - 22:15

"hosters" ?

 

 

Also http://www.filmovita.com/ is gone. Nothing wrong with it in app, just that site is shut down..

Maybe you can add http://neokino.net/ or http://www.gledalica.com/ for ex-yu users. Thanks!


Edited by t86, 21 December 2016 - 22:15.


Re: IPTV Player - development thread #2829 samsamsam

  • Senior Member
  • 2,024 posts

+146
Excellent

Posted 21 December 2016 - 22:35

Perhaps the, but after Christmas.



Re: IPTV Player - development thread #2830 t86

  • Member
  • 19 posts

0
Neutral

Posted 21 December 2016 - 22:37

Ok. Thank you. Take your time.. ;)

 

Happy Christmas to you!


Edited by t86, 21 December 2016 - 22:37.


Re: IPTV Player - development thread #2831 samsamsam

  • Senior Member
  • 2,024 posts

+146
Excellent

Posted 22 December 2016 - 00:39

Dear SSS, thank you very much for "Fix moonwalk.cc and hdgo.cc links extractors"
Please check the correct operation of "HD 720 online" resource kinotan.ru.
The message: "No item to display. Press OK to refresh."

For example:
kinotan -> TV series -> Select genre -> Comedy -> Hotel Eleon -> 1sezon HD 720 online

On the PC, the resource is available:
http://kinotan.ru/10...tno-hd-720.html

 

Please try version ""142.00.12.00"". 

 

Regards,

SSS



Re: IPTV Player - development thread #2832 samsamsam

  • Senior Member
  • 2,024 posts

+146
Excellent

Posted 22 December 2016 - 00:40

Ok. Thank you. Take your time.. ;)

 

Happy Christmas to you!

 

Thank you and for you too.



Re: IPTV Player - development thread #2833 hetster

  • Member
  • 1 posts

0
Neutral

Posted 22 December 2016 - 01:15

just a quick one.. is it possible to change the host address on 123movies? it appears some UK isps's have banned 123movies.to & 123movies.ru but 123movies.is is fine..i edited the host123moviesto.pyo and changed all the .to, to .is and rebooted and it still 123movies just says all / all /all never shows anything anymore.

"

Access to the websites listed on this page has been blocked pursuant to orders of the high court.

More information can be found at www.ukispcourtorders.co.uk"

 

looking at the code i see 3 different server url's. is there a way to change between them? i have currently set main url to .is but still has the same all / all / all /all effect. heres the code with my modified main url.

def selectDomain(self):
        for domain in ['http://123movies.to/' 'http://123movies.ru/' 'http://123movies.is/']:
            sts, data = self.getPage(domain)
            if sts and 'genre/action/' in data:
                self.MAIN_URL = domain
                break

        if self.MAIN_URL == None:
            self.MAIN_URL = 'http://123movies.is/'

thanks
Hetster


Edited by hetster, 22 December 2016 - 01:19.


Re: IPTV Player - development thread #2834 samsamsam

  • Senior Member
  • 2,024 posts

+146
Excellent

Posted 22 December 2016 - 08:18

@hetster

 

selectDomain is used to select domen which is working.

If you sure that http://123movies.is/ is working for you in webbrowser but plugin not select this domain then please use original code and provide logs.

I will check why right domain has not been selected.

 

Regards,

SSS



Re: IPTV Player - development thread #2835 ingo

  • Senior Member
  • 64 posts

0
Neutral

Posted 22 December 2016 - 09:50

 

Dear SSS, thank you very much for "Fix moonwalk.cc and hdgo.cc links extractors"
Please check the correct operation of "HD 720 online" resource kinotan.ru.
The message: "No item to display. Press OK to refresh."

For example:
kinotan -> TV series -> Select genre -> Comedy -> Hotel Eleon -> 1sezon HD 720 online

On the PC, the resource is available:
http://kinotan.ru/10...tno-hd-720.html

 

Please try version ""142.00.12.00"". 

 

Regards,

SSS

 

Thank you.
Resolution more than 360, is no longer available?

Attached Files

  • Attached File  1.jpg   5.18KB   4 downloads


Re: IPTV Player - development thread #2836 samsamsam

  • Senior Member
  • 2,024 posts

+146
Excellent

Posted 22 December 2016 - 10:19

@ingo

 

Please check on website. If you will have better quality on website then let me know.

 

Regards,

SSS



Re: IPTV Player - development thread #2837 t86

  • Member
  • 19 posts

0
Neutral

Posted 22 December 2016 - 11:36

 

Ok. Thank you. Take your time.. ;)

 

Happy Christmas to you!

 

Thank you and for you too.

 

 

 

Hello samsamsam!

 

Thanks!

 

 

I have same problem as yesterday. USTVNOW  displays same message.. :(

 

I will pm you the log.



Re: IPTV Player - development thread #2838 samsamsam

  • Senior Member
  • 2,024 posts

+146
Excellent

Posted 22 December 2016 - 13:09

At now IPTVPlayer is based on website:

http://m.ustvnow.com/

 

Can you check if this page is working for you when you see problem in the IPTVPlayer?

 

I think I must re-write this service and use PC version https://watch.ustvnow.com/. 

 

At now I am not able even check if this service work. I will check when I return to home.



Re: IPTV Player - development thread #2839 t86

  • Member
  • 19 posts

0
Neutral

Posted 22 December 2016 - 13:38

Hi,

 

you are right. Mobile version doesn't work for me.

 

PC version works.



Re: IPTV Player - development thread #2840 ficaz

  • Senior Member
  • 177 posts

+1
Neutral

Posted 22 December 2016 - 14:56

Hello samsamsam

 

Where is located setting file ? (vu+ duo2)

 

I wanna do fresh install but not lose data from iptv player.

 

Thanks

 

My receivers:

Vu+ Duo 4k SE

Vu+ Duo2

 

My site: FICAZ TV FOOTBALL INDEX



11 user(s) are reading this topic

0 members, 11 guests, 0 anonymous users