Need help setting up your site or getting a certain feature working? Ask us, we'd love to help. Email Anne Jonas: anne@pculture.org

gstreamer

RSS
  • GStreamer Daemon Overview

    GStreamer Daemon allows you to separate the complex of audio and video streaming from your application. Your application simply send D-Bus messages to control the steaming media. This video introduces the problem being solved and the technologies used.

    Published 5 days ago

    By RidgeRunEngineering

  • Embedded Streaming Media with GStreamer - Part 2/2

    Embedded Streaming Media with GStreamer (part 21 of 2) Open source DSP-accelerated GStreamer is presented by Todd Fischer of RidgeRun for the OMAP3530 BeagleBoard and DM355 LeopardBoard at the TI eTech Day Community Lightning Talks. wiki.omap.com

    Published 4 months ago

  • Embedded Streaming Media with GStreamer - Part 1/2

    Embedded Streaming Media with GStreamer (part 1 of 2) Open source DSP-accelerated GStreamer is presented by Todd Fischer of RidgeRun for the OMAP3530 BeagleBoard and DM355 LeopardBoard at the TI eTech Day Community Lightning Talks. wiki.omap.com

    Published 4 months ago

  • [HowTo] MUX Ogg(audio) & Ogv(video) to OGV on Ubuntu Linux

    Trying to mux an ogg vorbis audio stream and ogg theora video stream into an OGG Container using Terminal without transcoding. Alternately you can use mkvmerge(GUI) to mux the stream to Matroska Container. Maybe you need: sudo apt-get install gstreamer Type the below command in the terminal window: gst-launch-0.10 filesrc location=out.ogv ! oggdemux ! theoraparse ! oggmux name=mux ! filesink location=screencast.ogv filesrc location=out.ogg ! oggdemux ! vorbisparse ! mux

    Published 6 months ago

Loading...