View Single Post
Posts: 2,154 | Thanked: 8,464 times | Joined on May 2010
#1087
Originally Posted by bizulk View Post
Hi !
I have a Beaglboard xM that's quite the same hardware as the nokia N900. I have it for dev purpose.
I'm stuck with 480p DSP video with the codecs I can find.
I would like to test this thread's bundle, but I can't download them (err 403).
What I did is download and extract the debs package, and call directly the wget ... in my console.
But it seems that the authentification fails.
Can somebody share them with me ?

These are the calls from the debs packages :
Code:
DEB_FILE=omap3-dsp-hd-codecs_0.3.8-7+0m6_armel.deb
wget --no-check-certificate https://qa9recEP:Pat2UGuP@downloads.maemo.nokia.com/harmattan/rm680/$DEB_FILE -O /opt/$DEB_FILE
Code:
DEB_FILE=omap3-dsp-baseimage-ti_0.i3.6-15+0m6_armel.deb
wget --no-check-certificate https://qa9recEP:Pat2UGuP@downloads.maemo.nokia.com/harmattan/rm680/$DEB_FILE -O /opt/$DEB_FILE
$ wget --auth-no-challenge --no-check-certificate <URL>
 

The Following 3 Users Say Thank You to pali For This Useful Post: