도전2022

QtGStreamer on Windows 본문

작업/work2014

QtGStreamer on Windows

hotdigi 2014. 1. 22. 16:49

http://gstreamer.freedesktop.org/wiki/GStreamerOnWindows


GStreamer on Windows

  1. Using GStreamer

The easiest way to test Gstreamer on Windows is to install it using installers from http://gstreamer.freedesktop.org/pkg/windows/releases/ or http://gstreamer.freedesktop.org/pkg/windows/cvs/ depending on the version you need to test.


http://gstreamer.freedesktop.org/pkg/windows/1.2.2/


gstreamer-1.0-x86_64-1.2.2.msi 27-Dec-2013 01:17 82M  



Python bindings are not released yet, then you will have to use CVS binaries to use Gstreamer from Python. You will find different bindings for Python2.4 and Python2.5.

These setups are installing all needed dependencies then you should be able to test Gstreamer using gst-launch-0.10 from your command line after installation.

  1. Building a Gstreamer based application using Visual Studio

If you want to build a Gstreamer based application, you can first install Gstreamer on your system using setup installers and next you have to install dev packages (*.win32dev.zip) which include all needed headers and libraries.

You can extract them in any directory and make your VS project use them.


http://gstreamer.freedesktop.org/data/doc/gstreamer/head/qt-gstreamer/html/examples.html



qt, 윈도우즈 환경에서 실행 할 수 있는 방법을 찾자. 


http://qt-project.org/forums/viewthread/35543





http://developer.nokia.com/Community/Wiki/Sample_application_for_investigating_GStreamer_pipelines

Sample application for investigating GStreamer pipelines


GStreamer is a library for constructing graphs of media-handling components. The applications it supports range from simple Ogg/Vorbis playback, audio/video streaming to complex audio (mixing) and video (non-linear editing) processing. The GStreamer framework is well documented in Gstreamer documentation.


There are useful utilities providing help for GStreamer developer. gst-inspect prints information about a GStreamer plugin or element. gst-launch builds and runs a GStreamer pipeline. In vast majority of cases these two tools are enough for GStreamer pipeline investigation or prototyping. However, in rare cases you want to go beyond and construct pipeline with real code.


Let's use Qt, however, your choice is not limited to Qt framework. Project file needs to be told that we are using GStreamer libraries:









'작업 > work2014' 카테고리의 다른 글

패턴인식 및 기계학습 겨울학교  (0) 2014.01.28
DTV Shredder  (0) 2014.01.24
YouTube View Example  (0) 2014.01.17
qt 5.2.0 설치 로그  (0) 2014.01.17
구글의 웹 등록 테스트  (0) 2014.01.17