Plex app for Panasonic Smart Viera

i used the http://plex.tv/web/tv/generic link, and was able to login into Plex. it works, but wish I could get a FULL screen (hiding the navigation pane at the top and scroll bars). any ideas?

the http://plex.tv/web/tv/lg link cuts off for me like mcgyver83 pictured.

the https://plex.rbrit.org simply re-routes to the http://plex.tv/web/tv/lg link.

as of now, I’m just using chromecast, but would prefer this to work.

thanks to all!

@jco23 said:
i used the http://plex.tv/web/tv/generic link, and was able to login into Plex. it works, but wish I could get a FULL screen (hiding the navigation pane at the top and scroll bars). any ideas?

the http://plex.tv/web/tv/lg link cuts off for me like mcgyver83 pictured.

the https://plex.rbrit.org simply re-routes to the http://plex.tv/web/tv/lg link.

as of now, I’m just using chromecast, but would prefer this to work.

thanks to all!
doen’t just reroutes it uses the init.json script before it reroutes and the top bar you need install web clip with firefox web ide’s from my git GitHub - ClosestStorm/PlexTVFirefoxOS: PlexTV App for FirefoxOS it only works on HD not 4k

@lolouk44 said:
@ClosestStorm I’ve got a TX58DX700B bought early this year.
I was using the html5 IPTV which is working except the mouse was showing
Just installed the Ajax-CE IPTV App and now I get a “timeout occurred. Cannot launch application” error…
Tried both http and https and both fail to connect.
Checked that the router firewall isn’t the issue (even tested with firewall off to be sure)
Any idea?
well exactly same model as mine if you want to download charles proxy or other proxy program on pc ‘i’m guessing your using a PC’ i can tell you how i’ve redirected lifeshow player

Thanks @ClosestStorm I’d love that please (yes I’m using a pc, but can use Linux if it helps)

@lolouk44 said:
Thanks @ClosestStorm I’d love that please (yes I’m using a pc, but can use Linux if it helps)

what machine is your plex on? doesn’t make difference to me

My Plex is on Ubuntu 16.04

download charles since thats what i’m using on my mac

@lolouk44 try charles since i’ve already made configs on my mac i’ll message you the config xml and if it works. if it does ill do linux scipts tomorrow for you

@ClosestStorm I would also be interested in details of how you redirected lifeshow player please. I have a qnap nas which is based on Linux so I think I could work with Linux scripts.

Thank you

Ok, I’m using the web browser from tv.
I have the same issue than jc023: ho to have fullscreen play?

@ClosestStorm: you use LIfeShow Player that immediately start plex.
I don’t have this app on my AS650, how can I have a similar user experience than you?

@lrem if you want wait a day or so I actually got a qnap nas here I’ll make you a qpkg or ipkg

@mcgyver83 install this with Firefox webide https://raw.githubusercontent.com/ClosestStorm/PlexTVFirefoxOS/master/Plex%20HD.zip if you don’t know how to install it message me

@ClosestStorm said:

@mcgyver83 install this with Firefox webide https://raw.githubusercontent.com/ClosestStorm/PlexTVFirefoxOS/master/Plex%20HD.zip if you don’t know how to install it message me

Can I use that one too or are you still trying to write me one?

@lolouk44 said:

@ClosestStorm said:

@mcgyver83 install this with Firefox webide https://raw.githubusercontent.com/ClosestStorm/PlexTVFirefoxOS/master/Plex%20HD.zip if you don’t know how to install it message me

Can I use that one too or are you still trying to write me one?

nah mate our model ‘4k’ come out wrong diamentions

@ClosestStorm That would be great. Thank you!

made a python script for lifeshow redirect and I’ve included instuections in zip please note you need lifeshow installed

Thanks.
The Ajax app isn’t working (still says connection error timeout) and when trying with the HTML5 app it somehow sets my amplifier to the NET source (internet connected audio apps).

Just to confirm, I ran the install.sh, edited the dns.conf and set the IP address of the machine where plex server and the script are installed, and saved the webhtmls folder on my apache server (under var/www/html/)
Then opened the Ajax IPTV app and set the address to the IP address of my server

Have I missed something?

@lolouk44 contents of the folder e.g. run
#!/bin/sh
mv webhtmls/* /var/www/html/

@lolouk44 after you’ve move the contents of webhtmls to /var/www/html reboot press menu on tv remote go to network setting and change your dns to the ip of your ubuntu pc
I’ve tested it on synology has and Mac OS and it works

Thanks @ClosestStorm
If I move the contents of the webhtmls it will overwrite my own index.html file for my web server…
How / what can I change to go around this?