Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FreeRDP/freerdp.github.io.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Miklautz <bernhard.miklautz@thincast.com>2020-11-12 14:00:36 +0300
committerBernhard Miklautz <bernhard.miklautz@thincast.com>2020-11-12 14:00:36 +0300
commit82d15aedc031d01e9909fe2d41f8e299cd8b3fda (patch)
tree5fe94cd1649836286a5d88f71073bb82e577bc4c
parent4909249954366f03aa71a077217787df4ada536a (diff)
fix: html tag in blog post
-rw-r--r--_posts/2020-11-09-hi-myrtille.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/_posts/2020-11-09-hi-myrtille.md b/_posts/2020-11-09-hi-myrtille.md
index 72d8790..785d4ed 100644
--- a/_posts/2020-11-09-hi-myrtille.md
+++ b/_posts/2020-11-09-hi-myrtille.md
@@ -46,9 +46,9 @@ Responsiveness is the key to a good user experience. I tried hard to chase for e
Whenever possible, I try to parallelize the processing. The user inputs and display updates, for example, are asynchronous. You can have a display change resulting from a user action, or not. What is important however, is to maintain the order in which they occur. I decided to use named pipes between the gateway and FreeRDP, because they are FIFO queues and maintain such an order. XmlHttp requests and websocket messages are also delivered in order, and so are long polling DOM injections and server-sent events (SSE).
-A path for improvement would be to use hardware accelerated graphics and take advantage of the H.264/AVC encoding supported by FreeRDP. Myrtille actually relies on images (PNG/JPEG/WEBP), generated by GDI+ (win32 API, software), but this could be replaced by a video stream (MP4/OGG/WEBM, etc.), generated by FreeRDP (against hardware, or software when using a VM), and pushed from the gateway to the browser into an HTML5 <video> tag or handled by a modern web API (MediaSource, WebRTC, etc.).
+A path for improvement would be to use hardware accelerated graphics and take advantage of the H.264/AVC encoding supported by FreeRDP. Myrtille actually relies on images (PNG/JPEG/WEBP), generated by GDI+ (win32 API, software), but this could be replaced by a video stream (MP4/OGG/WEBM, etc.), generated by FreeRDP (against hardware, or software when using a VM), and pushed from the gateway to the browser into an HTML5 &lt;video&gt; tag or handled by a modern web API (MediaSource, WebRTC, etc.).
# Thank you
Many thanks to the FreeRDP team for this wonderful project! It is not an easy task when working with such a complex protocol and with so many changes over the years.
-If you want to know more about Myrtille and its offered services (support, training, etc.), watch demo/tutorial videos or get in touch, you can consult our [website](https://www.myrtille.io). \ No newline at end of file
+If you want to know more about Myrtille and its offered services (support, training, etc.), watch demo/tutorial videos or get in touch, you can consult our [website](https://www.myrtille.io).