Page 1 of 2

Popcorn-time on Samsung SMART TV

Posted: Mon Jul 17, 2017 5:07 pm
by majklcze
Im dreaming about direct app for Samsung SMART TVs - https://popcorn-time.to/
all movies on one click :D

Re: Popcorn-time on Samsung SMART TV

Posted: Fri Jul 21, 2017 7:48 am
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.

Re: Popcorn-time on Samsung SMART TV

Posted: Sat Jul 22, 2017 3:49 am
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

Re: Popcorn-time on Samsung SMART TV

Posted: Wed Jul 26, 2017 12:28 pm
by mad_ady
What about audio? And hw decoded video playback?

Re: Popcorn-time on Samsung SMART TV

Posted: Wed Jul 26, 2017 7:09 pm
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

Re: Popcorn-time on Samsung SMART TV

Posted: Wed Aug 02, 2017 1:31 pm
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

Re: Popcorn-time on Samsung SMART TV

Posted: Sun Aug 06, 2017 7:00 am
by juusso
Yes, please, share it with some extended comments how to use it. :)

Re: Popcorn-time on Samsung SMART TV

Posted: Wed Aug 16, 2017 11:11 am
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

Re: Popcorn-time on Samsung SMART TV

Posted: Sat Aug 19, 2017 8:33 am
by Murdock
Hi! Someone tried my SlimFlixTorrent pack?

With nodejs we can add new functionality to our old TVs easily.

Re: Popcorn-time on Samsung SMART TV

Posted: Thu Oct 19, 2017 7:55 am
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.)