You are not logged in.

#1 2017-01-01 19:50:28

clofresh
Member
Registered: 2015-05-23
Posts: 8

Playstation Vue with Pipelight?

Hi,

I want to watch Playstation Vue in my browser, which officially isn't supporting Linux but I thought it might work with pipelight because someone had some success getting xfinity to work on Linux with pipelight. I tried these instructions and it still doesn't work.

After setting up the flash plugin in pipelight, with Firefox I'm changing the user agent to various combinations of Chrome, Firefox, Safari and IE on Windows and OSX but I still get a javascript error:

Error: Error calling method on NPObject!  vendor-a639467788a029126a5de6b850f06efe.js:102:27229
	EI.Version.initStaticProp https://vue.playstation.com/watch/assets/vendor-a639467788a029126a5de6b850f06efe.js:102:27229
	EI.initStaticProp https://vue.playstation.com/watch/assets/vendor-a639467788a029126a5de6b850f06efe.js:102:28323
	AuthorizationComplete/< https://vue.playstation.com/watch/assets/vendor-a639467788a029126a5de6b850f06efe.js:1:23621
	EventLoop.prototype.enter resource://devtools/server/actors/script.js:348:5
	bound  self-hosted
	ThreadActor<._pushThreadPause resource://devtools/server/actors/script.js:531:5
	ThreadActor<.onExceptionUnwind resource://devtools/server/actors/script.js:1870:7
	bound  self-hosted
	EI.initStaticProp https://vue.playstation.com/watch/assets/vendor-a639467788a029126a5de6b850f06efe.js:102:28323
	AuthorizationComplete/< https://vue.playstation.com/watch/assets/vendor-a639467788a029126a5de6b850f06efe.js:1:23621

Pausing on exceptions shows the error originating from the first line of this function:

EI.Version.initStaticProp = function () {
  EI.Version.version = document.getElementById('flashFallback').VersionGetVersion(),
  EI.Version.description = document.getElementById('flashFallback').VersionGetDescription(),
  EI.Version.major = document.getElementById('flashFallback').VersionGetMajor(),
  EI.Version.minor = document.getElementById('flashFallback').VersionGetMinor(),
  EI.Version.revision = document.getElementById('flashFallback').VersionGetRevision(),
  EI.Version.revisionMinor = document.getElementById('flashFallback').VersionGetRevisionMinor(),
  EI.Version.apiVersion = document.getElementById('flashFallback').VersionGetAPIVersion()
},

Has anyone had any experience getting something like this to work?

Offline

Board footer

Powered by FluxBB