Page 2 of 2

Re: Can i make a standalone movie scraper on TV?

Posted: Thu May 12, 2016 6:06 pm
by Murdock
I realized that my cross-compiled python not get ssl support. I need to recompile with openssl.
My TV is: UE32F5500

Which is the right toolchain for my TV i need to use to get ssl support.

I used arm-2012.09-64-arm-none-linux-gnueabi-i686-pc-linux-gnu.tar.bz2 to compile python.

Re: Can i make a standalone movie scraper on TV?

Posted: Thu May 12, 2016 7:20 pm
by wluczykijwf
@Murdock
Read topic with my first cross-compilation
I based on knowledge @juuso user (topic).

Re: Can i make a standalone movie scraper on TV?

Posted: Thu May 12, 2016 7:40 pm
by Murdock
I read your topic before, but now i'm sure to use VDLinux-arm-v7a15v3r1.
Thanks!

Re: Can i make a standalone movie scraper on TV?

Posted: Thu May 12, 2016 8:15 pm
by wluczykijwf
Personally I'm using the arm-none-linux-gnueabi. At the instigation @zoelechat. Since I use it I haven't problem with cross-compilation for F-series. The cross-compile apps works also E and H series.

Re: Can i make a standalone movie scraper on TV?

Posted: Thu May 12, 2016 8:45 pm
by matrixabc
I also used "VDLinux-arm-v7a15v3r1" for f7000 and it work
https://forum.samygo.tv/viewtopic.php?f ... 0&start=30

Re: Can i make a standalone movie scraper on TV?

Posted: Sat May 14, 2016 5:26 am
by Murdock
Dear wluczykijwf or matrixabc!

Hello Again!

I compiled openssl with the help of the topic. I have the libssl.so and libcrypto.so file.
But i got warning that say openssl not compiled with "shared" instead pretend "no-shared". (Tried on Ubuntu, Kali, CentOs. All the same warning.)

Then i tried to compile python with ssl.

The "make python Parser/pgen" give me error in _ssl.c that say: no sslv2 and sslv3 find and then halt.

So, i commented out the lines that referenced to sslv2 and sslv3.
Now python was compiled. I need to copy the libss.so and libcrypto.so to python's lib directory manually. Now ssl is working.

But, I think this is not the right way to do this. Am i right?

Anomaly: When i telnet to the TV and start my server program in shell as usual with my python ssl version as background thread, i can access shell and run any command i want but i can't exit from shell anymore.

Re: Can i make a standalone movie scraper on TV?

Posted: Sat May 14, 2016 10:22 am
by wluczykijwf
Murdock wrote: [...] But,(a very big but) I think this is not the right way to do this. Am i right?
I think that a size hasn't matter. A problem may be only with a free space in the /mnt directory.