LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 11-17-2013, 02:05 PM   #1
marnold
Member
 
Registered: Dec 2005
Distribution: Slackware64 15.0 Multilib
Posts: 313

Rep: Reputation: 52
AlienBob's Pipelight packages work for NFL Sunday Ticket too!


I just discovered today that AlienBob's Pipelight packages enable you to watch NFL Sunday Ticket as well as Netflix. To install, follow his instructions below.

http://alien.slackbook.org/blog/pipe...inux-browsers/

After that, you need to issue this command as the user who will be running the browser:

Code:
pipelight-plugin --enable flash
You will need to disable the Linux flash player before trying to watch anything.
 
Old 11-17-2013, 02:19 PM   #2
Habitual
LQ Veteran
 
Registered: Jan 2011
Location: Abingdon, VA
Distribution: Catalina
Posts: 9,374
Blog Entries: 37

Rep: Reputation: Disabled
holding my breath until I'm done with a client's migration...
 
Old 11-20-2013, 09:35 AM   #3
gabytf
Member
 
Registered: Jun 2010
Location: Kota Kinabalu, Sabah, Malaysia
Distribution: Slackware64 15, -current
Posts: 172

Rep: Reputation: 1
Quote:
If you are using Firefox and the pipelight diagnostics page informs you that SilverLight was installed OK but that your browser’s plugin cache needs to be cleared, you should follow the advice. If you don’t do that, Firefox will not reload the plugin on the next start. To clear the plugin cache, type “about:support” in your address line and hit Enter. You should now see a button which opens your profile directory. Click on it and remove the “pluginreg.dat” file. Restart your browser and check if it works (don’t worry, the “pluginreg.dat” file will be automatically re-created).
My browser’s plugin cache needs to be cleared, but
I am having problem clearing my “Profile Directory”. When i click on the “Open directory” button, it brought up the Audacious, I can’t locate the “pluginreg.dat” file in order to remove it.

Edit: Thanks Eric.Problem solved following your guide:
Quote:
Try this in order to find the file:
Quote:
find ~/.mozilla/firefox -name pluginreg.dat
,
after that, i do
Quote:
rm -i pluginreg.dat
at the Konsole.

I am running flash as well.

Last edited by gabytf; 11-20-2013 at 07:09 PM. Reason: Add Edit for the solution part.
 
Old 11-20-2013, 10:07 AM   #4
Alien Bob
Slackware Contributor
 
Registered: Sep 2005
Location: Eindhoven, The Netherlands
Distribution: Slackware
Posts: 8,559

Rep: Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106
Quote:
Originally Posted by gabytf View Post
My browser’s plugin cache needs to be cleared, but
I am having problem clearing my “Profile Directory”. When i click on the “Open directory” button, it brought up the Audacious, I can’t locate the “pluginreg.dat” file in order to remove it.
Try this in order to find the file:

Code:
find ~/.mozilla/firefox -name pluginreg.dat
Eric
 
1 members found this post helpful.
Old 11-20-2013, 02:24 PM   #5
Habitual
LQ Veteran
 
Registered: Jan 2011
Location: Abingdon, VA
Distribution: Catalina
Posts: 9,374
Blog Entries: 37

Rep: Reputation: Disabled
Well, I have had partial success on netflix.com using the instructions at http://alien.slackbook.org/blog/pipe...inux-browsers/

I only get a black screen and no content played.

Ideas or suggestions welcome.

Slack14 / x86_64 mulit-lib.

NOTE:
pipelight-plugin --list-enabled
silverlight5.1

and my /tmp stuff:
Code:
OpenAL-compat32-1.15.1-x86_64-1aliencompat32.txz
cabextract-1.4-x86_64-1_SBo.tgz
package-OpenAL-compat32/
pipelight-0.2.2-x86_64-1alien.tgz
pipelight-wine-flash-installer.exe
pipelight-wine-mpg2splt-installer.cab
pipelight-wine-silverlight5.1-installer.exe
pipelight-wine-wininet-installer.exe

Last edited by Habitual; 11-20-2013 at 02:28 PM.
 
Old 11-20-2013, 05:27 PM   #6
mlangdn
Senior Member
 
Registered: Mar 2005
Location: Kentucky
Distribution: Slackware64-current
Posts: 1,845

Rep: Reputation: 452Reputation: 452Reputation: 452Reputation: 452Reputation: 452
You may need to reinstall the proprietary graphics driver (Nvidia, in my case), and let it install the 32 bit layer.
 
Old 11-20-2013, 05:33 PM   #7
Habitual
LQ Veteran
 
Registered: Jan 2011
Location: Abingdon, VA
Distribution: Catalina
Posts: 9,374
Blog Entries: 37

Rep: Reputation: Disabled
Well, I do have that installed.

v.319.32
 
Old 11-21-2013, 07:51 AM   #8
Alien Bob
Slackware Contributor
 
