Compare commits
2 Commits
e439db1a06
...
c19dbf3e44
Author | SHA1 | Date | |
---|---|---|---|
c19dbf3e44 | |||
2f262dc7d3 |
@ -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 camera’s 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.
|
||||
|
||||

|
||||
|
||||
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.
|
||||
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.
|
||||
|
||||

|
||||
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user