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

  • Senior Member
  • 2,024 posts

+146
Excellent

Posted 18 November 2016 - 18:35

Hello,

 

I do not use bb receipt.
In the repo you have examples of build scripts:
 
For example makeMIPSEL.sh
 
 
Regards,
SSSS


Re: IPTV Player - development thread #2622 fairbird

  • Senior Member
  • 413 posts

+20
Neutral

Posted 18 November 2016 - 19:33

Thank you


DM500s
DM800

DM800se

DM920UHD


Re: IPTV Player - development thread #2623 abra

  • Senior Member
  • 115 posts

0
Neutral

Posted 19 November 2016 - 15:50

Where can own additional links be configured with IPTV player (I have a stream starting with rtsp:// that I would like to add) ?



Re: IPTV Player - development thread #2624 samsamsam

  • Senior Member
  • 2,024 posts

+146
Excellent

Posted 19 November 2016 - 17:33

Hello,

 

You have two possibilities. 

 

1. Prepare M3U list and put file with extension ".m3u" somewhere where your STB has access and open this file via host Local Media.

2. Use file urllist.txt or urllist.stream these are text files with following format:

link_1_name ; http://uri_1/...
link_2_name ; rtmp://uri_2/...

Files urllist.txt and urllist.stream can be access via host Urllist Player, you should put location of these files in the host configuration.

 

Regards,

SSS


Edited by samsamsam, 19 November 2016 - 17:33.


Re: IPTV Player - development thread #2625 benko

  • Senior Member
  • 96 posts

0
Neutral

Posted 19 November 2016 - 19:38

http://neokino.net/

  DOWN pleas fix... thanks



Re: IPTV Player - development thread #2626 samsamsam

  • Senior Member
  • 2,024 posts

+146
Excellent

Posted 19 November 2016 - 19:47

http://neokino.net/

  DOWN pleas fix... thanks

 

 

Once again.

 

You are reporting problems but not thanks when I solve them.

So, sorry but I do not do anything for you.

 

Please stop write in this thread.

You will not get my answer any more.

 

Do you understand now?

 

Regards,

SSS


Edited by samsamsam, 19 November 2016 - 19:47.


Re: IPTV Player - development thread #2627 gorski

  • Senior Member
  • 1,699 posts

+46
Good

Posted 19 November 2016 - 20:13

I thought you were getting better and better, SSS... ;) And you were! :) So, stay cool, stay calm, no need for rising tension - inform him, educate him if you must but don't turn into a little dick-tator, please. It's unbecoming for such a great coder. Really, you don't need that... Let your coding do the talking for you! ;) Stay well, stay cool and keep kicking arse with your coding, this is where you excel!!!

 

Benko, u pravu je SSS, malo manira ti ne bi nedostajalo. Nemoj ga uzimati zdravo za gotovo, nego se vrati i zahvali covjeku ljudski, kad nesto odradi kako treba! Trudi se svojski i zasluzuje da se to i cijeni na svaki nacin! ;)


<span style='font-family: comic sans ms,cursive'>"Enlightenment is man's emergence from his self-incurred immaturity. Immaturity is the inability to use one's own understanding without the guidance of another. This immaturity is self-incurred if its cause is not lack of understanding, but lack of resolution and courage to use it without the guidance of another. The motto of enlightenment is therefore: Sapere aude! Have courage to use your own understanding!</span><br /> <br /><span style='font-family: comic sans ms,cursive'>Laziness and cowardice are the reasons why such a large proportion of men, even when nature has long emancipated them from alien guidance..." I. Kant, "Political writings" (1784)</span><br /> <br /><span style='font-family: comic sans ms,cursive'><a class='bbc_url' href='<a class='bbc_url' href='http://eserver.org/p...lightenment.txt'>http://eserver.org/p...ent.txt</a>'><a class='bbc_url' href='http://www.english.upenn.edu/~mgamer/Etexts/kant.html</a>'>http://www.english.upenn.edu/~mgamer/Etexts/kant.html</a></a> - the jolly text on Enlightenment, at the basis of Modernity...</span>

Re: IPTV Player - development thread #2628 stro11

  • Senior Member
  • 197 posts

+14
Neutral

Posted 20 November 2016 - 00:13

Hi there,
first of all: Thank you for this wonderful plugin samsamsam.
 
i use an SD skin on one of my boxes, and i have a problem with the size of the infobar of the external gstplayer for a while.
it's to big after an update a while ago. (screenshot_Infobar_137.01.05.01)
 
i tried an imagebackup from a few months ago, and the infobar was ok in this version. (screenshot_Infobar_127.00.31.3)
 
