(→Making TI DSP codecs work on MeeGo N900) |
(categorize, wikify link) |
||
| Line 2: | Line 2: | ||
# Make sure you've got an SSH access to the N900 | # Make sure you've got an SSH access to the N900 | ||
| - | #* | + | #* If you want it, see the article on [[ARM/N900/Tips and Tricks/N900 USB Networking|USB networking]] |
# Install gst-dsp and dsp-tools | # Install gst-dsp and dsp-tools | ||
#* Get the RPM's from [http://repo.meego.com/MeeGo/builds/trunk/daily/oss/repos/armv7l/packages/armv7l/ MeeGo Core repository] | #* Get the RPM's from [http://repo.meego.com/MeeGo/builds/trunk/daily/oss/repos/armv7l/packages/armv7l/ MeeGo Core repository] | ||
| Line 25: | Line 25: | ||
#* Test video playback with a video-only pipeline: '''gst-launch-0.10 filesrc location=<file> ! <demux> ! queue ! dspvdec ! omapfbsink''' | #* Test video playback with a video-only pipeline: '''gst-launch-0.10 filesrc location=<file> ! <demux> ! queue ! dspvdec ! omapfbsink''' | ||
#* For MP4/3GP files, use '''qtdemux''' as <demux>, for '''MKV''', use '''matroskademux''', for '''OGG''' use '''oggdemux''' | #* For MP4/3GP files, use '''qtdemux''' as <demux>, for '''MKV''', use '''matroskademux''', for '''OGG''' use '''oggdemux''' | ||
| + | |||
| + | [[Category:N900]] | ||