diff options
author | Sacha Chua <sacha@sachachua.com> | 2022-11-07 11:45:31 -0500 |
---|---|---|
committer | Sacha Chua <sacha@sachachua.com> | 2022-11-07 11:45:31 -0500 |
commit | 2a8ce152254bfc62dcaac8c2afb97a8d22c04c6a (patch) | |
tree | 94c6e85ae87181b82fdf8777c1dc7d9355dae2ce | |
parent | 915d537894e53c9546a9f7d2a60c2ce16a390b17 (diff) | |
download | emacsconf-wiki-2a8ce152254bfc62dcaac8c2afb97a8d22c04c6a.tar.xz emacsconf-wiki-2a8ce152254bfc62dcaac8c2afb97a8d22c04c6a.zip |
Add prerecs for streaming
-rw-r--r-- | 2022/organizers-notebook.md | 13 | ||||
-rw-r--r-- | 2022/organizers-notebook/index.org | 13 |
2 files changed, 24 insertions, 2 deletions
diff --git a/2022/organizers-notebook.md b/2022/organizers-notebook.md index 870890d7..eb50186e 100644 --- a/2022/organizers-notebook.md +++ b/2022/organizers-notebook.md @@ -1319,6 +1319,17 @@ Goals: - [X] Control MPV from the commandline: track-mpv appears in the correct display, and it can also be controlled via the socket like this: echo ’{ “command”: [“loadfile”, “test2.webm”] }’ | socat - ~/mpv-socket-emacsconf-dev - [ ] Share the window instead of the desktop? +Prerequisites: + +- You need to be able to SSH out to res.emacsconf.org on port 46668 + and forward ports, so one of the main organizers needs to add your + SSH public key to the authorized\_keys file. Please e-mail your SSH + public key to sacha@sachachua.com and test that port 46668 is not + blocked. +- For streaming from OBS in VNC, you will need a VNC viewer like + tigervnc-viewer. +- For streaming from your local computer, you will need OBS and FFmpeg. + ### Broadcasting from local OBS (optional) @@ -3102,7 +3113,7 @@ Probably focus on grabbing the audio first and seeing what’s worth keeping Make a table of the form -<table id="orgbe76f36" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides"> +<table id="orgf31c3c5" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides"> <colgroup> diff --git a/2022/organizers-notebook/index.org b/2022/organizers-notebook/index.org index 31878275..4e337809 100644 --- a/2022/organizers-notebook/index.org +++ b/2022/organizers-notebook/index.org @@ -962,7 +962,18 @@ Goals: - [-] Split the audio so that we can join the Q&A room before the MPV ends - handled by automatic scene switcher detecting mpv, but we can't share just a window, so we might as well just wait - [X] Control MPV from the commandline: track-mpv appears in the correct display, and it can also be controlled via the socket like this: echo '{ "command": ["loadfile", "test2.webm"] }' | socat - ~/mpv-socket-emacsconf-dev - [ ] Share the window instead of the desktop? - + +Prerequisites: + +- You need to be able to SSH out to res.emacsconf.org on port 46668 + and forward ports, so one of the main organizers needs to add your + SSH public key to the authorized_keys file. Please e-mail your SSH + public key to sacha@sachachua.com and test that port 46668 is not + blocked. +- For streaming from OBS in VNC, you will need a VNC viewer like + tigervnc-viewer. +- For streaming from your local computer, you will need OBS and FFmpeg. + *** Broadcasting from local OBS (optional) - You can copy the profile from your track or look inside it for the icecast mount point details: |