How to display video streamed from UDP source? ( solved )

Jim Norton jimnorton at jimnorton.org
Thu May 9 14:52:26 PDT 2013


> gst-inspect playbin2 yields that it has a uri property. So you should be
> able to simply set that property and it will identify the input stream type
> and create the appropriate source element. You can read that created source
> element (after it has been created) with the source property, which is
> read-only. gst-inspect tells you a lot of things about the element that you
> need to know.
>
> Chuck
>
>
> On Wed, May 8, 2013 at 5:05 PM, Jim Norton <jimnorton at jimnorton.org> wrote:
>
>> Hi Chuck,
>>
>> Thank you for the information. Is it possible to connect a udpsrc to
>> playbin2 or a way to specify the URI property of playbin2 to read from a
>> UDP broadcast?
>>
>> Thanks again,
>> Jim

The problem is that the UDP broadcast stream isn't getting forwarded  
to the virtual machine I'm doing my development on.

Using playbin2 and setting it's uri property to udp://0.0.0.0:9001 is  
all that is required to cause playbin2 to properly create the needed  
source element.

I installed the GStreamer SDK on Windows and was able to view the  
stream using the following:

gst-launch-0.10.exe playbin2 uri=udp://0.0.0.0:9001/

and the video was displayed properly.

Thanks all for the help,
Jim




More information about the gstreamer-devel mailing list