can i change the size of the infobar in the settings of the plugin or external gstplayer ?
if not, can that be made available ?
 
grt stro11

Attached Files



Re: IPTV Player - development thread #2629 samsamsam

  • Senior Member
  • 2,024 posts

+146
Excellent

Posted 20 November 2016 - 00:47

In version "138.00.00.00":
- new host http://tree.tv/ has been added
 
Regards,
SSS


Re: IPTV Player - development thread #2630 samsamsam

  • Senior Member
  • 2,024 posts

+146
Excellent

Posted 20 November 2016 - 00:57

@stro11

 

You can made your own custom skin.

 

For example you use skin  "PLi-HD".

 

In this case you need to modify file /usr/share/enigma2/PLi-HD/skin.xml

 

Find section <screen ...> ... </screen> and add new one with following code:

<screen name="IPTVExtMoviePlayer" position="center,center" size="1280,720" flags="wfNoBorder" backgroundColor="#FFFFFFFF">
    <widget name="logoIcon" position="0,0" size="160,40" zPosition="4" transparent="1" alphatest="blend" />
    <widget name="playbackInfoBaner" position="0,30" size="650,112" zPosition="2" pixmap="PLi-HD/iptv_playback_banner.png" transparent="1" alphatest="blend" />
    <widget name="progressBar" position="94,54" size="544,7" zPosition="4" pixmap="/usr/lib/enigma2/python/Plugins/Extensions/IPTVPlayer/icons/playback_progress.png" transparent="1" borderWidth="1" borderColor="#888888" />
    <widget name="bufferingBar" position="94,54" size="544,7" zPosition="3" pixmap="/usr/lib/enigma2/python/Plugins/Extensions/IPTVPlayer/icons/playback_buff_progress.png" borderWidth="1" borderColor="#888888" />
    <widget name="statusIcon" position="20,45" size="40,40" zPosition="4" transparent="1" alphatest="blend" />
    <widget name="loopIcon" position="43,30" size="40,40" zPosition="4" transparent="1" alphatest="blend" />
    <widget name="goToSeekPointer" position="94,0" size="150,60" zPosition="8" pixmap="/usr/lib/enigma2/python/Plugins/Extensions/IPTVPlayer/icons/playback_pointer.png" transparent="1" alphatest="blend" />
    <widget name="goToSeekLabel" noWrap="1" position="94,0" size="150,40" zPosition="9" transparent="1" foregroundColor="white" backgroundColor="#251f1f1f" font="Regular;24" halign="center" valign="center" />
    <widget name="infoBarTitle" noWrap="1" position="82,30" size="568,23" zPosition="3" transparent="1" foregroundColor="white" backgroundColor="#251f1f1f" font="Regular;18" halign="center" valign="center" />
    <widget name="currTimeLabel" noWrap="1" position="94,62" size="120,30" zPosition="3" transparent="1" foregroundColor="#66ccff" backgroundColor="#251f1f1f" font="Regular;24" halign="left" valign="top" />
    <widget name="lengthTimeLabel" noWrap="1" position="307,62" size="120,30" zPosition="3" transparent="1" foregroundColor="#999999" backgroundColor="#251f1f1f" font="Regular;24" halign="center" valign="top" />
    <widget name="remainedLabel" noWrap="1" position="518,62" size="120,30" zPosition="3" transparent="1" foregroundColor="#66ccff" backgroundColor="#251f1f1f" font="Regular;24" halign="right" valign="top" />
    <widget name="videoInfo" noWrap="1" position="0,0" size="650,30" zPosition="3" transparent="1" foregroundColor="#999999" backgroundColor="#251f1f1f" font="Regular;24" halign="right" valign="top" />
    <widget name="subSynchroIcon" position="0,0" size="180,66" zPosition="4" transparent="1" alphatest="blend" />
    <widget name="subSynchroLabel" position="1,3" size="135,50" zPosition="5" transparent="1" foregroundColor="white" backgroundColor="transparent" font="Regular;24" halign="center" valign="center" />
    <widget name="subLabel1" position="10,430" size="1260,240" zPosition="1" halign="center" valign="center" foregroundColor="#FFFF00" font="Regular;30" borderColor="#FF0000" borderWidth="2" backgroundColor="#cc000000" noWrap="1" />
    <widget name="subLabel2" position="10,430" size="1260,240" zPosition="1" halign="center" valign="center" foregroundColor="#FFFF00" font="Regular;30" borderColor="#FF0000" borderWidth="2" backgroundColor="#cc000000" noWrap="1" />
    <widget name="subLabel3" position="10,430" size="1260,240" zPosition="1" halign="center" valign="center" foregroundColor="#FFFF00" font="Regular;30" borderColor="#FF0000" borderWidth="2" backgroundColor="#cc000000" noWrap="1" />
    <widget name="subLabel4" position="10,430" size="1260,240" zPosition="1" halign="center" valign="center" foregroundColor="#FFFF00" font="Regular;30" borderColor="#FF0000" borderWidth="2" backgroundColor="#cc000000" noWrap="1" />
