FAQ  •  Register  •  Login

PS4 Browser Compatibility

<<

a_PS4_User

Serviio newbie

Posts: 1

Joined: Tue Dec 31, 2013 8:32 pm

Post Tue Dec 31, 2013 8:59 pm

PS4 Browser Compatibility

Hi,
First of all, I love Serviio. It is hands down the best DLNA server around. Imagine my devastation when I turned on my new PlayStation 4 to find Sony had disabled DLNA playback abilities. I immediately thought of using the browser based web app to try and load my videos. No go. The PS4 browser does not have a Flash player capable of working with Serviio. The Browser does work with videos on some sites though so I was hoping there may be a way to add a feature into Serviio that would allow the PS4 browser to play the content through the web browser app. I think it can handle html5... (a user elsewhere posted this about the PS4 browser detailing it's capabilities: http://coding.vdhdesign.co.nz/?p=351 )

In short, please enhance your software to allow the crippled PS4 browser to load videos through the Serviio web browser app.

Thanks!!!!!!

btw, with no alternative to view streaming content on the PS4, adding this ability would be a great advertising feature to boost sales. I would personally create blog posts detailing instructions to "Finally stream your content to your PS4" using Serviio.
<<

Xmantium

User avatar

DLNA master

Posts: 1396

Joined: Sat Jul 23, 2011 2:12 pm

Location: Manchester, UK

Post Tue Dec 31, 2013 10:28 pm

Re: PS4 Browser Compatibility

So what happens when you tried to use Serviio v1.4 MediaBrowser?
http://serviio.org/component/content/ar ... diabrowser

v1.4 is compatible with HTML5 standards as far as i know
Sony Bravia 2010 52NX803 - Sony PS3 - Xbox 360
Serviio running on QNAP NAS 639 Pro - 1.6 Intel Dual Core - 2GB RAM and QNAP NAS 121 - 2Ghz ARM Marvell - 1GB RAM
Console using ServiiDroid for Android, ServiiMetro and ServiiWP for Windows Phone and WebUI for iOS
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17215

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Wed Jan 01, 2014 11:30 am

Re: PS4 Browser Compatibility

it only turns on HTML5 mode for iOS and WP user agents.
<<

bofty

Serviio newbie

Posts: 5

Joined: Tue Jan 28, 2014 7:37 pm

Post Tue Jan 28, 2014 7:44 pm

Re: PS4 Browser Compatibility

Is there any chance this will change any time soon? I've got both a Wii-U and a PS4 neither work with flash.

Would it be possible to create a HTML5 renderer profile that we could assign to devices (I know it's probably not that simple), or simply tag a device as an IOS device to fool the media browser somehow (if possible).

PS. Sorry for dragging this up again. I couldn't find anyone asking about PS4's/HMTL5 recently
<<

spudy12

DLNA master

Posts: 234

Joined: Thu Oct 18, 2012 7:07 pm

Post Tue Jan 28, 2014 9:33 pm

Re: PS4 Browser Compatibility

Surely you could just detect the user agent like you do for ios devices and then present it with the html5 version?

User agent is supposedly like this:
  Code:
Useragentstring example:
Mozilla/5.0 (PlayStation 4 1.000) AppleWebKit/536.26 (KHTML, like Gecko)
Mozilla/5.0 (PlayStation 4 1.52) AppleWebKit/536.26 (KHTML, like Gecko)
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17215

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Tue Jan 28, 2014 10:14 pm

Re: PS4 Browser Compatibility

The HTML5 video player must support Apple HLS format, otherwise any transcoded video will not play anyway. If it doesn't, you could only play MP4 files using the Original quality setting.
<<

spudy12

DLNA master

Posts: 234

Joined: Thu Oct 18, 2012 7:07 pm

Post Wed Jan 29, 2014 12:09 am

Re: PS4 Browser Compatibility

I might be wrong with this but I read somewhere that it did support HLS
Youtube works and that falls back to the HTML5 version which uses HLS I think (from what I read, as I said I might be wrong)

Don't know if these links are of any use
http://html5test.com/compare/browser/playstation4.html
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17215

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Wed Jan 29, 2014 9:31 am

Re: PS4 Browser Compatibility

Try to display this page. I didn't try it on iPad, but there it should play.

http://demos.flowplayer.org/videotest/hls.html
<<

bofty

Serviio newbie

Posts: 5

Joined: Tue Jan 28, 2014 7:37 pm

Post Wed Jan 29, 2014 9:05 pm

Re: PS4 Browser Compatibility

That works fine on the Wii-U. Not able to test the playstation atm.

Thanks for taking the time to look into this guys
<<

spudy12

DLNA master

Posts: 234

Joined: Thu Oct 18, 2012 7:07 pm

Post Wed Jan 29, 2014 11:07 pm

Re: PS4 Browser Compatibility

zip wrote:Try to display this page. I didn't try it on iPad, but there it should play.

http://demos.flowplayer.org/videotest/hls.html


will try and test on a ps4 tomorrow
<<

spudy12

DLNA master

Posts: 234

Joined: Thu Oct 18, 2012 7:07 pm

Post Thu Jan 30, 2014 10:37 pm

Re: PS4 Browser Compatibility

Can confirm the link works fine on the PS4 browser.
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17215

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Fri Jan 31, 2014 12:40 am

Re: PS4 Browser Compatibility

Will try to add it for 1.4.1, please test in the beta
<<

spudy12

DLNA master

Posts: 234

Joined: Thu Oct 18, 2012 7:07 pm

Post Fri Jan 31, 2014 12:42 am

Re: PS4 Browser Compatibility

zip wrote:Will try to add it for 1.4.1, please test in the beta


Great news! Will do.
Thanks Zip

EDIT: RE the Wii, as far as I can tell although it will play html5, detecting it could be an issue.
It appears to use the opera browser and only give an opera User agent string so no easy way to detect it. However I did find this for the wii u which suggests it has this user agent

  Code:
User Agent: Mozilla/5.0 (Nintendo WiiU) AppleWebKit/534.52 (KHTML, like Gecko) NX/2.1.0.8.21 NintendoBrowser/1.0.0.7494.US/


I will capture some packets and test further when I get some time
<<

bofty

Serviio newbie

Posts: 5

Joined: Tue Jan 28, 2014 7:37 pm

Post Sat Feb 01, 2014 1:01 am

Re: PS4 Browser Compatibility

You guys are awesome! Thanks for all the work you've put into this
<<

bofty

Serviio newbie

Posts: 5

Joined: Tue Jan 28, 2014 7:37 pm

Post Tue Feb 04, 2014 6:27 pm

Re: PS4 Browser Compatibility

Is there somewhere I can download the beta and test this out?
<<

spudy12

DLNA master

Posts: 234

Joined: Thu Oct 18, 2012 7:07 pm

Post Tue Feb 04, 2014 7:02 pm

Re: PS4 Browser Compatibility

No new beta out yet.
Message Zip about becoming a beta tester if you want to help test new versions when they are released
<<

bofty

Serviio newbie

Posts: 5

Joined: Tue Jan 28, 2014 7:37 pm

Post Fri Mar 14, 2014 7:59 pm

Re: PS4 Browser Compatibility

Just wanted to say that with the new update (1.4.1) this is now working flawlessly on the Wii U!
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17215

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Fri Mar 14, 2014 8:53 pm

Re: PS4 Browser Compatibility

bofty wrote:Just wanted to say that with the new update (1.4.1) this is now working flawlessly on the Wii U!

Niiice.

Anyone can confirm the PS4?
<<

Barbutus

Serviio newbie

Posts: 5

Joined: Wed Nov 13, 2013 1:01 am

Post Sat Mar 15, 2014 3:25 pm

Re: PS4 Browser Compatibility

on my PS4 now I see the mediabrowser, Do I login by entering the password, I see the list of files correctly. But I can not start playback

p.s course I enabled transcoding
<<

spudy12

DLNA master

Posts: 234

Joined: Thu Oct 18, 2012 7:07 pm

Post Sat Mar 15, 2014 3:40 pm

Re: PS4 Browser Compatibility

Barbutus wrote:on my PS4 now I see the mediabrowser, Do I login by entering the password, I see the list of files correctly. But I can not start playback

p.s course I enabled transcoding


Does this mean its working now?
Not had a chance to test this yet
Next

Return to Feature requests

Who is online

Users browsing this forum: Google [Bot] and 46 guests

Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group.
Designed by ST Software for PTF.