RSS Feed

My random notes about the stuff I've done

Streaming DVB-T as ogg to N800

4 Comments
Posted by tuomas on February 15, 2007 at 10:41 pm

Transcode DVB-T with VLC on mediaserver (low resolution because of low(?) CPU):


vlc --program=241 dvb: --dvb-frequency=674000000
--dvb-srate=6900000 --dvb-transmission=8
--dvb-guard=8 --dvb-hierarchy=-1
--dvb-bandwidth=8 --sout #transcode{width=128, height=96, vcodec=theora, vb=300, acodec=vorb, ab=96}: std{access=http, mux=ogg, url=example.server.fi:8000}

Watch stream on N800:


gst-launch-0.10 gnomevfssrc location=http://example.server.fi:8000 ! oggdemux name=demuxer ! {queue ! theoradec ! xvimagesink} {demuxer.!queue ! vorbisdec ! audioconvert ! dsppcmsink}

Tested with VLC 0.9.0 and self compiled theora, ogg, vorbis libs. The transcoding parameters are just the ones I got first working :)

EDIT: It seems that I almost reinvented the wheel again. See MoRpHeUz’s blog (especially this) for more details.

Filed under Maemo
You can skip to the end and leave a comment. Pinging is currently not allowed.

4 Comments

  • On March 18, 2007 at 6:25 pm BlackCat said

    Cool, but I can`t found gst-launch-0.10 in my n800 :-(
    What I must install for this?

    Reply

  • On March 18, 2007 at 6:27 pm tuomas said

    apt-get install gstreamer0.10-tools.

    Reply

  • On May 26, 2007 at 8:15 pm Solmumaha said

    WARNING: erroneous pipeline: no element “vorbisfile”

    What am I missing?

    Reply

  • On May 26, 2007 at 9:32 pm tuomas said

    What’s vorbisfile? I haven’t used it ever, so I don’t know what you are missing.

    Reply

Leave a Reply

Your email address will not be published. Required fields are marked *

*

* Copy this password:

* Type or paste password here:

1,233 Spam Comments Blocked so far by Spam Free Wordpress

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>