LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 11-06-2015, 06:37 AM   #31
ardvark71
LQ Veteran
 
Registered: Feb 2015
Location: USA
Distribution: Lubuntu 14.04, 22.04, Windows 8.1 and 10
Posts: 6,282
Blog Entries: 4

Rep: Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842

Hi Shadow_7...

When you say "build stuff," do you mean just "make" or were there specific commands you used?

Thanks!

Regards...
 
Old 11-06-2015, 03:54 PM   #32
Shadow_7
Senior Member
 
Registered: Feb 2003
Distribution: debian
Posts: 4,137
Blog Entries: 1

Rep: Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874
I had to do some weird autoconf stuff to create the ./configure script (autoreconf -i) +/- or (dh_autoreconf). I tried a bit of everything. But basically:

$ ./configure --prefix=/usr
$ make

Although more along the lines of "fakeroot debian/rules binary" (which failed, but left the .so behind). Since I didn't do the make install part (did it effectively manually), I probably could have gotten away with make -f Makefile or something along those lines. HTH

Last edited by Shadow_7; 11-06-2015 at 04:22 PM.
 
Old 11-26-2015, 01:26 PM   #33
Big-Rob
LQ Newbie
 
Registered: Nov 2015
Posts: 1

Rep: Reputation: Disabled
This got Hulu working for me in Firefox 42 on Ubuntu Mate 14.04 LTS. You will need to have the latest version of flash installed which you can get from the software center. Note: this does not work for Chrome. Irritating to have to use a dufferent browsr but not as bad as having to reboot to widows. Booting to Windows makes me angry, you wouldn't like me when I'm angry.
1. Add the Ubuntu Hal PPA
The*cleanest*way to install HAL on*Ubuntu is through a third-party repository or personal package archive (PPA).*And the fastest way to add a PPA is using the Terminal.
If*using the command line is*too intimidating a task*you can do it the GUI way*(though if you’re scared by the command line*you probably shouldn’t be adding libraries from third-party PPAs).
Copy and paste*the following command into the terminal, and enter your user password when prompted:
sudo add-apt-repository ppa:flexiondotorg/hal-flash
When complete, move on to the next step.
2. Install HAL
Having added the PPA you now need to install HAL. We will use the Terminal to do this:
sudo apt-get update && sudo apt-get install libhal1-flash
Allow the process to fully complete. Then reboot your system. This is not*strictly*necessary but is advised to ensure that*browser and plugin processes quit correctly.
 
Old 01-07-2016, 10:10 AM   #34
Shadow_7
Senior Member
 
Registered: Feb 2003
Distribution: debian
Posts: 4,137
Blog Entries: 1

Rep: Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874
Quote:
Originally Posted by ardvark71 View Post
When you say "build stuff," do you mean just "make" or were there specific commands you used?
I got around to doing this setup on another machine and here's the "build stuff".

# apt-get install bzr libdbus-1-dev dh-autoreconf

$ dh_autoreconf
$ ./configure --prefix=/usr
$ make

Along with the other bzr to get the repo of sorts, and manual ln -s steps to "install". And oddly the .deb built this time around.

(instead of make and completely manual install)
# apt-get install bzr libdbus-1-dev dh-autoreconf

$ dh_autoreconf
$ ./configure --prefix=/usr
$ fakeroot debian/rules binary
$ cd ../
$ ls *.deb

# dpkg -i libhal1-flash_0.3.0ubuntu1_amd64.deb
 
Old 01-07-2016, 12:35 PM   #35
273
LQ Addict
 
Registered: Dec 2011
Location: UK
Distribution: Debian Sid AMD64, Raspbian Wheezy, various VMs
Posts: 7,680

Rep: Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373
I seem to be able to play both Netflix and Amazon Prime on my Linux machines again. Is Hulu using this new HTML5 DRM only present in Firefox on Windows?
 
Old 02-04-2016, 05:19 PM   #36
Pseudoman
LQ Newbie
 
Registered: Aug 2015
Location: Planet Earth
Distribution: Debian
Posts: 5

Rep: Reputation: Disabled
Looks like things are working again!

I'm not sure exactly what the Hulu folk have done, but right-clicking the video brings up something about "Hulu Player" and some version info. Poking around the source I found something about a dash-player-app. Well, whatever they've done, seems to work again for me on Debian 8!
 
Old 04-15-2016, 12:44 PM   #37
ardvark71
LQ Veteran
 
Registered: Feb 2015
Location: USA
Distribution: Lubuntu 14.04, 22.04, Windows 8.1 and 10
Posts: 6,282
Blog Entries: 4

Rep: Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842
Quote:
Originally Posted by Pseudoman View Post
Looks like things are working again!

I'm not sure exactly what the Hulu folk have done, but right-clicking the video brings up something about "Hulu Player" and some version info. Poking around the source I found something about a dash-player-app. Well, whatever they've done, seems to work again for me on Debian 8!
Hi all...

I can confirm this...watching a show on Hulu using Chrome 43.0.2357.125 right now.

Regards...
 
Old 10-21-2016, 12:58 AM   #38
ardvark71
LQ Veteran
 
Registered: Feb 2015
Location: USA
Distribution: Lubuntu 14.04, 22.04, Windows 8.1 and 10
Posts: 6,282
Blog Entries: 4

Rep: Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842
Hi all...

As an update and as some of you may know, Hulu has changed to a subscription (only) based service, as described here, and shifted their free content to Yahoo View. Since that time, I've been unable to view any content on Yahoo View using Google Chrome. When I've tried, I received the same error code 3336 as before, advising me to try Firefox instead, which I did, only to run into another error, which I can't remember. I had already installed HAL (the version for Ubuntu can be found here,) so I didn't think that was the problem. However, I followed one of the suggestions offered and ran the commands under "Prerequisites for protected content playback," specifically...

Code:
cd ~/.adobe/Flash_Player
rm -rf NativeCache AssetCache APSPrivateData2
This fixed the issue and now I can watch content on Yahoo View using Firefox with no problems.

Hope this helpful to anyone who has the same issue I had....

Regards...
 
  


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
Youtube: Choppy playback with Google Chrome lems Slackware 16 11-02-2013 02:08 PM
Audio no longer working in Chrome and Opera Rundi Linux - Software 3 02-25-2013 08:33 PM
hulu desktop sound not working baronobeefdip Linux - Software 0 02-23-2011 05:27 PM
[SOLVED] Hulu stopped working DonnieP Slackware 5 10-23-2010 07:04 AM
HELP - Hulu problem: suddenly can't play Hulu episodes, just happened in past few day Lynnbro51 Linux - Newbie 15 01-23-2010 07:57 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 10:45 PM.

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