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 #2661 samsamsam

  • Senior Member
  • 2,024 posts

+146
Excellent

Posted 28 November 2016 - 22:49

@doubledip

 

These hosts use api for Android apps. So, they not parse web site content.

 

1. Live Streams are blocked with my IP. So, if you have problem with radio streams please provide debug logs

 

 

2. I do not see any problem with jumps using keys 3, 6, 9.

 

You could have problems beacuse you use wrong player which is not able to valid handle HLS/M3U8 streams.

You should use exteplayer3.

 

If you not able to do this you can change the host configuration (under blue button) to prefer MP4 format, by changing option "More important"  to "format".

 

P.S Much more better option to jump video is to hold on left or right windrose and choose time to which you want to jump

 

Regards,

SSS


Edited by samsamsam, 28 November 2016 - 22:53.


Re: IPTV Player - development thread #2662 samsamsam

  • Senior Member
  • 2,024 posts

+146
Excellent

Posted 28 November 2016 - 23:37

In version "140.00.00.00":

- new http://serienstream.to/ host has been added

- add links extractors for vivo.sx, zstream.to

- ARD mediathek : fix links extraction for audio streams  

 

Regards,

SSS



Re: IPTV Player - development thread #2663 doubledip

  • Senior Member
  • 334 posts

+7
Neutral

Posted 28 November 2016 - 23:56

1. After update to 140.00.00.00 the radio streams do work. Thank You :)

 

2. I use exteplayer3 with buffering. Same behavior an two different STB´s. (Tested with version 139.00.06.00)

Indeed the change in host configuration - option "More important" from "quality" to "format" helped. Now i can also jump using 3,6,9 keys in both services.

And while doing this i discovered a bad german translation it should be "Format" not "Formatieren". I will make a merge request on gitlab in the coming days with some typo fixes for the german translation.

 

P.S Much more better option to jump video is to hold on left or right windrose and choose time to which you want to jump

Yes i know.

 

regards

doubledip


Edited by doubledip, 28 November 2016 - 23:57.


Re: IPTV Player - development thread #2664 samsamsam

  • Senior Member
  • 2,024 posts

+146
Excellent

Posted 29 November 2016 - 07:40

 

2. I use exteplayer3 with buffering. Same behavior an two different STB´s. (Tested with version 139.00.06.00)

Indeed the change in host configuration - option "More important" from "quality" to "format" helped. Now i can also jump using 3,6,9 keys in both services.

And while doing this i discovered a bad german translation it should be "Format" not "Formatieren". I will make a merge request on gitlab in the coming days with some typo fixes for the german translation.

 

 

OK. Problem with jumps 3,6,9 occurs only with buffering, but free jumps using left, right works without problems also in buffering mode.
Without buffering jumps 3,6,9 works correctly.
 
Problem with 3,6,9 in buffering mode is related to HLS/M3U8 streams and I will fix it but as free jumps with left, right works without problems, therefore this issue has no priority.
 
Regards,
SSS


Re: IPTV Player - development thread #2665 doubledip

  • Senior Member
  • 334 posts

+7
Neutral

Posted 29 November 2016 - 09:16

Thank you for clarifiing it.

The issue with the jump keys is not urgent.

 

I have a problem with translation.

In the german IPTVPlayer.po there is:

msgid "format"
msgstr "Format"

but it translates to "Formatieren". And the word "Formatieren" isn´t anywhere in the IPTVPlayer.po file. In german Formatieren means to format something e.g. a harddrive.

 

1012ef44418kwv6359dx.jpg


Edited by doubledip, 29 November 2016 - 09:19.


Re: IPTV Player - development thread #2666 samsamsam

  • Senior Member
  • 2,024 posts

+146
Excellent

Posted 29 November 2016 - 11:15

This is probably default translation from your E2 locales.



Re: IPTV Player - development thread #2667 abra

  • Senior Member
  • 115 posts

0
Neutral

Posted 29 November 2016 - 17:33

Thank you for adding ard mediathek, works great. Would be nice if you could also take a look at Arte +7 Mediathek.

 

Could you please add to the sport links also this one : http://www.livebaske...tv/competitions ?



Re: IPTV Player - development thread #2668 samsamsam

  • Senior Member
  • 2,024 posts

+146
Excellent

Posted 29 November 2016 - 19:44

@doubledip

In version "140.00.02.00":

- seek using numeric buttons on HLS/m3u8 streams in buffering mode has been fixed

 

Regards,

SSS



Re: IPTV Player - development thread #2669 doubledip

  • Senior Member
  • 334 posts

+7
Neutral

Posted 29 November 2016 - 19:53

@sss

 

 This is probably default translation from your E2 locales.

 

It could be the case.

 

From german enigma2.po

msgid "Format"
msgstr "Formatieren"

I changed it to

msgid "Format"
msgstr "Format"

And it shows "Format" in zdf&ardmediathek host configuration. A bit odd isnt it?

 

There are more same entries in enigma2.po & iptvplayer.po, which are not affected.


Edited by doubledip, 29 November 2016 - 19:55.


Re: IPTV Player - development thread #2670 doubledip

  • Senior Member
  • 334 posts

+7
Neutral

Posted 29 November 2016 - 20:02

@doubledip

In version "140.00.02.00":

- seek using numeric buttons on HLS/m3u8 streams in buffering mode has been fixed

 

Regards,

SSS

Works like a charm. Thank You :)



Re: IPTV Player - development thread #2671 samsamsam

  • Senior Member
  • 2,024 posts

+146
Excellent

Posted 29 November 2016 - 20:45

@doubledip

 

Hard to say E2 can always replace translation.

You can try to add to IPTVPlayer.po:

msgid "format"
msgstr " Format "

This should works. E2 should not found own translation because of additional spaces.

 

Regards,

SSS


Edited by samsamsam, 29 November 2016 - 20:46.


Re: IPTV Player - development thread #2672 doubledip

  • Senior Member
  • 334 posts

+7
Neutral

Posted 29 November 2016 - 22:36

That helped. ;)

 

regards

doubledip



Re: IPTV Player - development thread #2673 samsamsam

  • Senior Member
  • 2,024 posts

+146
Excellent

Posted 1 December 2016 - 22:07

In version "140.00.04.00":

- support for TTML subtitles format has been added

- support for suggested subtitles (under blue button in media player) has been added to host ARD Mediathek 

 

Best regards,

SSS



Re: IPTV Player - development thread #2674 sandman_1983

  • Senior Member
  • 65 posts

+4
Neutral

Posted 3 December 2016 - 01:57

First of all , I don't know how to thank you for this amazing and magnificent  plugin , it's unbelievable how you manage to keep everything updated , while also adding new contents every now and then . I wonder , when you have some spare time , if you can add this host "http://www.icefilms.info/" it will be much appreciated , it's one of the few sites that offers links with 5.1dolby surround sound .
Best regards my friend , and take care.


Edited by sandman_1983, 3 December 2016 - 01:58.


Re: IPTV Player - development thread #2675 samsamsam

  • Senior Member
  • 2,024 posts

+146
Excellent

Posted 3 December 2016 - 10:00

Hello,

 

Unfortunately, as I checked most of sources on this site are not supported.

For examply:

http://uploadz.co/, ...://upload.af/, 

 

All of this hosting are protected by captcha 2 and you confirm that you are not bot.


Re: IPTV Player - development thread #2676 sandman_1983

  • Senior Member
  • 65 posts

+4
Neutral

Posted 3 December 2016 - 10:32

Hello , yes you're right , some of the hosts are protected with "images captcha"( the ones that usually works)  and some are not
I thought there can be a work around like in some Kodi addons .
Anyway; thank you for your time , what we have is already very sufficient .
                         Love & peace


Edited by sandman_1983, 3 December 2016 - 10:33.


Re: IPTV Player - development thread #2677 samsamsam

  • Senior Member
  • 2,024 posts

+146
Excellent

Posted 3 December 2016 - 12:10

Hello , yes you're right , some of the hosts are protected with "images captcha"( the ones that usually works)  and some are not
I thought there can be a work around like in some Kodi addons .
Anyway; thank you for your time , what we have is already very sufficient .
                         Love & peace

 

I do not think so.

 

Which KODI addons around captcha 2? Captcha v1 is supported also by IPTVPlayer, but Captcha v2?

Which one?


Edited by samsamsam, 3 December 2016 - 12:12.


Re: IPTV Player - development thread #2678 kookesam

  • Senior Member
  • 151 posts

0
Neutral

Posted 3 December 2016 - 12:12

hello Mister SSS thanks for iptvplayer.



Re: IPTV Player - development thread #2679 samsamsam

  • Senior Member
  • 2,024 posts

+146
Excellent

Posted 3 December 2016 - 13:40

@kookesam

 

Hello,

 

Have fun :)

 

Regards,

SSS



Re: IPTV Player - development thread #2680 sandman_1983

  • Senior Member
  • 65 posts

+4
Neutral

Posted 3 December 2016 - 14:08

I manage to play icefilms streams through SALTS (stream all the sources ) , by choosing four images from the captcha , or even from Icefilms addon from Eldorado Repo , cheers


Edited by sandman_1983, 3 December 2016 - 14:09.



65 user(s) are reading this topic

0 members, 65 guests, 0 anonymous users