Assume that we have a GStreamer command such as the following and it runs on the console very well. How I can run this on a specific JFrame
? When I run this command on the terminal, it opens a new video scene. But I need to run this video on a specific sized JFrame Form on Netbeans.
gst-launch-1.0 udpsrc port=5004 buffer-size=622080 ! avdec_h264 ! videoconvert ! fpsdisplaysink