</screen>
 
You need to put file http://iptvplayer.pl...back_banner.png in directory /usr/share/enigma2/PLi-HD/ 
 
P.S Please remember to make backup skin.xml before you start to modify it.
 
P.S.S On you screen shots I see that you use gstplayer as movie player, please read about exteplayer3 because it is better in most cases. 
 
Regards,
SSS

Edited by samsamsam, 20 November 2016 - 00:59.


Re: IPTV Player - development thread #2631 !wow!

  • Senior Member
  • 47 posts

0
Neutral

Posted 20 November 2016 - 10:12

 

-Remove the host fs.to, due to shut down

New host on this service - http://ex-fs.net/

pls add now 



Re: IPTV Player - development thread #2632 samsamsam

  • Senior Member
  • 2,024 posts

+146
Excellent

Posted 20 November 2016 - 10:34

I added http://tree.tv/  for Russian users.

 

I want to remeber you and others that IPTVPlayer is open source, any one can add host to is and make merge request.

 

So, you can add what you want but adding something need many TIME. You probably think that this take 5 minutes. Not it is not.

 

Regards,

SSS


Edited by samsamsam, 20 November 2016 - 10:37.


Re: IPTV Player - development thread #2633 !wow!

  • Senior Member
  • 47 posts

0
Neutral

Posted 20 November 2016 - 11:04

Sorry for my bad english.

I did not mean to do it right now.

I mean, to return.

Again - sorry.



Re: IPTV Player - development thread #2634 samsamsam

  • Senior Member
  • 2,024 posts

+146
Excellent

Posted 20 November 2016 - 11:08

But ext-fs.to has nothing to do with fs.to.
This is completly diffrent service with diffrent source of link .etc.
 
You know this? 


Re: IPTV Player - development thread #2635 !wow!

  • Senior Member
  • 47 posts

0
Neutral

Posted 20 November 2016 - 11:13

sorry, I do not know.

forget....



Re: IPTV Player - development thread #2636 kookesam

  • Senior Member
  • 151 posts

0
Neutral

Posted 20 November 2016 - 12:08

hello Mister SSS thank you very much Iptv player works wonderfully.



Re: IPTV Player - development thread #2637 abra

  • Senior Member
  • 115 posts

0
Neutral

Posted 21 November 2016 - 00:11

You have two possibilities. 

 

1. Prepare M3U list and put file with extension ".m3u" somewhere where your STB has access and open this file via host Local Media.

2. Use file urllist.txt or urllist.stream these are text files with following format:

...

 

Hello Sam,

 

Thank you very much for the information !

 

I want also to thank for the again working ZDF Mediathek. If you have the possibility, please take a look at 3 more free german similar sites: ARD Mediathek (http://www.ardmediathek.de/tv) , ARTE +7 Mediathek (http://www.arte.tv/guide/de/plus7/) and 3 Sat Mediathek (http://www.3sat.de/mediathek/), maybe you can integrate them into your great plugin.



Re: IPTV Player - development thread #2638 parageria

  • Member
  • 11 posts

0
Neutral

Posted 22 November 2016 - 14:29

hi 

 

how can change default directory of subtitles ?

 

thanks



Re: IPTV Player - development thread #2639 samsamsam

  • Senior Member
  • 2,024 posts

+146
Excellent

Posted 22 November 2016 - 20:59

Subtitles are downloaded to Subtitles directory in IPTVPlayer cache folder. 

Path to cache folder can be changed in IPTVPlayer configuration.

 

Regards,

SSS



Re: IPTV Player - development thread #2640 parageria

  • Member
  • 11 posts

0
Neutral

Posted 22 November 2016 - 21:49

Subtitles are downloaded to Subtitles directory in IPTVPlayer cache folder. 

Path to cache folder can be changed in IPTVPlayer configuration.

 

Regards,

SSS

thank you very match

(before your answer, for play, i make a little patch to iptvtools.pyo-py change cache directory )


Edited by parageria, 22 November 2016 - 21:50.



10 user(s) are reading this topic

0 members, 10 guests, 0 anonymous users