<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.30.3">
</HEAD>
<BODY>
Hello,<BR>
<BR>
I'm new in gstreamer dev and sorry for my english.<BR>
<BR>
My goal : On linux system, I would like to capture a video from sdi pro cam, encode/resize it on the fly and broadcast it by rtp.<BR>
<BR>
The sdi capture card is&nbsp; a nvidia sdi quadro capture card (<A HREF="http://http://www.nvidia.com/object/product_quadro_sdi_capture_us.html">this</A>) using opengl and its own framework. At present, it work and I can display the live video in a window.<BR>
For info, the sdi video stream is captured&nbsp; into OpenGL texture and display in a window.<BR>
<BR>
Now, I want to broadcast the stream by rtp using gstreamer.<BR>
To reach this goal, is it a good idea to use gldownload to load the opengl texture into gstreamer ? How could I do that ? I found no information on the net.<BR>
<BR>
Thank you for your help,<BR>
<BR>
J&#233;r&#233;my.
</BODY>
</HTML>