gstreamer
GStreamer transrating / transcoding to multiple Outputs
is it possible to transrate / transcode a RTMP or RTP Stream with GStreamer to multiple output streams?[详细]
2023-02-14 23:57 分类:问答How can I create a video (from RGB and PCM) programatically with GStreamer?
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中文版[详细]
2023-02-14 02:29 分类:问答Gstreamer souphttpsrc to rtp h263 encoded stream
I am trying to create a pipeline for streaming a jpeg stream into h263 encoded stream over RTP. When I execute:[详细]
2023-02-13 04:20 分类:问答How do you play or record audio (to .WAV) on Linux in C++?
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[详细]
2023-02-09 11:50 分类:问答Playing H264 stream from a local socket with gstreamer
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[详细]
2023-02-09 09:03 分类:问答Windows Gstreamer ALSA Alternative?
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?[详细]
2023-02-09 06:10 分类:问答set video output as xvimagesink
I have Cheese application. But, it has mentioned to change video output as xvimag开发者_StackOverflowesink for[详细]
2023-02-09 01:27 分类:问答creating a new gstelement object tee
I have created a new object of GstElement tee. The code is below here: GstElement *teeElement = gst开发者_如何转开发_element_factory_make (\"tee\", \"camera_tee\");[详细]
2023-02-08 05:07 分类:问答Use decodebin with adder
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[详细]
2023-02-05 14:04 分类:问答Gstreamer: Pausing/resuming video in RTP streams
I\'m constructing a gstreamer pipeline that receives two RTP streams from an networked source: ILBC Audio stream + corresponding RTCP stream[详细]
2023-02-04 21:18 分类:问答