I have an application that receives streamed audio from Windows Media Servers with a content type of application/x-mms-framed. The application removes the framing from the data before passing the stre
i want to stream audio input from my mic on my system over a 开发者_运维知识库network , i know how to record audio from mic but stuck with streaming it over a network.
I want to check the GStreamer log message when running some GUI application. I can not launch the application from the terminal for some error. I can only launch it by clicking.
In the gstreamer rtp h264 depayloader, there is a check to see if 开发者_如何学Gothe incoming stream is a byte stream or packetized stream.
I have connected gstreamer to the QWidget using gst_x_overlay_set_xwindow_id(),and getting the video on the QWidget.How can we overlay another widg开发者_如何转开发et(e.g. pushbutton,combobox) on top
how can I look at class / message code from within开发者_如何学JAVA the GST command line interface?
I want to play two different local video files at the same time in a single window. The code below without demux and decoder works fine.
I am trying to write a small media player using GTK+ and GStreamer and currently using the XOverlay Interface to embed the video in a GtkDrawing Area INSIDE the mainwindow.
I\'m trying to use GStreamer within an existing perl application that uses AnyEvent with the EV event loop. It is not a Glib application. I have loaded EV::Glib to get the Glib main loop to use EV. I
I\'m new to GStreamer. I want to add all GStreamer plugin libraries into a Cygwin environment (win32). My goal is to write a small C application with Cygwin, based on the code provided in this blog: