**This is an old revision of the document!**
channel | |
---|---|
channel name | ChaosZone TV |
status | confirmed |
playout slug (CDN) | chaoszone |
managed_by | ChaosZone TV Studio |
gema_schedule | (2x4h DJ-Set, Tag 3 ab 23:30 Uhr) |
dect | 1 663 |
contacts | nilo |
ingest_type | via MCR |
recording_type | manual |
releasing_type | http-tracker |
schedule_room | ChaosZone TV Stream |
comment | c3lingo-embed durch MCR |
studio | |
---|---|
name | ChaosZone TV Studio |
location | Halle (Saale) |
live | ✓ |
preproduction | ✓ |
remote_speakers | ✓ |
contacts | nilo |
rc3@chaoszone.tv | |
dect | 1 541 |
full_remote_operation | ja |
plz | 06112 |
geo | |
engelsystem_usernames | nilo |
Multiviews
Web
Browser, können oft maximal 6 Verbindungen – kann man bei Firefox via about:config
Option network.http.max-persistent-connections-per-server
entsprechend hochsetzen.
- https://voc.marudor.de
- WebM SD mit Audio-Bars
- http://streaming.media.ccc.de/<$konferenz>/multiview
- alle Streams inklusive Subformate, hängt Erfahrungsweise aber nach ein paar Stunden auf
Nativ
mit i3 und mpv bei der froscon16
#!/bin/bash i3 splitv mpv --no-audio --really-quiet rtmp://10.73.1.3:1935/stream/s1_native_hd & P1=$? sleep 10 mpv --no-audio --really-quiet rtmp://10.73.2.3:1935/stream/s2_native_hd & P2=$? sleep 10 mpv --no-audio --really-quiet rtmp://10.73.3.3:1935/stream/s3_native_hd & P3=$? sleep 10 i3 focus parent i3 splith mpv --no-audio --really-quiet rtmp://10.73.4.3:1935/stream/s4_native_hd & P4=$? sleep 10 i3 splitv mpv --no-audio --really-quiet rtmp://10.73.5.3:1935/stream/s5_native_hd & P5=$? sleep 10 mpv --no-audio --really-quiet rtmp://10.73.6.3:1935/stream/s6_native_hd & P6=$? sleep 10 mpv --no-audio --really-quiet rtmp://10.73.7.3:1935/stream/s7_native_hd & P7=$? read kill -9 $P1 kill -9 $P2 kill -9 $P3 kill -9 $P4 kill -9 $P5 kill -9 $P6 kill -9 $P7
Zwischen Firefox/iceweasel und mpv hin und her schalten
while true; do xdotool key Super+1; sleep 10; xdotool key Super+2; sleep 10; done