Questions tagged «gstreamer»

3
如何在Ubuntu中解决gstreamer依赖性
您能告诉我如何解决这些对ubuntu的依赖吗? checking for GSTREAMER... configure: error: Package requirements (gstreamer-0.10 >= 0.10 gstreamer-app-0.10 gstreamer-base-0.10 gstreamer-pbutils-0.10 gstreamer-plugins-base-0.10 >= 0.10.25 gstreamer-video-0.10) were not met: No package 'gstreamer-app-0.10' found No package 'gstreamer-pbutils-0.10' found No package 'gstreamer-plugins-base-0.10' found No package 'gstreamer-video-0.10' found 我试过了: $ sudo apt-get install *gstreamer-video* Reading package lists... Done Building dependency tree …

2
在quodlibet中播放mp3会显示“GStreamer输出管道无法初始化”错误
我正在使用所有更新运行Debian测试x64。我从存储库安装了quodlibet 2.4并将mp3添加到我的库中。但是,当我播放它们时,我收到输出错误: GStreamer输出管道无法初始化。管道可能无效,或者设备可能正在使用中。检查播放器首选项。 据我所知,我已经安装了相关的软件包: aptitude install -R alsa-base alsa-utils quodlibet gstreamer1.0-fluendo-mp3 gstreamer1.0-alsa 并正确配置我的声音。安装软件包并运行后alsactl init,声音在VLC和我的Web浏览器中正常工作。 输出管线现场quodlibet的喜好播放选项卡是空白的,所以根据相关的帖子,我发现,当搜寻(1,2),我个人尝试了这些选项,以及离开领域的空白: alsasink device=hw:0,0 alsasink device=hw:0,1 alsasink device=default gst_pipeline = alsasink 该对拱的Linux论坛的帖子(上面的链接#2)推荐运行此命令,以确定适当的alsa设备: python -c 'import gst; print gst.element_factory_make("alsasink").probe_get_values_name("device")' python -c'import gst; print gst.element_factory_make(“alsasink”)。probe_get_values_name(“device”)' 然而,这给了我一个错误: Traceback (most recent call last): File "<string>", line 1, in<module> gst.ElementNotFoundError: alsasink 我的系统正在运行Python …

0
将流文件(mux)转换为mp4 gstreamer
我用一个程序捕获我的屏幕(称为Kazam for linux)。我的计算机崩溃,我丢失了我无法重新创建的屏幕截图。 我发现两个文件似乎包含我的视频,.mux和.movi​​e文件。我尝试使用gstreamer或ffmpeg转换文件错误,这不起作用。从Kazam源代码中我看到gstreamer用于捕获视频。 当我在文件名上运行tcprobe -i时,我得到以下输出: [tcprobe] Digital Video (NTSC) [tcprobe] summary for kazam_5bcdqb.movie.mux, (*) = not default, 0 = not detected import frame size: -g 720x480 [720x576] (*) aspect ratio: 4:3 (*) frame rate: -f 29.970 [25.000] frc=4 (*) 有谁知道如何将mux文件转换(使用Linux)到可播放的mp4文件? 谢谢!

1
GStreamer中的Alpha插件不起作用
我正在尝试撰写两个视频,并且正在使用Alpha插件使白色透明。为了测试Alpha插件,我将使用gst-launch创建管道。 我做的第一个测试是: gst-launch videotestsrc pattern=smpte75 ! alpha method=custom target-r=255 target-g=255 target-b=255 angle=10 ! videomixer name=mixer ! ffmpegcolorspace ! autovideosink videotestsrc pattern=snow ! mixer. 而且效果很好!然后,我用这些行创建了两个视频: gst-launch videotestsrc pattern=snow ! ffmpegcolorspace ! theoraenc ! oggmux ! filesink location=snow.ogv gst-launch videotestsrc pattern=smpte75 ! ffmpegcolorspace ! theoraenc ! oggmux ! filesink location=bars75.ogv 并将videotestsrc更改为filesrc,它将继续工作: gst-launch …

2
v4l2与编码为H.264的网络摄像头有关
我正在尝试使用gstreamer通过wifi将H.264网络摄像头视频输入发送到另一台计算机。我正在使用这个 教程 作为指导。我正在使用Creative Live! Cam Connect HD作为我的网络摄像头。该 网站 声称网络摄像头具有板载H.264编码器。但是当我使用v4l2-ctl时,我得到以下内容: $ v4l2-ctl --list-formats ioctl: VIDIOC_ENUM_FMT ... Index : 1 Type : Video Capture Pixel Format: 'MJPG' (compressed) Name : MJPEG 但是当我使用--all标志时,我得到一个不同的像素格式。 v4l2-ctl -d 1 --all Driver Info (not using libv4l2): Driver name : uvcvideo Card type : Live! Cam Connect HD …

1
是否可以使用mopidy与Gstreamer 1.10?(旗鱼X)
我正在尝试在Sailfish OS上安装mopidy。但是,唯一可用的Gstreamer版本是Gstreamer 1.10.4。 我已经从源代码编译并安装了gst-python 1.10,并使用pip编译并安装了Mopidy 2.1.0。Howerver,当我启动mopidy时,我收到以下错误: ERROR音频中未处理的异常(urn:uuid:9f0eafd5-954e-4d46-8627-f034e9f2789b):Traceback(最近一次调用最后一次):文件“/usr/lib/python2.7/site-packages/pykka/actor.py” ,第192行,在_actor_loop self.on_start()文件“/usr/lib/python2.7/site-packages/mopidy/audio/actor.py”,第437行,在on_start self._setup_playbin()文件“/ usr / lib / python2.7 / site-packages / mopidy / audio / actor.py“,第457行,在_setup_playbin中播放binbin = Gst.ElementFactory.make('playbin')TypeError:make()只取2个参数(给定1个) 似乎Gstreamer 1.10.4 API与最新版本的mopidy不兼容。 我也尝试使用mopidy 1.1.2但它找不到gobject模块。我已经用mopidy的源代码替换了所有的东西import gobject,from gi.repository import GObject as gobject但它不起作用。我认为mopidy <2.0适用于Gstreamer 0.10。并且mopidy> = 2.0似乎打算用于Gstreamer> = 1.12 如何使用Gstreamer 1.10.4(在Sailfish X上)进行mopidy工作?

1
如何找到音频文件的详细格式?
我对非常详细的信息感兴趣,例如: 内容类型(原始,ac3等) 布局(交错/非交错) 格式(F32LE,F32BE等) 以及其他属性(例如GStreamer类型列表中的属性)。 我已经尝试过,但Windows资源管理器的Properties Details,Gspot和Audacity未能成功。

0
无法使用GStreamer流式传输RTSP
我正在尝试使用GStreamer流式传输RTSP视频。我正在使用的test-launch示例gst-rtsp-server。 服务器: ./test-launch "(videotestsrc ! x264enc ! h264parse ! rtph264pay)" 客户:VLC。 当我尝试rtsp://0.0.0.0:8554/test在VLC中打开URI 时出现错误: live555 debug: we will now try HTTP tunneling mode live555 debug: connection error -115 live555 error: Failed to connect with rtsp://127.0.0.1:8554/test core debug: no access_demux modules matched core debug: creating access 'rtsp' location='127.0.0.1:8554/test', path='(null)' core debug: looking …
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.