gsoc-2014

DVSwitch Testing

Jul 17, 2014 • Amanpreet (Porting Flumotion)

Tags: news flumotion

Share:

I ported the DVSwitch Gstreamer Element yesterday, but it had to be tested to know if it works or not. So, I worked on testing this today. I used following commands to test it:

#In terminal 1

dvswitch --host=localhost --port=2000

#In terminal 2

gst-launch-1.0 -v videotestsrc is-live=true ! videoconvert ! avenc_dvvideo ! avmux_dv ! dvswitchsink host=localhost port=2000

#Some more such gst pipelines in other terminals

These videos could be seen in dvswitch ui. Here is a screenshot.

screenshot

I also noticed that we need to port dvsource-v4l2-other as well. I’ll probably be working on that now.

Originally posted on Porting Flumotion - GSoC '14 Progress Blog