maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Maemo 5 / Fremantle (https://talk.maemo.org/forumdisplay.php?f=40)
-   -   [HOWTO]Watch 720p videos on n900 [09.12.2011 VIDEOCALL WORKS] (https://talk.maemo.org/showthread.php?t=77695)

branja 2015-04-20 12:40

Re: [HOWTO]Watch 720p videos on n900 [09.12.2011 VIDEOCALL WORKS]
 
Can someone explain how to install these codecs (due to the fact that Harmattan repos are down) and enable 720p recording, but also to dumb it down so that everyone can understand?

tnx

ThomasAH 2015-04-20 14:09

Re: [HOWTO]Watch 720p videos on n900 [09.12.2011 VIDEOCALL WORKS]
 
Quote:

Originally Posted by peterleinchen (Post 1467655)
What about a simple google search for 'omap3-dsp-baseimage-ti_0.i3.6-15+0m6_armel.de'?
https://www.google.de/search?q=omap3...XGA9DXas6tgMgO

For N9/N950/N900 we already have coderus.openrepos.net/n9mirror!
But also here I only see the newer libraries???
So just follow the search and you may find. I have them also backupped on devoce but they are just too large to attach...

Thanks for your comment and offer peter :)

Coderus' N9mirror is the one I got the newer deb files from yes, I wasn't sure if I was allowed to link it here though, so I didn't. Searching Google for the debs was the first thing I tried (and how I found Coderus' mirror) but it didn't yield any results for the file versions that freemangordon specified in his description in the first post.

Anyhow, I now have the correct debs (thanks to freemangordon), but they are not yet working. As described in my earlier post, I've done the following:
- Unpack content of deb files to /etc/modprobe.d/ and /lib/dsp/ respectively,
- Copy unzipped libgstdsp.so (obtained from first post) to /usr/lib/gstreamer-0.10/,
- Uninstall gstreamer0.10-openmax
- Reboot N900.

Result is the same as it was with the 'newer' debs: video's are not played on the device anymore. When I attempt to play a h264 file (in a .mkv container) Media player states 'Unable to play media. Media format not supported'. Same goes for self-recorded video's, or any other video.

Running latest CSSU-testing (not thumb), PK53, CPU@1000mhz, DSP@600mhz.

Perhaps some other packages are interfering? I have the Extra Decoders Support package installed. No other media players though.

Quote:

Originally Posted by branja (Post 1467872)
Can someone explain how to install these codecs (due to the fact that Harmattan repos are down) and enable 720p recording, but also to dumb it down so that everyone can understand?

tnx

If I get it working, I'll post a step-by-step guide detailing how I did it ;)

freemangordon 2015-04-20 19:47

Re: [HOWTO]Watch 720p videos on n900 [09.12.2011 VIDEOCALL WORKS]
 
@ThomasAH: look at what debs from the OP post are doing in their pre/postinst scripts (sorry, I don;t remember what I've put there :) )

peterleinchen 2015-04-20 20:00

Re: [HOWTO]Watch 720p videos on n900 [09.12.2011 VIDEOCALL WORKS]
 
Quote:

Originally Posted by freemangordon (Post 1467930)
@ThomasAH: look at what debs from the OP post are doing in their pre/postinst scripts (sorry, I don;t remember what I've put there :) )

Simple downloading and then extracting of downloaded deb to root /
'dpkg -x *.deb /'

and some more not relevant ...

ThomasAH 2015-04-20 20:43

Re: [HOWTO]Watch 720p videos on n900 [09.12.2011 VIDEOCALL WORKS]
 
Quote:

Originally Posted by freemangordon (Post 1467930)
@ThomasAH: look at what debs from the OP post are doing in their pre/postinst scripts (sorry, I don;t remember what I've put there :) )

Quote:

Originally Posted by peterleinchen (Post 1467931)
Simple downloading and then extracting of downloaded deb to root /
'dpkg -x *.deb /'

and some more not relevant ...

Yup, checked the deb's pre- and postscripts as well. Came to the same conclusion as peter; they all download a deb, then extract the deb's contents to root, thus placing the files in /etc/modprobe.d/ and/or /lib/dsp/ (since that is where they're packed as well), which is what I've been doing.

peterleinchen 2015-04-20 21:18

Re: [HOWTO]Watch 720p videos on n900 [09.12.2011 VIDEOCALL WORKS]
 
Quote:

Originally Posted by ThomasAH (Post 1467883)
- Unpack content of deb files to /etc/modprobe.d/ and /lib/dsp/ respectively,
- Copy unzipped libgstdsp.so (obtained from first post) to /usr/lib/gstreamer-0.10/,
- Uninstall gstreamer0.10-openmax
- Reboot N900.

Did you by any means backup original libgstdsp.so in original directory (with same name just added '.sav' or the like)? Then remove it or change name before '.so' suffix.
Else no idea, sorry (instructions in first post are easy and complete).

ThomasAH 2015-04-20 21:32

Re: [HOWTO]Watch 720p videos on n900 [09.12.2011 VIDEOCALL WORKS]
 
Nope, that's the only file I didn't backup in fact. Did back up all files in /etc/modprobe.d/ and /lib/dsp/ before I overwrote them though (added .old to the filename).

Should I remove those?

peterleinchen 2015-04-20 21:38

Re: [HOWTO]Watch 720p videos on n900 [09.12.2011 VIDEOCALL WORKS]
 
YES!
Exactly that is your prob.
Pull them out of original location and back them up using tar/zip or on another location. But make sure the name (up to '.so') is unique in lib directory.

--
thanks to the courtesy of freemangordon
I had similar problem with another lib (tklock?). And he helped me how to solve. So all credits to him, please (I am just a transmitter ;)).

ThomasAH 2015-04-20 22:33

Re: [HOWTO]Watch 720p videos on n900 [09.12.2011 VIDEOCALL WORKS]
 
Super cool, it works now! :D Would not have thought that the backed up files would be the culprit, learning something new every day!

Thanks a lot peter and freemangordon :)

@branja: did you follow the discussion and know what to do now? Or would you still like some help?

branja 2015-04-21 06:18

Re: [HOWTO]Watch 720p videos on n900 [09.12.2011 VIDEOCALL WORKS]
 
Dude, I have no idea what were 2 of u talking/writing about. :D
Please, write a step by step instruction if it's not to difficult. I'm really noob in all of this but I really like this little device.


All times are GMT. The time now is 02:33.

vBulletin® Version 3.8.8