LinuxMCE Forums
May 21, 2013, 09:46:13 pm GMT-1 *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: Rule #1 - Be Patient - Rule #2 - Don't ask when, if you don't contribute - Rule #3 - You have coding skills - LinuxMCE's small brother is available: http://www.agocontrol.com
 
  Home Help Search Chat Login Register  
  Show Posts
Pages: 1 ... 4 5 [6] 7 8 ... 15
76  LinuxMCE / Users / Re: hulu player non-functional on MD [workaround] on: June 13, 2012, 02:51:20 am
I must have something else wrong... Ive not been able to get it to work... will try on a test MD.

Dennis
77  LinuxMCE / Users / Re: hulu player non-functional on MD [workaround] on: June 08, 2012, 01:10:15 am
Im curious to see if it works for you... just in case I have something else causing my problem.   

It just seems strange that the latest Kubuntu amd64 can run the latest firefox and flashplayer allowing hulu to work... I just cant seem to find what the differences are.

Dennis
78  LinuxMCE / Users / Re: hulu player non-functional on MD [workaround] on: June 07, 2012, 04:29:52 am
oops.. sorry.. messed up on the pasting of the address.   the 64 bit one is because my 'desktop' computer is 64 bit Kubuntu.  
There is an i386 version that would be run on my MD, however the 'flash-aid'' script wants to un-install flashplugin-installer (which would break many things)... ive been trying to run the script manually step by step excluding the removal of flashplugin-installer, and linking /etc/alternatives/mozilla-flashplayer to the new libflashplugin.so located in /usr/lib/mozilla/plugins.  

here is the script generated by 'flash-aid' that would be run on my 32bit MD:
Code:
#!/bin/bash
echo "***************************************************************************
*****************PLEASE WAIT...DON'T CLOSE THIS TERMINAL!******************
***************************************************************************
***************************************************************************"
sudo -k
echo '***************************************************************************
*************************Starting removal commands*************************
***************************************************************************
***************************************************************************'
sudo apt-get --yes purge flashplugin.*installer
sudo apt-get --yes purge flashplugin-downloader
echo '***************************************************************************
*************************Starting update commands**************************
***************************************************************************
***************************************************************************'
echo '***************************************************************************
*************************Starting install commands*************************
***************************************************************************
***************************************************************************'
cd "/root/.mozilla/firefox/p2ejri39.default/extensions/flashaid@lovinglinux.megabyet.net/chrome/content/tmp" && rm -f *flash* && wget http://fpdownload.macromedia.com/get/flashplayer/pdc/11.2.202.233/install_flash_player_11_linux.i386.tar.gz
NEWHASH32=$(md5sum *flash* | sed 's/ .*//g')
if [ "${NEWHASH32}" == '1ad1d399e95e452b6f85fe20003f3846' ];then
tar xvf *flash* libflashplayer.so && sudo chown root:root libflashplayer.so && sudo chmod 0644 libflashplayer.so && sudo mv libflashplayer.so /usr/lib/mozilla/plugins/ && sudo ln -s /usr/lib/mozilla/plugins/libflashplayer.so /usr/lib/firefox-addons/plugins/libflashplayer.so && rm -f *flash*
else
echo 'Flash 32bit installation aborted, due to md5 checksum mismatch!'
rm -f *flash*
fi
echo '***************************************************************************
*************************Starting tweaking commands************************
***************************************************************************
***************************************************************************'
TWEAK=$(cat /etc/adobe/mms.cfg | grep 'OverrideGPUValidation')
if test -z "${TWEAK}";then
echo 'OverrideGPUValidation=true' | sudo tee -a /etc/adobe/mms.cfg
fi
cat /etc/adobe/mms.cfg | sed '/EnableLinuxHWVideoDecode=1/d' | sudo tee /etc/adobe/mms.cfg
NPVIEWER=/usr/lib/nspluginwrapper/i386/linux/npviewer
if test -f "${NPVIEWER}";then
cat /usr/lib/nspluginwrapper/i386/linux/npviewer | sed '/export GDK_NATIVE_WINDOWS=1/d' | sudo tee /usr/lib/nspluginwrapper/i386/linux/npviewer
fi
echo -n "************************************************************************
wget http://fpdownload.macromedia.com/get/flashplayer/pdc/11.1.102.63/install_flash_player_11_linux.x86_64.tar.gz***
******FINISHED! You can close this terminal and restart Firefox now.*******
************************************************************code***************
***************************************************************************" && read


The file i would need for my MD would be
wget http://fpdownload.macromedia.com/get/flashplayer/pdc/11.1.102.63/install_flash_player_11_linux.i386.tar.gz

and I am working on applying it now to see what it resolves

Dennis
79  LinuxMCE / Users / Re: hulu player non-functional on MD [workaround] on: June 07, 2012, 02:45:54 am
The thing that is itching at me is that on my day-to-day PC (Running Kubuntu Precise, 12.04) I was unable to get huludesktop to work with the normal flashplugin-installer. I did however find a Firefox utility (Flash-Aid) that downloaded flash from another location: wget http://fpdownload.macromedia.com/get/flashplayer/pdc//install_flash_player_11_linux.x86_64.tar.gz11.2.202.235/install_flash_player_11_linux.x86_64.tar.gz and it installed flash to /usr/lib/firefox/plugins/libflashplayer.so

and huludesktop was working.

I tried running flash-aid on my MD, however it didnt seem to fix the issue either.  

And I did read somewhere that in /etc/adobe/mms.cfg, there is a entry for the newer flashplugin "EnableLinuxHWVideoDecode=1"  that is default, and should be changed to =0... however that didnt make any difference either.

Im using the older flashplugin-installer mentioned in prior post, as well as an earlier firefox to get huludesktop to work for now.  

Dennis

80  LinuxMCE / Users / Re: hulu player non-functional on MD [workaround] on: June 05, 2012, 02:36:43 am
also verified this on hulu forums.  look under the topic 'huludesktop linux fail' at this site: http://www.hulu.com/discussions/19

Dennis
81  LinuxMCE / Users / [Resolved- however not ideally] Re: hulu player non-functional on MD on: June 03, 2012, 08:48:17 pm
I had time to install prior versions of flashplugin-installer AND firefox (latest firefox requires newer flash)

What I downloaded is 10.0.45.2ubuntu1 of flashplugin installer from here: http://www.ubuntuupdates.org/package/core/lucid/multiverse/updates/flashplugin-installer

and 9.0.1+build1-0ubuntu0.10.04.1 of firefox from here: http://www.ubuntuupdates.org/package/mozilla_team_firefox_stable/lucid/main/base/firefox

Hulu is working now (however the newer firefox and flashplugin were to improve video playback)

I tried re-installing just the latest flashplugin, but hulu quit working again.  It is strange because on my linux desktop (Kubuntu 12) I am running the latest firefox and flashplugin and hulu works fine there.   


Dennis

82  LinuxMCE / Users / Re: Mythtv and HD-PVR control of cable box. on: April 17, 2012, 12:41:51 am
alright... thanks for the info.   Ive not yet gotten to that... been working on setting up FTA satellite...

Dennis
83  LinuxMCE / Users / Re: Mythtv and HD-PVR control of cable box. on: April 11, 2012, 11:28:04 pm
and its rough because Im somewhat impatient!   Always on the run... always got more to do than time to do it!

Im gonna re-try this latest firmware and try the scripts to get a reasonable picture..


Dennis
84  LinuxMCE / Users / Re: Mythtv and HD-PVR control of cable box. on: April 10, 2012, 09:46:07 pm
Please note there is actually a NEWER firmware ... 

snip from this page http://www.hauppauge.com/site/support/support_hdpvr.html

Windows driver for HD PVR

HD PVR driver version 1.7.1.30059
This version is for Windows 7, Windows Vista or Windows XP. It is also for HD PVR users with third party Mac or Linux applications.

Please note: this loads firmware onto HD PVR (it must be run on a Windows PC). The third party Linux or Mac application is still needed.

