2014-03-19, 06:43
I've got an addon that uses a HLS stream over HTTPS.
It took me a while to track down why it would play on some platforms and not others.. but I narrowed it down to ffmpeg being built without gnutls.
The OpenELEC guys had gnutls missing as a ffmpeg dependency (which they've now fixed), so their builds are now working. I've also had confirmation that Ubuntu Gotham builds are working too, but the official Android and iOS builds are excluding gmp, nettle and gnutls (commit 330a812603e6d1b44fbc014a0cfcc04c8611dbc3)
In commit c43bbb31e2396534d73b4311f9461c85711b8026, I can see this comment suggested the error:
I've had some strange errors trying to build the Android version on my desktop, so I haven't been able to test it yet, but in the mean time.. what is the likelihood of this being fixed for the final release of Gotham? Should I submit a bug report or feature request in Trac for this?
cheers
It took me a while to track down why it would play on some platforms and not others.. but I narrowed it down to ffmpeg being built without gnutls.
The OpenELEC guys had gnutls missing as a ffmpeg dependency (which they've now fixed), so their builds are now working. I've also had confirmation that Ubuntu Gotham builds are working too, but the official Android and iOS builds are excluding gmp, nettle and gnutls (commit 330a812603e6d1b44fbc014a0cfcc04c8611dbc3)
In commit c43bbb31e2396534d73b4311f9461c85711b8026, I can see this comment suggested the error:
Code:
droid: temp fix runtime crash on load, disable gmp
Cannot load library: soinfo_relocate(linker.cpp:975):
cannot locate symbol "__gmp_binvert_limb_table" referenced by "libavformat-54-arm.so"...
I've had some strange errors trying to build the Android version on my desktop, so I haven't been able to test it yet, but in the mean time.. what is the likelihood of this being fixed for the final release of Gotham? Should I submit a bug report or feature request in Trac for this?
cheers