Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| events:gpn17 [2017/05/15 17:50] – derpeter | events:gpn17 [2017/05/26 20:37] (current) – dedeibel | ||
|---|---|---|---|
| Line 12: | Line 12: | ||
| email_mail | email_mail | ||
| raeume | raeume | ||
| - | cases : 2, 5, 6 | + | cases : 2, 5, 6, (A1) |
| audio_hardware | audio_hardware | ||
| streaming | streaming | ||
| Line 22: | Line 22: | ||
| status_ | status_ | ||
| ---- | ---- | ||
| + | |||
| + | == Raumzuordnung | ||
| + | * s2 <-> ZKM-Vortragssaal (Engel-DECT: | ||
| + | * s6 <-> Medientheater (Engel-DECT: | ||
| + | * s5 <-> Grosses Studio (Engel-DECT: | ||
| == Anwesenheit | == Anwesenheit | ||
| Line 40: | Line 45: | ||
| </ | </ | ||
| + | == Schneiden und Checken | ||
| + | mkdir -p /video | ||
| + | | ||
| + | | ||
| + | |||
| + | == Netzwerk setup | ||
| + | |||
| + | <code bash> | ||
| + | #!/bin/sh | ||
| + | dhclient -x | ||
| + | ip a add 10.73.100.XX/ | ||
| + | ip r add 10.73.0.0/ | ||
| + | ip r add default via 10.73.2.201 dev eth0 | ||
| + | echo " | ||
| + | </ | ||