Editing Multimedia

From Chaosdorf Wiki
Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.

Latest revision Your text
Line 2: Line 2:
[[File:Pulseaudio.png|thumb|right|PulseAudio Volume Control]]
[[File:Pulseaudio.png|thumb|right|PulseAudio Volume Control]]


The Hackcenter area of our space is equipped with a powerful sound system. four ceiling- and wall-mounted speakers (JBL control), accompanied by a subwoofer in the right front corner are wired to four amplifiers located in the server room.
The front area of our space is equipped with a powerful sound system. Seven wall-mounted speakers (JBL control), accompanied by a subwoofer beneath the stairs are wired to four amplifiers located in the server room.


=== PulseAudio ===
=== PulseAudio ===
Use [[Wikipedia:PulseAudio|PulseAudio]] for playback from your machine or MPD/VLC/Kodi.


see [[Host:RackPi#Nutzung_Audio_Interface]]
PULSE_SERVER=pulse vlc


=== MPRIS auf MQTT publishen ===
There are three output devices available:
# ''Upmix'' for background music
# ''Hackcenter'' for showing stuff in the back of the room, only the speaker near the TV is used
# ''Presentation'' for showing stuff in the lounge, using the three speakers at the screen
# ''Surround'' for pass-through of multi-channel audio (theatric)


Um Artist/Title auf dem Dashboard anzuzeigen.
For example, use the following command to create a remote sink on your machine:
pacmd load-module module-tunnel-sink server=pulse sink=hackcenter


[https://gist.github.com/YtvwlD/06cc690a360a8d7d29b067b800ac8998]
Then, switch the desired stream to the new sink. Use can use <tt>pavucontrol</tt> for that.
 
'''Warning:''' Remember to lower your playback volume before switching outputs to prevent damaging everyones ears.
 
Um vom lokalen Capture-Device an den Mischer zu streamen, nutze folgendes Kommando:
parec --latency-msec=50 | pacat --latency-msec=50 --server=pulse


=== Airplay ===
=== Airplay ===


We have [https://github.com/chaosdorf/shairplay Shairplay] running as a bridge to stream audio using the Airplay protocol. Just choose "shairplay" from the list of available outputs.
We have [https://github.com/abrasive/shairport Shairport] running as a bridge to stream audio using the Airplay protocol. Just choose "DorfPlay" from the list of available outputs.


=== ALSA ===
=== ALSA ===
PulseAudio outputs over the usual ALSA devices. The default mixer settings are balanced for nice background sound in the [[Hackcenter]]. To override these, use the PulseAudio mixer interface.
PulseAudio outputs over the usual ALSA devices. The default mixer settings are balanced for nice background sound both in the [[Laptop Lounge|Lounge]] and in the [[Hackcenter]]. To override these, use the PulseAudio mixer interface.
There's a web interface at https://pulseweb.chaosdorf.space.


=== MPD ===
=== Musik ===
[[File:ympd.png|thumb|right|300px|Unser Web Interface]]
[[File:ympd.png|thumb|right|300px|Unser Web Interface]]
Zum Musikhören: Die Verstärker über die Schalterleiste in der Ecke einschalten, sicherstellen, dass Input 1 ausgewählt ist und [[sobek]] an ist. Die Anlage ist an den Multimedia-Server angeschlossen, auf dem ein [https://www.musicpd.org/ MPD] als Jukebox läuft.
Zum Musikhören: Die Verstärker über http://dorfmap/ einschalten. Die Anlage ist an den Multimedia-Server angeschlossen, auf dem ein MPD als Jukebox läuft.


Anschließend kann die Musik zum Beispiel über unser Web Interface unter https://ympd.chaosdorf.space/ gesteuert werden.
Anschließend kann die Musik zum Beispiel über unser Web Interface unter http://ympd/ gesteuert werden.


Da das Web Interface auf Einfachheit ausgelegt ist, möchtet ihr evtl. einen MPD Client auf eurem Gerät nutzen. Eine umfassende Liste gibt es unter http://mpd.wikia.com/wiki/Clients
Da das Web Interface auf Einfachheit ausgelegt ist, möchtet ihr evtl. einen MPD Client auf eurem Gerät nutzen. Eine umfassende Liste gibt es unter http://mpd.wikia.com/wiki/Clients


Als Hostnamen in den Clients "mpd" eingeben.
Als Hostnamen in den Clients "mpd" eingaben.
* Für Android ist [https://github.com/gateship-one/malp MALP] ([https://play.google.com/store/apps/details?id=org.gateshipone.malp Play Store] [https://f-droid.org/app/org.gateshipone.malp F-Droid]) der heißeste Scheiß.
* Für Android sind [https://play.google.com/store/apps/details?id=com.namelessdev.mpdroid MPDroid] und [https://play.google.com/store/apps/details?id=org.chatminou.mpdcontrol MPD Control] ganz gut.
* Für PCs (Linux, macOS und Windows) taugt [https://github.com/CDrummond/cantata/releases Cantata].
* Für PCs (Linux, macOS und Windows) taugt [https://github.com/CDrummond/cantata/releases Cantata].
* Das iOS-Universum hat leider wenig Liebe für MPD übrig.
* Das iOS-Universum hat leider wenig Liebe für MPD übrig.
Neue Musik hinzufügen:
* Neuen Ordner auf ftp unter music anlegen.
* Musikdateien in den Ordner kopieren.
* mpc --host=mpd update --wait [Ordnername]
Man kann den Ordnernamen auch weglassen, aber dann dauert es ggf. länger.
=== Chromecast ===
Am Medienumschalter ist ein Chromecast an Kanal 4<ref>[[Mediarack#Anschl.C3.BCsse_Medienumschalter_IN1606]]</ref> auswählbar, dann kann man Sound über Verstärker hören ✨


== Filme ==
== Filme ==
→[[Projector]]
→[[Projector]]
=== Chromecast ===
Im Hackcenter hängt am TV ein Chromecast.
Android (mit installierten Google-Apps) (und dementsprechend fast jede Audio-/Video-App dafür), die offizielle YouTube-App für iOS und Google Chrome können out of the Box die Chromecasts ansprechen.
Um lokal gespeicherte Videos abzuspielen, ist [https://github.com/xat/castnow CastNow] ein gutes Tool, obwohl es NodeJS nutzt. Ohne Optionen erwartet ein Chrome einen '''MP4-Container''' mit '''AVC-Videotrack''' und '''AAC-Audiotrack'''. CastNow kann ffmpeg nutzen, um Dateien entsprechend zu konvertieren (mittels <tt>--tomp4</tt>) und reicht dafür einfach nur ffmpeg-Kommandos durch. Wenn man also ein Video hat, das nur einen AVC-Videotrack hat, aber einen anderes Audioformat, wäre das entsprechende Kommando:
<pre>castnow ./myvideo.mkv --tomp4 --ffmpeg-vcodec copy</pre>


[[Category:Services]]
[[Category:Services]]
Please note that all contributions to Chaosdorf Wiki are considered to be released under the Attribution 3.0 Unported (see Chaosdorf Wiki:Copyrights for details). If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource. Do not submit copyrighted work without permission!
Cancel Editing help (opens in new window)