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 #2141 bogdanm

  • Senior Member
  • 59 posts

+1
Neutral

Posted 7 August 2016 - 08:04

 

@Sam

@gorski

Yes I have ffmpeg install in my image ...

ffmpeg version 3.1 Copyright (c) 2000-2016 the FFmpeg developers
  built with gcc 4.9.1 (GCC)

My box DM800

Thank you

 

At now there is no exteplayer3 for ffmpeg 3.1 on IPTVPlayer servers.

It is really funny when "teams" must have all the latest but they event not know what this new version bring.

In fact, this is just stupid. 

 

Anyway I will compile exteplayer3 for ffmpeg 3.1 when I found free time.

 

Regards,

SSS

 

BH no suport DM boxes he made image only to VU+ boxes.

And his git is made to VU+ boxes.

 

This image was made by  this user becouse source is public on git.

He copy and past whot he can and from whot other site can to this image

Developer who compile this image to DM 800 is on this site [ PLi forum ]



Re: IPTV Player - development thread #2142 MastaG

  • Senior Member
  • 1,531 posts

+118
Excellent

Posted 7 August 2016 - 09:10

Regarding ffmpeg and gstreamer I think it's wrong to asume the latest and greatest version (or git snapshot for that matter) will bring improvements.

We're using gstreamer and ffmpeg for a special purpose (parsing and demuxing audio and video and injecting the PES into the hardware decoder of our stbs).

So there's a high chance of breaking things when blindly upgrading to the latest version.

For example, using the latest gstreamer git snapshot breaks hls streams using the dvbmediasink on sh4 receivers, so for sh4 we're better of with 1.6.3.

 

Also after upgrading ffmpeg and building extexplayer3 against it, it's a always a good idea to run exteplayer3 from command line and see whether all streams are still playing correctly (hls/smooth/rtmp etc...).

That's something I just couldn't find the time for lately ;)

 

Also it's a good idea to check what the other devs are doing, for example:

Taapat: https://github.com/T...openpli-oe-core

mx3L: https://github.com/m...ab=repositories

samsamsam's exteplayer3: https://github.com/s...yer/exteplayer3

samsamsam's iptv player: https://gitlab.com/i.../commits/master

christophecvr: https://github.com/c...ab=repositories

openpli's oe-core: https://github.com/O...openpli-oe-core

oe-alliance's oe-core: https://github.com/o...e-alliance-core

 

This always gives a good idea of whats up (at least it does for me).

For example Taapat, recently reverted back to ffmpeg 3.1 to 3.02 due to problems with h264 hls streams: https://github.com/T...9f28b16b45f8e07

Maybe it was only related to using it for libeplayer on sh4 receivers.. maybe not.

You could always ask:)



Re: IPTV Player - development thread #2143 Taapat

  • PLi® Core member
  • 2,345 posts

+121
Excellent

Posted 7 August 2016 - 19:59

My 3 cents about updates.
I agree with the samsamsam that blindly update ffmerg or gstreamer version does not matter.

 

We have to look at that, what has been improved. If not anything for what we use, the update does not make sense.
But, unfortunately, the fact is that the versions are updated, regardless of all those works for us correctly, or not.

And I do not think it was right to stay at the last correctly working version and no longer renew it for several years.

 

I think the best thing would be immediately after the changes find the bugs, correct them, so that we can always use the actual version.

Unfortunately, for this needs a lot of time, that none of us are have.

 

Herefore, we currently have to use version witch working correctly, in the hope that someone else or we, find the time to correct bugs in latest versions for as.



Re: IPTV Player - development thread #2144 fairbird

  • Senior Member
  • 413 posts

+20
Neutral

Posted 8 August 2016 - 01:01

MY feedback after tested plugin on my image with last version (gstreamer 1.9.1.1 and ffmpeg 3.1)...

1-Before sam updated to exteplayer3 the movies stop working after 10 or 15 minutes ...

2-After sam updated to exteplayer3 the movies works excellent without any problem ....

 

Thank you SAM


