Samsung TV Cannot Connect to Plex

Well, here it is. The first public version of a community proxy-server for plex smarthub devices:

Is this different to @Orca 's version?

not really. it is written in another language and has up until now just one slight adjustment (more down below)

WTF?

community supported means, that even if @Orca won’t release any updates anymore, the community can fix some minor issues that might arise

Howto?

just got to the github page and RTFM. https://github.com/kadrim/proxy4plex

if anything weird happens, open an issue there

The Future?

currently the proxy server is behaving as close as possible to the reference design by @Orca . One thing i already changed is the IP-Address detection. This could lead to a problem when your PC/Server has multiple IP-Adresses, the wrong one could be selected for forwarding requests. In the community edition this has been addressed.

the following tasks will be completed shortly:

  • detect OS and allow User to install the proxy as a boot-service
  • serve as sideloading server so no need to manually run SammyWidgets
  • porting to Android and iOS
  • auto-update notifications

And don’t forget, hit that donation button for @Orca 's hard work!

3 Likes

on the github repository i also added instructions on how to run this on android. I still have not developed a native app yet. Until then the proxy can still be executed on your phone.

That means, if your PMS is at a remote location and you don’t have a local server running, just fire up the proxy on your phone as needed (i.e. when switchting users on the TV).

Enjoy!

Thanks for the answers, works great.

Thank you for your tool! I’m running this on my Raspberry Pi and it works great. I’ve decided against systemd and instead am using a simple cronjob:

@reboot /home/pi/.local/bin/proxy4plex

Hopefully this can be integrated into PMS someday but until then, danke.

Vielen Dank for your reply :slight_smile:

Glad to hear that it works for you!

If you have any issues, just open an issue here:

Good work with the cronjob, this is a very good way to autostart it, aside from /etc/rc.local which is not available on distros.

But your way with cronjob will work on basically all linux systems :slight_smile:

Best regards,
David

What are your thoughts on letting any request go through? This could in theory benefit even more devices like old iPhones/Androids trying to access other content besides Plex (like Wikipedia).

What a horrible idea…

What you are suggesting, is that every security setting enabled in the world should be bypassed!

A suggestion like that is putting everyone in danger!

I do hope this never ever will happen

You MUST acknowledge, that a computer older than 6 years IS DEAD, meaning no more updates from the manufacturer.

And by computer I mean every thing that has a CPU in it, like a Smart-TV, a mobile or a tablet

Lol. What if somebody hacks my PSP??? :open_mouth:
If you do you online banking with your iPhone 4, it’s your own fault; don’t blame the tool for that.

You forget the fact, that services you use want to be secure, to protect their users, and you wanna bypass things!

Shame on you!

Wikipedia though? Again don’t blame the tool but blame the user. Just because you can rm -rf --no-preserve-root / doesn’t mean you should.

Plex Forums is for discussions about Plex related stuff, that does not goes against the TOS

It’s NOT to opt for a tool, that can bypass internet stuff not related to Plex.

As such, do stand down and end this

let’s focus on the topic.

This weekend i will (hopefully) implement another feature, so that the proxy can also serve as a sideloader for the smarthub device. So no need for sammywidgets, which in turn will make this a little bit easier to run for the users.

Best regards

Hi Tyrael,

Have you done this version yet? I never get any succed to install the new Plex app with Sammywidgets into my Samsung 2012 Model. So, I sticked the USB drive everytime I want to watch something with Plex. And its a little annoying. I Hope I can install the Plex version permanently on Smart Hub without sticking any USB drive anymore.

Thanks

no, still did not find the time for that, as i am still busy with my work.

the sammywidget solution should work, but you need to modify the zip-file, so that inside of it, there is no folder “plex” anymore, like described in this comment:

Well, christmas-eve is near, so here is the present.

i just released a new version of the proxy server which also can do all the work for the (initial) sideloading of the app from @Orca.

Grab it here: https://github.com/kadrim/proxy4plex

For those of you, who already use the proxy, you would not really need to upgrade. It helps new adopters who want to sideload the app on smarthub, but have problems with that.

So the only new feature is sideloading

What does the proxy do while sideloading?

It downloads the last release from @Orca (see Link above) and modifies the zip-File to prepare it for network-sideloading. If requested, it deploys the app.

No more need for USB-Pendrives or using sammywidget to deploy.

Follow the (updated) instructions on github on how to setup your TV for that.

And as always: enjoy!

Stay safe and sound!

2 Likes

Hey People,
I have created docker image for Orca’s provided PlexProxy. Now it can be hosted/run on any Linux/Mac/Windows system using docker.

Access PlexProxy Docker Here.

2 Likes

Thank you, Orca, for a great app and all the time you spend into us, long time (old) Samsung TV lovers. Proud owner of a very slow UN32EH5300 here :smiley:

Also, thank you to plex_tyrael_metaname_de for your efforts into keep the thing rock and rolling!

I encountered exactly the same issues that sanelyidle did and had to go through the same individual fixes to get it working again.

For all those still struggling to install the app on their TVs using SammyWidgets, keep in mind you need to give the app net permissions on first execution and to extract and re-zip the 2.014 version file. Re-zip it outside the “Plex” root and it will work.

Thank you!!

how can i install the server on my qnap nas?

how can i install the server on my qnap nas?

you would first need ssh access to your qnap which can be done by following other tutorials out there.

after that you simply download the corresponding binary from the releases page which match your cpu-architecture (either arm or x86) and then run it. the rest should be well documented on the github page.

if not, please reply here and i will adjust the manual.

@tahirzia Nice move !

ThankYou
work perfectly into Synology Docker !