Can i make a standalone movie scraper on TV?

Ideas and dreaming will go this forum

User avatar
Murdock
SamyGO Project Donor
Posts: 236
Joined: Tue Apr 19, 2016 2:10 pm

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

Post 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.
wluczykijwf
Official SamyGO Developer
Posts: 1051
Joined: Sat Sep 21, 2013 5:07 pm
Location: Poland

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

Post by wluczykijwf »

@Murdock
Read topic with my first cross-compilation
I based on knowledge @juuso user (topic).
sorry for my english
UE40F8000 (T-FXPDEUC-1136.0), BD-D5500
User avatar
Murdock
SamyGO Project Donor
Posts: 236
Joined: Tue Apr 19, 2016 2:10 pm

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

Post by Murdock »

I read your topic before, but now i'm sure to use VDLinux-arm-v7a15v3r1.
Thanks!
wluczykijwf
Official SamyGO Developer
Posts: 1051
Joined: Sat Sep 21, 2013 5:07 pm
Location: Poland

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

Post 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.
sorry for my english
UE40F8000 (T-FXPDEUC-1136.0), BD-D5500
matrixabc
SamyGO Project Donor
Posts: 81
Joined: Wed Jan 29, 2014 11:03 am

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

Post by matrixabc »

I also used "VDLinux-arm-v7a15v3r1" for f7000 and it work
https://forum.samygo.tv/viewtopic.php?f ... 0&start=30
User avatar
Murdock
SamyGO Project Donor
Posts: 236
Joined: Tue Apr 19, 2016 2:10 pm

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

Post 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.
Last edited by Murdock on Sat May 14, 2016 6:45 pm, edited 1 time in total.
wluczykijwf
Official SamyGO Developer
Posts: 1051
Joined: Sat Sep 21, 2013 5:07 pm
Location: Poland

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

Post 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.
sorry for my english
UE40F8000 (T-FXPDEUC-1136.0), BD-D5500

Post Reply

Return to “[F] Brainstorm”