Slashdot Mirror


User: hunter107

hunter107's activity in the archive.

Stories
0
Comments
1
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1

  1. Gstreamer? on Affordable and Usable Video Conferencing? · · Score: 1

    Why not cook up your own teleconf software? We use gstreamer which has all the 'good stuff' with x264. Check: http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-plugins-good-plugins/html/gst-plugins-good-plugins-gstrtpbin.html . The pipeline mentioned there works surprisingly well even over high latency networks and all it takes is a shell script to launch it. Add farsight to it and you have multi-party video conf too!!