Edited by fairbird, 8 August 2016 - 01:02.

DM500s
DM800

DM800se

DM920UHD


Re: IPTV Player - development thread #2145 Dimmie

  • Senior Member
  • 2,338 posts

+33
Good

Posted 14 August 2016 - 02:16

Seems there is something wrong with the subtitles from opensubtitles.org. When using it with iptvplayer it keeps saying "last error: login failed".

 

In the same time on a pc opensubtitles.org is reachable without any login and subs can be downloaded.


Edited by Dimmie, 14 August 2016 - 02:19.


Re: IPTV Player - development thread #2146 shilev

  • Senior Member
  • 127 posts

+1
Neutral

Posted 14 August 2016 - 09:53

123 movies main host (server 10) doesn't work. On their site everything work fine.

Sent from my D6503 using Tapatalk

Re: IPTV Player - development thread #2147 Dimmie

  • Senior Member
  • 2,338 posts

+33
Good

Posted 14 August 2016 - 11:49

Subscene.com subtitles also doesnt work anymore



Re: IPTV Player - development thread #2148 shilev

  • Senior Member
  • 127 posts

+1
Neutral

Posted 14 August 2016 - 11:52

Also, for a long time red button doesn't do delete like it should be when you type something in search engine

Sent from my D6503 using Tapatalk

Re: IPTV Player - development thread #2149 gorski

  • Senior Member
  • 1,699 posts

+46
Good

Posted 14 August 2016 - 13:26

Various versions of ffmpeg for Mipsel v. 2 images:
 
cd /tmp
tar -xzf ffmpeg2.8.5_mipsel_fpu.tar.gz -C /
rm ffmpeg2.8.5_mipsel_fpu.tar.gz
sync
reboot
 
Open SSL 1.02 modification
 
Open SSL used in Enigma2 was upgraded lately to v. 1.02, so this version of ffmpeg reflects it
 
cd /tmp
tar -xzf ffmpeg2.8.5_mipsel_fpu_openssl1.0.2.tar.gz -C /
rm ffmpeg2.8.5_mipsel_fpu_openssl1.0.2.tar.gz
sync
reboot
 
or
 
cd /tmp
tar -xzf ffmpeg3.0_mipsel_fpu.tar.gz -C /
rm ffmpeg3.0_mipsel_fpu.tar.gz
sync
reboot
 
or
 
cd /tmp
tar -xzf ffmpeg3.0_mipsel_softfpu.tar.gz -C /
rm ffmpeg3.0_mipsel_softfpu.tar.gz
sync
reboot
 
1a) Telnet command again, to check if the ffmpeg installation went well
 
ffmpeg --version
 
2) Telnet commands to install IPTV Player
 
rm -rf /usr/lib/enigma2/python/Plugins/Extensions/IPTVPlayer
cd /tmp
tar -xzf latest.pythonX.X.tar.gz -C /tmp
rm latest.pythonX.X.tar.gz
cp -r iptvplayer-for-e2.git/IPTVPlayer /usr/lib/enigma2/python/Plugins/Extensions/IPTVPlayer
rm -rf iptvplayer-for-e2.git/IPTVPlayer
sync
reboot
 
2a) If it doesn't appear in the Plugins, for instance - usually in older images, missing some Python parts - use the following Telnet commands
 
opkg update && opkg install python-html
opkg update && opkg install python-textutils
rm -rf /usr/lib/enigma2/python/Plugins/Extensions/IPTVPlayer
cd /tmp
tar -xzf latest.pythonX.X.tar.gz -C /tmp
rm latest.pythonX.X.tar.gz
cp -r iptvplayer-for-e2.git/IPTVPlayer /usr/lib/enigma2/python/Plugins/Extensions/IPTVPlayer
rm -rf iptvplayer-for-e2.git/IPTVPlayer
sync
reboot
 
Good luck! B)

<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 #2150 Dimmie

  • Senior Member
  • 2,338 posts

+33
Good

Posted 15 August 2016 - 05:11

