AboutFtDesktop: Difference between revisions

From Cibernética Americana
Jump to navigationJump to search
No edit summary
No edit summary
 
(24 intermediate revisions by the same user not shown)
Line 6: Line 6:
}
}
.collapsible {
.collapsible {
  background-color: gainsboro;
  color: black;
  font-size: 10px;
   cursor: pointer;
   cursor: pointer;
   outline: none;
   outline: none;
  position: relative;
  top: -1px;
  left: -100px;
  float:right;
}
}


Line 24: Line 31:
<br>
<br>
<blockquote>
<blockquote>
  This service is live on this page if the doorbell in the left nav has a light blue button.<br>
  This service is live on this page if the doorbell on the More... page has a light blue button.<br>
<font size=1>Priced videotelephony (VT) providers (e.g. Zoom) I use as an ordinary free tier user. For this reason encounters/first contact using them must be within the free session limits, currently in the case of Zoom, 40 minutes.</font>
<font size=1>Priced videotelephony (VT) providers (e.g. Zoom) I use as an ordinary free tier user. For this reason encounters/first contact using them must be within the free session limits, currently in the case of Zoom, 40 minutes.</font>
</blockquote>
</blockquote>
Line 38: Line 45:
<blockquote>
<blockquote>
<br>
<br>
In Tele, Jitsi presenter mode is used for presentation but Guacamole for collaborative desktop sharing in MCP context. If a SAR session is active, clicking the desktop link on the doorbell should go to a guac server instead of this article.  A VT common carriers' version may be used instead if supported, eg. Skype or Zoom, during first contact per above.  
In Tele, Jitsi presenter mode is used for presentation but Guacamole for collaborative desktop sharing in MCP context. If a SAR session is active, clicking the desktop link on the doorbell should go to a guac server instead of this article.  A common carriers' version, such as Zoom, may be used instead if the generics have been instantiated for it.  
</blockquote>
</blockquote>


== Tips  ==
== Tips  ==
<div class="content collapsible">
<html><button type="button" title="Collapsed because this is somewhat stale and most ppl know this stuff by now." class="collapsible">show/hide</button></html>
<div><div class="content" id="ole">
The following  can make for a smoother sharing experience. At least token entitlement will be necessary before any service can proceed.
The following  can make for a smoother sharing experience. At least token entitlement will be necessary before any service can proceed.


Line 51: Line 59:
=== Select medium/modality ===
=== Select medium/modality ===
<blockquote>
<blockquote>
==== [https://doorbell.meansofproduction.biz <font color=lime>Ft doorbell</font>] ====
==== [https://doorbell.meansofproduction.biz <font color=lime>Ft/Tele doorbell</font>] ====


The Ft doorbell fronts the selected VT provider and is the default means of live interaction. SAR (single authentication realm) users can use the soft smart doorbell similar to the physical apps.
The DS doorbell fronts the selected VT provider and is the default means of live interaction. SAR (single authentication realm) users can use the soft smart doorbell similar to the physical apps.


==== Phone  ====
==== Phone  ====
Line 83: Line 91:
<center><hr width=50%></center>
<center><hr width=50%></center>
<br>
<br>
</div>
</div></div>
<br>


== Ft Common Carrier ==
== Ft Common Carrier ==
Line 89: Line 98:
Tele is a marque for the bundling of videotelephony (VT) and screen sharing for embeding in the domains CMS and domain space generally.
Tele is a marque for the bundling of videotelephony (VT) and screen sharing for embeding in the domains CMS and domain space generally.


<blockquote style="font-size:10px;">
With origins going back past the Flash Red5 ofla stuff to more recent Skype and lately with Jitsi as default VT/desktop sharing, the first commercial platform target, '''Ft Tele''' is simply a mnemonic for  streaming in the two major functions, under my development. In the current usage, Red5 (no longer supported ofc) would have been the original Common Carrier for the VT major function. The other major function of Ft is desktop sharing. Ft abstracts and unifies these major functions to support various backend providers who then become common carriers.
With origins going back past the Flash Red5 ofla stuff to more recent Skype and lately with Jitsi as default VT/desktop sharing, the first commercial platform target, '''Ft Tele''' is simply a mnemonic for  streaming in the two major functions, under my development. In the current usage, Red5 (no longer supported ofc) would have been the original Common Carrier for the VT major function. The other major function of Ft is desktop sharing. Ft abstracts and unifies these major functions to support various backend providers who then become common carriers.
 
</blockquote>
Jitsi as integrated <html><a href=https://jitsi.sameboat.network>here</a> or via its <html><a href=https://meet.jit.si>outlets</a></html> is currently the default common carrier.
Jitsi as integrated <html><a href=https://jitsi.sameboat.network>here</a> or via its <html><a href=https://meet.jit.si>outlets</a></html> is currently the default common carrier.


== Secure Connections ==
== Secure Connections ==


Your connection is secure, only SAR users can connect to the guacamole server or use the doorbell.
Your connection is secure, only SAR users can connect to the guacamole server or control doorbell calls.


Registration with Google or Apple from the app is free. Manual registration is deprecated but there is a path to it from devops1.
Registration via your Apple or Google account is free. Manual registration is deprecated but there is a path to it from <html><a href=https://devops1.sameboat.network>devops1</a></html>.
<br><br>
<br><br>
</div></div>
</div></div>
<br>
<br><html>
<script>
var coll = document.getElementsByClassName("collapsible");
var i;
 
for (i = 0; i < coll.length; i++) {
  coll[i].addEventListener("click", function() {
    this.classList.toggle("active");
    var content = document.getElementById("ole");
    if (content.style.display === "block") {
      content.style.display = "none";
    } else {
      content.style.display = "block";
    }
    content = document.getElementById("nb");
    if (content.style.display === "block") {
      content.style.display = "none";
    } else {
      content.style.display = "block";
    }
  });
}
</script></html>