Dennis
85  LinuxMCE / Users / Re: Mythtv and HD-PVR control of cable box. on: April 08, 2012, 02:18:26 pm
Thom,
      Ive never had my HDPVR autodetected (dont know if its because it has to be plugged in AFTER ive set up my MD).

about the sync script...  Will these settings correct the video 'oversaturation and color issues' on the latest firmware for the Hauppauge HDPVR?   I tried the latest firmware, but the video color is all wrong (mostly pink...eeeekkkk!!!).     However the latest firmware changes channels much better and is quicker.

The latest firmware is version 1.7.1.30059 as indicated here:http://www.hauppauge.com/site/support/support_hdpvr.html


in the script, will there be fields where I enter commands such as those found here:http://www.mythtv.org/wiki/Hauppauge_HD-PVR#Bitrate_and_Picture_Controls

Thanks,
Dennishttp://www.mythtv.org/wiki/Hauppauge_HD-PVR#Bitrate_and_Picture_Controls

86  LinuxMCE / Users / Re: Mythtv and HD-PVR control of cable box. on: April 07, 2012, 02:59:42 pm
Have a look at this http://wiki.linuxmce.org/index.php/TuneToChannel.sh

Wnen you set up your 'Input Connections' in MythTV for your HDPVR there will be an field to enter an External command to change channels... you will enter the information there.

Dennis
87  LinuxMCE / Users / Re: hulu player non-functional on MD on: April 01, 2012, 05:16:19 am
hmm.. I'll try that... I know it WAS working on my linux desktop (11.04 kubuntu), but i just tried it and it complains about flashplugin. it was working not long ago.

Dennis
88  LinuxMCE / Users / Re: hulu player non-functional on MD on: March 31, 2012, 02:21:53 pm
hmmmm...   

checked that!!!!    Grin

even re-installed and even tried flashplugin-nonfree...

Still no go  Angry

Update again last night... no affect!

bummer!!!!


Dennis

89  LinuxMCE / Users / hulu player non-functional on MD [workaround] on: March 31, 2012, 02:11:14 am
Recent install of LMCE-1004-201203211118.iso  and then an update today.   Then created MD, however trying to launch Hulu Player results in this in dmesg:

[ 1024.248009] huludesktop[9590]: segfault at 4d0 ip 005f6a0a sp bfcdad30 error 4 in libX11.so.6.3.0[5e2000+119000]
[ 1029.454668] huludesktop[9838]: segfault at 4d0 ip 00fd4a0a sp bfa37c90 error 4 in libX11.so.6.3.0[fc0000+119000]
[ 1034.618813] huludesktop[10149]: segfault at 4d0 ip 00d3ba0a sp bfc11e10 error 4 in libX11.so.6.3.0[d27000+119000]
[ 1038.960698] huludesktop[10345]: segfault at 4d0 ip 00687a0a sp bf8ead20 error 4 in libX11.so.6.3.0[673000+119000]

This is all that is reporting in the xx_Hulu_Player.log:
01      03/30/12 19:48:09.588           LIRCD_Thread: Listening for Hulu Desktop <0xb637ab70>
01      03/30/12 19:48:12.493           LIRCD_Thread: Accepted Socket Connection: 8 <0xb637ab70>
01      03/30/12 19:48:13.920           LIRCD_Thread: Closing Socket connection: 8 <0xb637ab70>
01      03/30/12 19:48:13.920           LIRCD_Thread: Listening for Hulu Desktop <0xb637ab70>

and this is the only item in pluto.log:
1       03/30/12 19:47:23       67 (spawning-device)    Found ./Hulu_Player

NOTE:  all logs are from the MD (there is no information for Hulu in the same logs on the core).

Anyone else having same issue or have any suggestions?

Dennis
90  LinuxMCE / Users / Re: VIDEO CARDS: ATI, Intel, VIA... whatever you got... on: March 29, 2012, 06:38:36 pm
JaseP,
 No.. this is on bootup when the system has detected your video card and runs the AVWizard (video port/resolution/sound) before the setup wizard even runs (Sarah).

Dennis
Pages: 1 ... 4 5 [6] 7 8 ... 15
Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!