I found out that when installing on a Xsarius Pure HD, the opensubtitles gives "Login failed"

 

When installing on Xtrend I don't have this error.

 

Both used latest version of openpli4, and used installation method from the wiki.

 

Please a solution for this.



Re: IPTV Player - development thread #2151 benko

  • Senior Member
  • 96 posts

0
Neutral

Posted 15 August 2016 - 20:21

Please insert the host


Re: IPTV Player - development thread #2152 Dimmie

  • Senior Member
  • 2,338 posts

+33
Good

Posted 15 August 2016 - 22:14

Does anyone have a clue for the "login failed" message with the opensubtitles on a Xsarius Pure ?

 

Maybe an extra package is missing ? This problem only occurs on the Xsarius Pure as far as I know.



Re: IPTV Player - development thread #2153 vovan43

  • Senior Member
  • 65 posts

+1
Neutral

Posted 16 August 2016 - 16:20

Hi Samsamsam , stopped working hosts hdkinomir, kinopokaz, kinotan.

Re: IPTV Player - development thread #2154 Dimmie

  • Senior Member
  • 2,338 posts

+33
Good

Posted 17 August 2016 - 02:29

Today I registered on Opensubtitles. I filled in the login and password in the settings of iptvplayer, to see if that helps.

But still the same error: "login failed".

This happens on Xsarius Pure box.



Re: IPTV Player - development thread #2155 gorski

  • Senior Member
  • 1,699 posts

+46
Good

Posted 17 August 2016 - 10:13

So, you first tried without having an account on OpenSubtitles? That is answered, then... :D

 

It works fine at my end... ;)


<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 #2156 Dimmie

  • Senior Member
  • 2,338 posts

+33
Good

Posted 17 August 2016 - 12:44

It does NOT work on a Xsarius Pure. 

 

On other receivers it works fine. 

 

On a Xsarius Pure you get a the message "login failed" when trying to use opensubtitles. With or without login, it does not matter. The iptvplayer plugin does something wrong on the Xsarius pure.


Edited by Dimmie, 17 August 2016 - 12:44.


Re: IPTV Player - development thread #2157 gorski

  • Senior Member
  • 1,699 posts

+46
Good

Posted 17 August 2016 - 15:36

Yes, what I saw as a bit strange is that you registered with OpenSubs just now, ergo you tried without it first...

 

So, double check, we are all human, maybe you made a mistake somewhere with a username/pass?


<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 #2158 Dimmie

  • Senior Member
  • 2,338 posts

+33
Good

Posted 17 August 2016 - 15:57

No did not make mistake. As I said, On a Xsarius Pure this problem occurs.

 

Made fresh OpenPLI install and followed the installition wiki for iptvplayer just like I did with other brands of receivers. On DM8000, Xtrend 9500, Xtrend 10000, Zgemma H2H, Xsarius Fusion HD SE etc all work fine. Only on the Xsarius Pure I have this problem with IPTVplayer. So my guess is that extra package(s) needs to be be installed (?) to get the subtitles working on a Xsarius Pure.



Re: IPTV Player - development thread #2159 Dimmie

  • Senior Member
  • 2,338 posts

+33
Good

Posted 17 August 2016 - 16:01

Normally you don't need to register at all on Opensubtitles. Just keep the settings blanco (default) in IPTVPlayer, always works fine, except on the Xsarius Pure.



Re: IPTV Player - development thread #2160 athoik

  • PLi® Core member
  • 8,458 posts

+327
Excellent

Posted 17 August 2016 - 16:04

Use the command opkg list-installed and see what is missing by comparing outputs.

opkg list-installed | grep python, will filter installed packages containing word python.
Wavefield T90: 0.8W - 1.9E - 4.8E - 13E - 16E - 19.2E - 23.5E - 26E - 33E - 39E - 42E - 45E on EMP Centauri DiseqC 16/1
Unamed: 13E Quattro - 9E Quattro on IKUSI MS-0916


4 user(s) are reading this topic

0 members, 4 guests, 0 anonymous users