seungha-yang / gstreamer-d3d11-overlay

A rtsp client using GStreamer with Direct3D11/Direct3D9 interop layer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gstreamer-d3d11-overlay

An RTSP WPF client using GStreamer with Direct3D11/Direct3D9 interop layer

GStreamer is a framework used for creating streaming media applications. In this project we are creating a player which can play RTSP streams in WPF.

There is no direct support in WPF to display UI elements over a D3D component due to the airspace issue. This project will tackle this issue by implementing a Direct3D11/Direct3D9 interop layer and by using the D3DImageEx class.

The D3DImageEx class will create a D3D11Texture which is created with the D3D11_RESOURCE_MISC_SHARED. This texture will be used for the SetBackBuffer method and later used for the d3d11videosink element in the gstreamer code.

Building the C++ projects

What You Need

Credits

The Direct3D11/Direct3D9 interop layer is based on the project http://jmorrill.hjtcentral.com/Home/tabid/428/EntryId/437/Direct3D-10-11-Direct2D-in-WPF.aspx by Jeremiah Morrill.

About

A rtsp client using GStreamer with Direct3D11/Direct3D9 interop layer

License:MIT License


Languages

Language:C++ 97.9%Language:C 2.1%