| Both sides previous revision Previous revision Next revision | Previous revision |
| events:sotm2019 [2019/09/20 12:58] – andi | events:sotm2019 [2019/09/28 16:32] (current) – andi |
|---|
| schedule_urls : http://sotm.osmz.ru/19.xml, https://pretalx.com/sotm2019/schedule/export/schedule.xml | schedule_urls : http://sotm.osmz.ru/19.xml, https://pretalx.com/sotm2019/schedule/export/schedule.xml |
| publizierung : media.ccc.de + TIB | publizierung : media.ccc.de + TIB |
| media_url : # https://media.ccc.de/c/ @@media@@ | media_url : https://media.ccc.de/c/sotm2019 |
| youtube_url : # https://www.youtube.com/playlist?list= @@youtube@@ | youtube_url : https://www.youtube.com/stateofthemap |
| tib-av_url : # https://av.tib.eu/series/ @@tib-av@@ | tib-av_url : #https://av.tib.eu/series/685 |
| aufzeichnungliz : CC BY 3.0 (oder neuer) | aufzeichnungliz : CC BY 3.0 (oder neuer) |
| streamliz : | streamliz : |
| * NHG (ab Freitag) | * NHG (ab Freitag) |
| * du? | * du? |
| | |
| | == Notizen |
| | |
| | ``` |
| | sudo -s |
| | mkdir -p /video/fuse/sotm2019/{Großer\ Hörsaal,Hörsaal\ Ost,Hörsaal\ West} |
| | mount -t cifs {//encoder5.lan.c3voc.de,/video}/fuse/sotm2019/Großer\ Hörsaal/ -orw,guest,uid=$SUDO_USER |
| | mount -t cifs {//encoder6.lan.c3voc.de,/video}/fuse/sotm2019/Hörsaal\ Ost/ -orw,guest,uid=$SUDO_USER |
| | mount -t cifs {//encoder-muc.lan.c3voc.de,/video}/fuse/sotm2019/Hörsaal\ West/ -orw,guest,uid=$SUDO_USER |
| | mkdir -p /video/encoded |
| | mount -t cifs {//storage.lan.c3voc.de,}/video/encoded -orw,guest,uid=$SUDO_USER |
| | ``` |