Jump to content


Photo

Sources for IPTVPlayer helper binaries


  • Please log in to reply
67 replies to this topic

#1 MastaG

  • Senior Member
  • 1,531 posts

+118
Excellent

Posted 6 December 2017 - 14:55

Hi samsamsam,

 

I've been making some recipes for building the dependencies required for your IPTV Player plugin:

See:

https://github.com/M...s-iptvplayer.bb

https://github.com/M...dl/hlsdl_git.bb

https://github.com/M.../f4mdump_git.bb

https://github.com/M...ubparser_git.bb

https://github.com/M...t-ifdsrc_git.bb

https://github.com/M...ir/lsdir_git.bb

 

This way, the startup wizard doesn't have to download any files from your server.

Also half of them don't download correctly due to difference version of openssl used in our release of OpenEmbedded.

 

The above ones all pass now, but I can't seem to find your modified sources for rtmpdump and duk.

duk will correctly download from your server and works OK, but it's nice to build it ourselfs.

However rtmpdump is deprecated according to your plugin and fails to download.

 

So where do you host those two projects?

 

Thanks in advance :)


Edited by MastaG, 6 December 2017 - 14:56.


Re: Sources for IPTVPlayer helper binaries #2 samsamsam

  • Senior Member
  • 2,024 posts

+146
Excellent

Posted 6 December 2017 - 17:17

Hello,

 

 


Also half of them don't download correctly due to difference version of openssl used in our release of OpenEmbedded.

 

 

This is not true. The version of OpenSSL it is not problem. The problem is this patch

https://github.com/o....2/soname.patch

which change SONAME. 

 

Anyway it could be fixed by creating symlinks to libssl.so.1.0.0 and libcrypto.so.1.0.0 to the binaries which name was changed to 1.0.2 by this patch.

 

Simple question what for this nam was changed? I only want to say that OpenSSL does not see the reason to change this name why openembedded feel that they know better then OpenSSL developers?

 

In case of source code of duktape and rtmpdump I will push them at free time.

In case of rtmpdump patch from K.S.V is used with additional release version info.

In case of duktape I added only some "security" patch to not allow malicious javascript code to hangs set-top-box.

 

Regards,

SSS


Edited by samsamsam, 6 December 2017 - 17:22.


Re: Sources for IPTVPlayer helper binaries #3 samsamsam

  • Senior Member
  • 2,024 posts

+146
Excellent

Posted 9 December 2017 - 00:55

@MastaG

 

I attached original sources and patch for duktape.

 

Regards,

SSS

Attached Files



Re: Sources for IPTVPlayer helper binaries #4 MastaG

  • Senior Member
  • 1,531 posts

+118
Excellent

Posted 9 December 2017 - 10:42

Thanks a million my friend :)
That will do fine.
Now all users will be able to install a compatible version of your iptv player + dependencies regardless of their platform and OE version.

Cheers

Re: Sources for IPTVPlayer helper binaries #5 MastaG

  • Senior Member
  • 1,531 posts

+118
Excellent

Posted 9 December 2017 - 10:44

Regarding rtmpdump, I can patch the release/version info myself since I know what iptv player expects.
But what is this K.S.V patch?

Re: Sources for IPTVPlayer helper binaries #6 athoik

  • PLi® Core member
  • 8,458 posts

+327
Excellent

Posted 9 December 2017 - 10:47

https://github.com/K...cripts/releases
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

Re: Sources for IPTVPlayer helper binaries #7 gorski

  • Senior Member
  • 1,699 posts

+46
Good

Posted 9 December 2017 - 12:19

Thanx a great big bunch to all involved!
 

From a users' point of view, am I correct in assuming this will greatly simplify things for us, in terms of installation, configuration and usage, please?


<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: Sources for IPTVPlayer helper binaries #8 MastaG

  • Senior Member
  • 1,531 posts

+118
Excellent

Posted 9 December 2017 - 14:20

@Athoik

Thank you my friend, that'll do.

 

@gorski

Well yes and no my friend :)

When I've added the last two recipes for duktape and rtmpdump to my feeds (+ Athoiks IPTVPlayer recipe), no more questions will be asked during the first start of the plugin.

You'll have all bits pre-installed (such as the ffmpeg binary, exteplayer3, gstplayer etc..).

So no more need to manually mess with ipks and such.

This will apply to all receivers regardless of the OE version.

 

However I can't speak for the rest of the team but I don't think the IPTV Player + dependencies will be included in the official feeds due to "various" reasons such as that it allows you to enjoy things you didn't own the rights to;)

No offense to anybody here, I personally love the plugin, so I carry it in my own feeds for my own unofficial images.

 

Anyways.. I guess the team will have to decide on this.. if they allow it I shall submit a PR to the official feed.

Then all troubles will be a thing of the past as you can just choose to install IPTV Player from the plugin browser and it'll automatically pull in all requirements.

If not.. then I guess I'll drop some unofficial builds in the near future for testing purposes or you can build it yourself :)

 

Btw,, thx for your nice message, I'll get back to it :)


Edited by MastaG, 9 December 2017 - 14:22.


Re: Sources for IPTVPlayer helper binaries #9 samsamsam

  • Senior Member
  • 2,024 posts

+146
Excellent

Posted 9 December 2017 - 15:16

@MastaG

 

Did you have chance to investigate why openembedded  change SONAME for OpenSSL libs?



Re: Sources for IPTVPlayer helper binaries #10 blzr

  • PLi® Core member
  • 2,269 posts

+118
Excellent

Posted 9 December 2017 - 15:35

here you go:

