Popcorn-time on Samsung SMART TV

Ideas and dreaming will go this forum

majklcze
SamyGO Project Donor
Posts: 9
Joined: Sat Sep 05, 2015 9:18 pm

Popcorn-time on Samsung SMART TV

Post by majklcze »

Im dreaming about direct app for Samsung SMART TVs - https://popcorn-time.to/
all movies on one click :D
mad_ady
SamyGO Project Donor
Posts: 268
Joined: Sun May 03, 2015 10:42 am

Re: Popcorn-time on Samsung SMART TV

Post by mad_ady »

There are many problems that prevent that app from running on the tv:
1. You need to get an armel version for it which I doubt they provide
2. Assuming you have all the libraries it needs (in a chroot for example), it needs to display a window and allow you to control it which requires an X11 server
3. Assuming that torrent downloading is fast enough for streaming, you will need a way to play back content. Popcorn Time comes with its own video player which on ARM does video decoding and video rendering in software. This means that videos will be choppy as hell. It could use an external player, but I don't know how you could interface with Samsung's video player.

So -it's very unlikely it would work on Samsung TVs.

But you could run it on a cheap tablet that has hdmi out to the tv. Much simpler and painless.
H6400, firmware 2602.2 downgraded to 2130
szt
Posts: 62
Joined: Wed Jun 24, 2015 10:27 pm

Re: Popcorn-time on Samsung SMART TV

Post by szt »

mad_ady wrote: Fri Jul 21, 2017 7:48 am 2. Assuming you have all the libraries it needs (in a chroot for example), it needs to display a window and allow you to control it which requires an X11 server
samsung TV have X11 server in it. You can check. And I told you this a long time ago https://forum.samygo.tv/viewtopic.php?p=77501#p77501

and you can check this https://forum.samygo.tv/viewtopic.php?t=5992

Code: Select all

  306 root       0:01 /mtd_appdata/Runtime/bin/X -logfile /mtd_rwarea/Xlog.txt -modulepath /mtd_appdata/Runtime/XorgLibs -config /mtd_appdata/Runtime/bin/xorg.conf
mad_ady
SamyGO Project Donor
Posts: 268
Joined: Sun May 03, 2015 10:42 am

Re: Popcorn-time on Samsung SMART TV

Post by mad_ady »

What about audio? And hw decoded video playback?
H6400, firmware 2602.2 downgraded to 2130
szt
Posts: 62
Joined: Wed Jun 24, 2015 10:27 pm

Re: Popcorn-time on Samsung SMART TV

Post by szt »

Need check kernel source code and maybe do some reverse-engineering. They have some internal API to use hw decoder for video/audio
User avatar
Murdock
SamyGO Project Donor
Posts: 236
Joined: Tue Apr 19, 2016 2:10 pm

Re: Popcorn-time on Samsung SMART TV

Post by Murdock »

Hello!

I'm created a working torrent downloader and player earlier for my ue32f5500aw (armv7). I will search it and upload it if you need this.

The method i used:
1. I'm Created a standard application for the tv. This is handling the playback and remote commands.
2. I'm cross-compiled node.js for armv7. This is use peerflix module to download any torrent to an attached flash drive and stream the video for the app or any local player.

View it in action: https://www.youtube.com/watch?v=NcMyirEOTVc
User avatar
juusso
SamyGO Moderator
Posts: 10129
Joined: Sun Mar 07, 2010 6:20 pm

Re: Popcorn-time on Samsung SMART TV

Post by juusso »

Yes, please, share it with some extended comments how to use it. :)
LE40B653T5W,UE40D6750,UE65Q8C
Have questions? Read SamyGO Wiki, Search on forum first!
FFB (v0.8), FFB for CI+ . Get root on: C series, D series, E series, F series, H series. rooting K series, exeDSP/exeTV patches[C/D/E/F/H]

DO NOT EVER INSTALL FIRMWARE UPGRADE
User avatar
Murdock
SamyGO Project Donor
Posts: 236
Joined: Tue Apr 19, 2016 2:10 pm

Re: Popcorn-time on Samsung SMART TV

Post by Murdock »

juusso wrote: Sun Aug 06, 2017 7:00 am Yes, please, share it with some extended comments how to use it. :)
Sorry but i'm very busy at this time.

This is the download link for my SlimFlixTorrent test package:
Download
You can find Readme.txt inside the archive.

A little self-promotion:
Try my other stuffs, like the one below.

SlimCast Chrome Extension
View Movies and TV shows on your Samsung Smart TV D, E, F and H series safely with my Chrome Extension and Samsung App.

Supported video hosting providers: Vidto.me, Vidzi.tv, Vidlox.tv, Rapidvideo.ws, Kingvid.tv, Vidoza.net, Vidtodo.com, Vshare.eu, Streamcloud.eu, Gamovideo.com, Grifthost.com, Faststream.ws, Raptu.com, Speedvid.net, Gorillavid.in

I'm wrote it because Samsung DLNA not support seeking and subtitles. My app support both.

Little YouTube Video: https://www.youtube.com/watch?v=nEU4GZyoBq0

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

Re: Popcorn-time on Samsung SMART TV

Post by Murdock »

Hi! Someone tried my SlimFlixTorrent pack?

With nodejs we can add new functionality to our old TVs easily.
User avatar
Murdock
SamyGO Project Donor
Posts: 236
Joined: Tue Apr 19, 2016 2:10 pm

Re: Popcorn-time on Samsung SMART TV

Post by Murdock »

Hello!

I will release a new torrent app for F series ARM soon.

Some info:
- Popcorn-time api to get info and torrent.
- Use cross-compiled libtorrent and python code to download and stream videos.
(Node.js is resource hungry and not as stable as python.)

Post Reply

Return to “[F] Brainstorm”