Registered: Sep 2005
Location: Eindhoven, The Netherlands
Distribution: Slackware
Posts: 8,559

Rep: Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106
Quote:
Originally Posted by Habitual View Post
NOTE:
pipelight-plugin --list-enabled
silverlight5.1
Note that the "pipelight-plugin --list-enabled" only shows what has been enabled, this is not the same as actually installed and useable.
You would also need wine-pipelight which you did not mention explicitly, although the existence of those .exe files in /tmp is a good indication that the pipelight plugin has has actually told Wine to download and install those. Software-wise it looks OK.

Why the rendered area remains black, remains the question. Did you actually re-install the graphics driver after installing the 32-bit multilib stuff?
Another option is to draw the developers' attention by posting your question on https://answers.launchpad.net/pipelight

Eric
 
Old 11-21-2013, 08:02 AM   #9
Habitual
LQ Veteran
 
Registered: Jan 2011
Location: Abingdon, VA
Distribution: Catalina
Posts: 9,374
Blog Entries: 37

Rep: Reputation: Disabled
Quote:
Originally Posted by Alien Bob View Post
Note that the "pipelight-plugin --list-enabled" only shows what has been enabled, this is not the same as actually installed and useable.
You would also need wine-pipelight...Did you actually re-install the graphics driver after installing the 32-bit multilib stuff?
...
Eric
Eric:
Code:
wget http://www.slackware.com/~alien/slackbuilds/wine-pipelight/pkg64/14.0/wine-pipelight-1.7.6-x86_64-1alien.tgz
installpkg ./wine-pipelight-1.7.6-x86_64-1alien.tgz
and no, I haven't re-installed the nVidia driver in 32bit mode.

Thanks.
 
Old 11-21-2013, 09:46 AM   #10
Habitual
LQ Veteran
 
Registered: Jan 2011
Location: Abingdon, VA
Distribution: Catalina
Posts: 9,374
Blog Entries: 37

Rep: Reputation: Disabled
OK.
Re-installed NVIDIA-Linux-x86-331.20 and allowed 32bit stuff.
Rebooted.
Now it's Error Code: 1001

but I do see a partial (1s) 'flash' of alleged content before the error message.

and just for grins and giggles:
Code:
#
# /home/jj/nvidia-settings-rc.save
#
# Configuration file for nvidia-settings - the NVIDIA X Server Settings utility
# Generated on Thu Nov 21 10:37:33 2013
#

# ConfigProperties:

RcFileLocale = C
ToolTips = Yes
DisplayStatusBar = Yes
SliderTextEntries = Yes
IncludeDisplayNameInConfigFile = No
ShowQuitDialog = No
UpdateRulesOnProfileNameChange = Yes
Timer = PowerMizer_Monitor_(GPU_0),Yes,1000
Timer = Thermal_Monitor_(GPU_0),Yes,1000
Timer = Memory_Used_(GPU_0),Yes,3000

# Attributes:

0/SyncToVBlank=1
0/LogAniso=1
0/FSAA=9
0/TextureSharpen=1
0/TextureClamping=1
0/FXAA=0
0/AllowFlipping=1
0/FSAAAppControlled=0
0/LogAnisoAppControlled=0
0/OpenGLImageSettings=1
0/FSAAAppEnhanced=0
0/DigitalVibrance[DFP-3]=0
0/ColorSpace[DFP-3]=0
0/ColorRange[DFP-3]=0
0/XVideoSyncToDisplay=524288
MyKungFu:0[dpy:4]/RedBrightness=0.000000
MyKungFu:0[dpy:4]/GreenBrightness=0.000000
MyKungFu:0[dpy:4]/BlueBrightness=0.000000
MyKungFu:0[dpy:4]/RedContrast=0.000000
MyKungFu:0[dpy:4]/GreenContrast=0.000000
MyKungFu:0[dpy:4]/BlueContrast=0.000000
MyKungFu:0[dpy:4]/RedGamma=1.000000
MyKungFu:0[dpy:4]/GreenGamma=1.000000
MyKungFu:0[dpy:4]/BlueGamma=1.000000
Firefox 15.0.1

Since my slackdvd showed up yesterday, I may have to wait and install it.

Thanks Everyone.

Last edited by Habitual; 06-26-2015 at 05:47 PM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Has anyone tried getting the pipelight project working in Slackware? Daedra Slackware 2 09-20-2013 02:29 AM
LXer: Pipelight: A Way To Get Netflix On Linux LXer Syndicated Linux News 0 08-18-2013 06:00 AM
Differences between packages of AlienBoB Repository and Slackbuilds JohnV2 Slackware 7 04-19-2012 09:53 PM
[SOLVED] Building AlienBob's KDE 4.7.2 packages from the Slackbuilds damgar Slackware 7 10-27-2011 12:11 AM
slackpkg/blacklist for AlienBob's current multilib and kde 4.4.2 packages damgar Slackware 7 04-08-2010 09:33 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 01:49 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration