-
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 months ago
By
-
Embedded Streaming Media with GStreamer - Part 2/2
Embedded Streaming Media with GStreamer (part 2 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.comPublished 9 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.comPublished 9 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 ! muxPublished 1 year ago