is it possible to transrate / transcode a RTMP or RTP Stream with GStreamer to multiple output streams?
My application displays video and audio and I want to add a recording feature. I\'ve considered FFmpeg, but I have to compile my application with VS so I can\'t use it. So I开发者_StackOverflow中文版
I am trying to create a pipeline for streaming a jpeg stream into h263 encoded stream over RTP. When I execute:
Hello, I\'ve been looking for a way to play and record audio on a Linux (preferably Ubuntu) system. I\'m currently working on a front-end to a voice recognition toolkit that\'ll automate a few steps
I\'m facing开发者_运维知识库 the problem of playing a H.264 stream using gstreamer (this stream comes from RTP packets without RTSP). My application sends data to a local socket and I would like gstre
Does anyone know an alternative to ALSA that can be used on windows, with gstreamer, and how to install it, and w开发者_JAVA技巧here to find python bindings for it if it needs it?
I have Cheese application. But, it has mentioned to change video output as xvimag开发者_StackOverflowesink for
I have created a new object of GstElement tee. The code is below here: GstElement *teeElement = gst开发者_如何转开发_element_factory_make (\"tee\", \"camera_tee\");
I\'m trying to create an audio stream that has a constant audio source (in this case, audiotestsrc) to which I can occasionally add sounds from files (of various formats, that\'s why I\'m using decode
I\'m constructing a gstreamer pipeline that receives two RTP streams from an networked source: ILBC Audio stream + corresponding RTCP stream