Gstreamer Daemon - building a media server in under 30 minutes
Action | Key |
---|---|
Play / Pause | K or space |
Mute / Unmute | M |
Toggle fullscreen mode | F |
Select next subtitles | C |
Select next audio track | A |
Toggle automatic slides maximization | V |
Seek 5s backward | left arrow |
Seek 5s forward | right arrow |
Seek 10s backward | shift + left arrow or J |
Seek 10s forward | shift + right arrow or L |
Seek 60s backward | control + left arrow |
Seek 60s forward | control + right arrow |
Seek 1 frame backward | alt + left arrow |
Seek 1 frame forward | alt + right arrow |
Decrease volume | shift + down arrow |
Increase volume | shift + up arrow |
Decrease playback rate | < |
Increase playback rate | > |
Seek to end | end |
Seek to beginning | beginning |
Share this media
Download links
HLS video stream
You can use an external player to play this stream (like VLC).
HLS video streamWhen subscribed to notifications, an email will be sent to you for all added annotations.
Your user account has no email address.
Information on this media
GStreamer is modular, extensible and flexible - but not easy to properly use the GStreamer API. GStreamer provides all the necessary capabilities to build a fully functional production quality multimedia server, but getting it right requires good framework understanding, GLib/GObject handling and in most cases good debugging skills. A bad dynamic pipeline handling can result in unexpected behaviours or even complete pipeline stalls. GStreamer Daemon is an OpenSource project by Ridgerun that encapsulates GStreamer complexity in a standalone process, exposing a simple high-level API for real-time multimedia handling.
Pipelines can be created in a fashion similar to gst-launch. decoupling the streamer media logic from the application logic, allows you to focus on what makes your product unique.
This talks demonstrates a fully functional media server being created in under 30 minutes using GStreamer Deamon. The server will be built in a NVIDIA Tegra X1 embedded platform using the built-in HW accelerated codecs. The media server state will be modified at runtime, along with different streams being safetly activated/deactivated, without the need of transcoding nor interrupting the rest of the streams. Camera capture, video recording, taking snapshots, network streaming and playback trick-play are easy using GStreamer Daemon.
David Soto is the Engineering Manager at RidgeRun and a senior embedded software engineer working on Linux and GStreamer since 2010. David has a master degree in digital signal processing and loves looking for efficient ways to get embedded systems running multimedia, computer vision and machine learning algorithms for broadcasting, security, consumer and medical products.
Other media in the channel "GStreamer Conference 2017"
128 views, 5 this yearOf GStreamer, containers, QA and fuzzingOctober 22nd, 2017
287 views, 15 this yearGStreamer is in the airOctober 22nd, 2017
605 views, 1 this yearAV1: The Quest is Nearly CompleteOctober 22nd, 2017
118 views, 6 this year, 1 this monthVA-API rust-bindingOctober 22nd, 2017
635 views, 8 this year, 1 this monthEfficient Video Processing on Embedded GPUOctober 22nd, 2017
247 views, 12 this yearPreparing Gstreamer for high packet-rate video streamingOctober 22nd, 2017