http://cgit.openembe...6358379b0516821


True sarcasm doesn't need green font...

Re: Sources for IPTVPlayer helper binaries #11 jort38

  • Senior Member
  • 644 posts

+8
Neutral

Posted 9 December 2017 - 15:40

Now all users will be able to install a compatible version of your iptv player + dependencies regardless of their platform and OE version.

Cheers

Will this also be available for those of us (Xtrend users) on OpenPli 4.0?


Vu+ Ultimo 4K (4 TB HD, DVBS FSB, DVBC FBC & OpenPli 9),

Xtrend ET10000 (1 DVBS works via ethernet & OpenPli 9),

Xtrend ET10000 (DVBT2 & OpenPli 9, located in Thailand). Only latest stable releases.

Xtrend ET10000 (works via ethernet & OpenPli 9) and

Xtrend ET8000 (1 TB HD, 1 DVBT2 & works via ethernet & OpenPli 9)


Re: Sources for IPTVPlayer helper binaries #12 samsamsam

  • Senior Member
  • 2,024 posts

+146
Excellent

Posted 9 December 2017 - 15:53

@blzr

 

They are talking about different in ABI but do you have any examples what is not working?
I do not know open source component which use function which ABI have been changed.
Do you know such?

Edited by samsamsam, 9 December 2017 - 15:53.


Re: Sources for IPTVPlayer helper binaries #13 blzr

  • PLi® Core member
  • 2,269 posts

+118
Excellent

Posted 9 December 2017 - 16:02

here's original bug report on yocto. FWIW:

https://bugzilla.yoc...ug.cgi?id=11396


True sarcasm doesn't need green font...

Re: Sources for IPTVPlayer helper binaries #14 samsamsam

  • Senior Member
  • 2,024 posts

+146
Excellent

Posted 9 December 2017 - 16:15

@blzr

 

To be honest it looks to me that they do not know what they doing. 

 

 

They add symbol versioning  patch to openssl. This couse that binaries build with diffrent symbol version will not work (in this case they give example with Ubuntu).

 


Meanwhile it seems like ubuntu *didn't* bump soname, nor restart on a new version symbol script. This means binaries built on ubuntu will link against the yocto 1.0.0 soname but fail due to it having the debian 1.0.2 ABI.

 

So, they change SONAME. But this will not help anyway, binaries from "Ubuntu" will still not works. 

 

They should change symbol version only for symbol which ABI has been changed. Exacly like GlibC do. 

 

If your binary use symbol with new version then it will not work with library which does not have such symbol with this version.

 

This is exactly same situation and no one get the idea to change SONAME for each GlibC version.

 

This is really funny.


Edited by samsamsam, 9 December 2017 - 16:16.


Re: Sources for IPTVPlayer helper binaries #15 foxbob

  • Senior Member
  • 612 posts

+18
Neutral

Posted 11 December 2017 - 10:54

I've compiled iptvplayer with your corrections. Dependencies are set and everything works. I'm asking to install a duktape which is not yet available and rtmpdump which is. But it does not affect the work. When entering the plugin, no additional components are required.



Re: Sources for IPTVPlayer helper binaries #16 MastaG

  • Senior Member
  • 1,531 posts

+118
Excellent

Posted 11 December 2017 - 14:12

True, duktape isn't a hard requirement as the one from SSS' fileserver will work just fine.

However for my images from the pyro branch, the question for installing rtmpdump will keep coming up because the stock rtmpdump from pyro doesn't contain the correct release string.

And since OE applies the SONAME patch to openssl, his binary won't work unless you create the extra symlinks.

 

It will work great nevertheless though.. it's just the wizard that keeps on asking ;)



Re: Sources for IPTVPlayer helper binaries #17 MastaG

  • Senior Member
  • 1,531 posts

+118
Excellent

Posted 11 December 2017 - 14:49

Btw does anyone happen to have an updated KSV patch which applies to the current rtmpdump git head?

The one posted here: https://github.com/K...cripts/releases requires an older revision of rtmpdump (and I don't want to fix all rejects by hand..).



Re: Sources for IPTVPlayer helper binaries #18 samsamsam

  • Senior Member
  • 2,024 posts

+146
Excellent

Posted 11 December 2017 - 19:08

@foxbob

 

Without duktape links from  many web hosts will not work (for example from openload and manny others), you will get "No valid links", also manny www services protected for example by cloudflare protection will not work, you will get "No items to display".

 

duktape is very important utility and IPTV Player will not work correctly without it.

 

Without rtmpdump you will be not able to use buffering and recording mode for rtmp streams.

 

Regards,

SSS



Re: Sources for IPTVPlayer helper binaries #19 athoik

  • PLi® Core member
  • 8,458 posts

+327
Excellent

Posted 11 December 2017 - 19:14

Btw does anyone happen to have an updated KSV patch which applies to the current rtmpdump git head?
The one posted here: https://github.com/K...cripts/releases requires an older revision of rtmpdump (and I don't want to fix all rejects by hand..).


I think OE-A has the patches, check https://github.com/o...liance/rtmpdump
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

Re: Sources for IPTVPlayer helper binaries #20 foxbob

  • Senior Member
  • 612 posts

+18
Neutral

Posted 11 December 2017 - 19:54

I know rtmpdump in the system is also in the dependencies, too.I use rtmpdump_2.4.bbappend:

 

SRCREV = "fa8646daeb19dfd12c181f7d19de708d623704c0"
SRC_URI = " \
    git://git.ffmpeg.org/rtmpdump \
    file://fix-racing-build-issue.patch"
 
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"



0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users