erambler/legacy/blog/further-video-conferencing-.../index.html

187 lines
8.2 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta charset="utf-8">
<meta content="IE=edge" http-equiv="X-UA-Compatible">
<meta content="width=device-width, initial-scale=1" name="viewport">
<link href="../../old/assets/style/styles.css" rel="stylesheet" type="text/css">
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<script>
(function() {
var s, scheme, wf;
this.WebFontConfig = {
google: {
families: ['Amaranth:700,700italic:latin', 'Inconsolata::latin']
}
};
wf = document.createElement('script');
scheme = 'https:' === document.location.protocol ? 'https' : 'http';
wf.src = scheme + "://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js";
wf.type = 'text/javascript';
wf.async = 'true';
s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(wf, s);
}).call(this);
</script>
<title>Further video-conferencing thoughts | eRambler</title>
<link href="https://erambler.co.uk/rss.xml" rel="alternate" type="application/rss+xml">
</head>
<body class="single-post">
<div id="container">
<header class="page-header">
<hgroup>
<div class="h1"><a href="../../">eRambler</a></div>
<div class="lead">Jez Cope's blog on becoming a research technologist</div>
</hgroup>
<nav><ul>
<li><a href="../../">Home</a></li>
<li><a href="../../about/">About</a></li>
<li><a href="../../blogroll/">Blogroll</a></li>
</ul>
</nav>
</header>
<section>
<div class="row">
<p class="archive-warning"><strong><em>Please note:</em></strong> this older content has been <strong>archived</strong> and is no longer fully linked into the site. Please go to the <a href="../../">current home page</a> for up-to-date content.</p>
</div>
<div id="content">
<article class="h-entry">
<div class="row">
<h1 class="post-title p-name">Further video-conferencing thoughts</h1>
</div>
<div class="row">
<div class="post-info">
<div class="post-date dt-published">
<a class="u-url" href="http://erambler.co.uk/blog/further-video-conferencing-thoughts/">Wednesday 26 January 2011</a>
</div>
Tagged with
<ul class="post-tags">
<li class="p-category"><span class="tag">Video-conferencing</span></li>
<li class="p-category"><span class="tag">Training</span></li>
<li class="p-category"><span class="tag">eLearning</span></li>
</ul>
</div>
<div class="post-body">
<div class="post-content e-content">
<p>The other day, I blogged about my <a href="../../2011/01/24/simple-video-conferencing-with-bigbluebutton/">experiences using BigBlueButton for video-conferencing</a>. It occurs to me though, that getting the technology right is only half the battle, or even less: the rest is about peoples familiarity with the concept.</p>
<p>Several times over the last few months Ive been using Skype a bit more to communicate with friends and family. With people who are used to using Skype or similar technologies, its a pretty seamless extension of the phonecall. For inexperienced users, however, theres a lot of awkward silence and waving and repeating “Hello? Can you hear me?”, especially when theres a bit of a delay on the line.</p>
<p>Then theres The Feedback Issue. Unlike analogue audio systems theres no squeaking or whining. Instead, everything that comes out of the speakers is retransmitted through the microphone on a slight delay, which is offputting for the person speaking and downright confusing for everyone else listening. And when more than one participant is causing feedback it just gets worse.</p>
<p>Feedback can be mitigated by turning down the volume on speakers and gain on microphones, but it can only really be eliminated by the use of headphones or echo cancellation hardware/software. Yes, the solution to this is so simple it bears repeating: <strong>use headphones</strong>.</p>
<h1 id="how-to-fix-this">How to fix this</h1>
<p>Getting the user interface right can help. This is where Elluminate falls down: the window is covered in buttons, none of which are labelled and many of which have icons which only vaguely represent their purpose.<sup id="fnref:1"><a href="#fn:1" class="footnote">1</a></sup> BigBlueButton is better: it has very few buttons. There was a minor issue that one of the buttons didnt do exactly what was expected (you had to click the microphone button to be able to hear the sound). This stuff is important and worth spending time to get right.</p>
<p>Training can help too, and I think the best form of training in this case is just to give people a safe place to try things out and get used to them. Weve lived with phones for so long now that we know exactly how they work, but there are a lot of people who just arent familiar with video-conferencing.</p>
<p>Anyway, thatll do for now, though it feels like Ill probably be visiting this again in the future. Let me know what you think.</p>
<div class="footnotes">
<ol>
<li id="fn:1">
<p>I dont think theres going to be a lot of pressure on the developers to make it too easy to use, as Elluminate makes part of its money from training. <a href="#fnref:1" class="reversefootnote"></a></p>
</li>
</ol>
</div>
</div>
<div id="disqus_thread"></div>
<script>
/* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
var disqus_shortname = 'erambler'; // required: replace example with your forum shortname
var disqus_identifier = 'tag:erambler.co.uk,2011-01-26:/blog/further-video-conferencing-thoughts/';
var disqus_title = 'Further video-conferencing thoughts'
var disqus_url = 'http://erambler.co.uk/blog/further-video-conferencing-thoughts/';
var disqus_developer = 0;
if (window.location.hostname == 'localhost')
disqus_developer = 1;
/* * * DON'T EDIT BELOW THIS LINE * * */
(function() {
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
dsq.src = 'http://' + disqus_shortname + '.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
})();
</script>
</div>
</div>
</article>
</div>
<div id="sidebar">
<div class="sidebar-box about-me h-card">
<p>Hi, Im <a href="http://erambler.co.uk" class="p-name u-url">Jez Cope</a> and this is my
blog, where I talk about technology in research and higher
education, including:</p>
<ul>
<li>Research data management;</li>
<li>e-Research;</li>
<li>Learning;</li>
<li>Teaching;</li>
<li>Educational technology.</li>
</ul>
</div>
<div class="sidebar-box links">
<h2>Me elsewhere</h2>
<ul>
<li><a href="https://twitter.com/jezcope" rel="me">Twitter</a></li>
<li><a href="https://github.com/jezcope" rel="me">github</a></li>
<li><a href="https://linkedin.com/in/jezcope">LinkedIn</a></li>
<li><a href="http://diigo.com/user/jezcope">Diigo</a></li>
<li><a href="https://www.zotero.org/jezcope">Zotero</a></li>
<li><a href="http://gplus.to/jezcope">Google+</a></li>
</ul>
</div>
</div>
<div class="row">
<footer><a class="license" href="http://creativecommons.org/licenses/by-sa/4.0/" rel="license">
<img alt="Creative Commons License" src="http://i.creativecommons.org/l/by-sa/4.0/88x31.png" style="border-width:0">
</a>
<span href="http://purl.org/dc/dcmitype/Text" property="dct:title" rel="dct:type" xmlns:dct="http://purl.org/dc/terms/">
eRambler
</span>
by
<a href="http://erambler.co.uk/" property="cc:attributionName" rel="cc:attributionURL" xmlns:cc="http://creativecommons.org/ns#">
Jez Cope
</a>
is licensed under a
<a href="http://creativecommons.org/licenses/by-sa/4.0/" rel="license">
Creative Commons Attribution-ShareAlike 4.0 International license
</a>
</footer>
</div>
</section>
</div>
<script>
if (!/^http:\/\/localhost/.test(window.location)) {
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-10201101-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
}
</script>
</body>
</html>