1
0

Compare commits

...

2 Commits

Author SHA1 Message Date
c19dbf3e44 Fallback to standard chars 2025-01-09 10:47:45 +01:00
2f262dc7d3 Fix indent 2025-01-09 10:46:57 +01:00
2 changed files with 3 additions and 3 deletions

View File

@ -15,11 +15,11 @@ I had an interesting assignment to set up a low-latency video stream from a came
## Intro
The event took place on a stage that needed to be streamed to two screens -- one in the lobby on the ground floor and another deep inside the third floor. The audio team provided a clean audio mix directly to my cameras audio mixer.
The event took place on a stage that needed to be streamed to two screens -- one in the lobby on the ground floor and another deep inside the third floor. The audio team provided a clean audio mix directly to my camera's audio mixer.
![Camera](camera.jpg)
The building, located in the old town of Prague, had a complicated floor plan, as you might imagine. Connecting to the ground floor screen was straightforward with a direct HDMI link, but reaching the third floor was more challenging without an HDMI-to-Ethernet extender, which I didnt have.
The building, located in the old town of Prague, had a complicated floor plan, as you might imagine. Connecting to the ground floor screen was straightforward with a direct HDMI link, but reaching the third floor was more challenging without an HDMI-to-Ethernet extender, which I didn't have.
![x210](x210.jpg)

View File

@ -7,7 +7,7 @@
<title>{% block title %}{{ config.title }}{% endblock %}</title>
<link rel="alternate" type="application/atom+xml" title="Atom" href="{{ get_url(path="/atom.xml") }}">
<link rel="stylesheet" href="{{ get_url(path="/style.css") }}">
<link rel="icon" href="{{ get_url(path="/favicon.svg") }}">
<link rel="icon" href="{{ get_url(path="/favicon.svg") }}">
</head>
<body>
<header>