diff options
Diffstat (limited to 'examples/tg15/streams')
22 files changed, 188 insertions, 0 deletions
diff --git a/examples/tg15/streams/cubemap/maggie-cubemap.config b/examples/tg15/streams/cubemap/maggie-cubemap.config new file mode 100644 index 0000000..417566f --- /dev/null +++ b/examples/tg15/streams/cubemap/maggie-cubemap.config @@ -0,0 +1,57 @@ +# Uncomment to run in the background. Note that in daemonized mode, all filenames +# are relative to an undefined directory, so you should use absolute paths for +# error_log, stats_file, etc. + +#daemonize + +# For low-traffic servers (less than a gigabit or two), num_servers 1 is fine. +# For best performance in high-traffic situations, you want one for each CPU. +num_servers 1 + +# +# All input ports are treated exactly the same, but you may use multiple ones nevertheless. +# +port 80 +# listen 127.0.0.1:9095 +# listen [::1]:9095 + +stats_file /var/lib/cubemap/cubemap.stats +stats_interval 60 + +input_stats_file /var/lib/cubemap/cubemap-input.stats +input_stats_interval 60 + +# Logging of clients as they disconnect (and as such as no longer visible in the stats file). +# You can only have zero or one of these. +access_log /var/log/cubemap/access.log + +# Logging of various informational and error messages. You can have as many of these as you want. +error_log type=file filename=/var/log/cubemap/cubemap.log +error_log type=syslog +error_log type=console + +# +# now the streams! +# +#stream /test.flv src=http://gruessi.zrh.sesse.net:4013/test.flv +#stream /test.flv.metacube src=http://gruessi.zrh.sesse.net:4013/test.flv encoding=metacube +#stream /udp.ts src=udp://@:1234 backlog_size=1048576 +#stream /udp-multicast.ts src=udp://@233.252.0.2:1234 pacing_rate_kbit=2000 +#stream /udp-multicast-ssmv6.ts src=udp://[2001:67c:29f4::32]@[ff3e::1000:0]:1234 pacing_rate_kbit=20000 +#udpstream [2001:67c:29f4::50]:5000 src=http://pannekake.samfundet.no:9094/frikanalen.ts.metacube +#udpstream 193.35.52.50:5001 src=http://pannekake.samfundet.no:9094/frikanalen.ts.metacube +#udpstream 233.252.0.1:5002 src=http://pannekake.samfundet.no:9094/frikanalen.ts.metacube ttl=32 multicast_output_interface=eth1 + +# TG15 +stream /southcam.ts src=http://marlene.tg15.gathering.org:5003/southcam.ts.metacube backlog_size=104857600 +stream /southcam.flv src=http://marlene.tg15.gathering.org:5003/southcam.flv.metacube backlog_size=104857600 +stream /noccam.ts src=http://marlene.tg15.gathering.org:5004/noccam.ts.metacube backlog_size=104857600 +stream /noccam.flv src=http://marlene.tg15.gathering.org:5004/noccam.flv.metacube backlog_size=104857600 +stream /event2.ts src=http://dave.tg15.gathering.org:5004/event.ts backlog_size=104857600 +stream /event2.flv src=http://dave.tg15.gathering.org:5004/event.flv backlog_size=104857600 +stream /creativia.ts src=http://lorraine.tg15.gathering.org:5004/creativia.ts backlog_size=104857600 +stream /creativia.flv src=http://lorraine.tg15.gathering.org:5004/creativia.flv backlog_size=104857600 +stream /game.ts src=http://linda.tg15.gathering.org:5004/game.ts backlog_size=104857600 +stream /game.flv src=http://linda.tg15.gathering.org:5004/game.flv backlog_size=104857600 +stream /event.ts src=http://george.tg15.gathering.org:5004/event.ts backlog_size=104857600 +stream /event.flv src=http://george.tg15.gathering.org:5004/event.flv backlog_size=104857600 diff --git a/examples/tg15/streams/cubemap/seamus-cubemap.config b/examples/tg15/streams/cubemap/seamus-cubemap.config new file mode 100644 index 0000000..417566f --- /dev/null +++ b/examples/tg15/streams/cubemap/seamus-cubemap.config @@ -0,0 +1,57 @@ +# Uncomment to run in the background. Note that in daemonized mode, all filenames +# are relative to an undefined directory, so you should use absolute paths for +# error_log, stats_file, etc. + +#daemonize + +# For low-traffic servers (less than a gigabit or two), num_servers 1 is fine. +# For best performance in high-traffic situations, you want one for each CPU. +num_servers 1 + +# +# All input ports are treated exactly the same, but you may use multiple ones nevertheless. +# +port 80 +# listen 127.0.0.1:9095 +# listen [::1]:9095 + +stats_file /var/lib/cubemap/cubemap.stats +stats_interval 60 + +input_stats_file /var/lib/cubemap/cubemap-input.stats +input_stats_interval 60 + +# Logging of clients as they disconnect (and as such as no longer visible in the stats file). +# You can only have zero or one of these. +access_log /var/log/cubemap/access.log + +# Logging of various informational and error messages. You can have as many of these as you want. +error_log type=file filename=/var/log/cubemap/cubemap.log +error_log type=syslog +error_log type=console + +# +# now the streams! +# +#stream /test.flv src=http://gruessi.zrh.sesse.net:4013/test.flv +#stream /test.flv.metacube src=http://gruessi.zrh.sesse.net:4013/test.flv encoding=metacube +#stream /udp.ts src=udp://@:1234 backlog_size=1048576 +#stream /udp-multicast.ts src=udp://@233.252.0.2:1234 pacing_rate_kbit=2000 +#stream /udp-multicast-ssmv6.ts src=udp://[2001:67c:29f4::32]@[ff3e::1000:0]:1234 pacing_rate_kbit=20000 +#udpstream [2001:67c:29f4::50]:5000 src=http://pannekake.samfundet.no:9094/frikanalen.ts.metacube +#udpstream 193.35.52.50:5001 src=http://pannekake.samfundet.no:9094/frikanalen.ts.metacube +#udpstream 233.252.0.1:5002 src=http://pannekake.samfundet.no:9094/frikanalen.ts.metacube ttl=32 multicast_output_interface=eth1 + +# TG15 +stream /southcam.ts src=http://marlene.tg15.gathering.org:5003/southcam.ts.metacube backlog_size=104857600 +stream /southcam.flv src=http://marlene.tg15.gathering.org:5003/southcam.flv.metacube backlog_size=104857600 +stream /noccam.ts src=http://marlene.tg15.gathering.org:5004/noccam.ts.metacube backlog_size=104857600 +stream /noccam.flv src=http://marlene.tg15.gathering.org:5004/noccam.flv.metacube backlog_size=104857600 +stream /event2.ts src=http://dave.tg15.gathering.org:5004/event.ts backlog_size=104857600 +stream /event2.flv src=http://dave.tg15.gathering.org:5004/event.flv backlog_size=104857600 +stream /creativia.ts src=http://lorraine.tg15.gathering.org:5004/creativia.ts backlog_size=104857600 +stream /creativia.flv src=http://lorraine.tg15.gathering.org:5004/creativia.flv backlog_size=104857600 +stream /game.ts src=http://linda.tg15.gathering.org:5004/game.ts backlog_size=104857600 +stream /game.flv src=http://linda.tg15.gathering.org:5004/game.flv backlog_size=104857600 +stream /event.ts src=http://george.tg15.gathering.org:5004/event.ts backlog_size=104857600 +stream /event.flv src=http://george.tg15.gathering.org:5004/event.flv backlog_size=104857600 diff --git a/examples/tg15/streams/dave-encode.sh b/examples/tg15/streams/dave-encode.sh new file mode 100644 index 0000000..996b69f --- /dev/null +++ b/examples/tg15/streams/dave-encode.sh @@ -0,0 +1,7 @@ +#!/bin/bash +cvlc -I dummy -vvvv --decklink-audio-connection embedded --live-caching 3000 --decklink-aspect-ratio 16:9 --decklink-mode hp50 --decklink-video-connection sdi \ + --sout-x264-preset ultrafast --sout-x264-tune film --sout-transcode-threads 16 --no-sout-x264-interlaced --sout-mux-caching 3000 \ + --sout-x264-keyint 50 --sout-x264-lookahead 100 --sout-x264-vbv-maxrate 6000 --sout-x264-vbv-bufsize 6000 --ttl 60 \ + -v decklink:// vlc://quit \ + --sout \ +'#transcode{vcodec=h264,vb=5500,acodec=mp4a,aenc=fdkaac,ab=256,fps=50,channels=2}:duplicate{dst=std{access=http{metacube},mux=ts,dst=:5004/event.ts},dst=std{access=http{metacube},mux=ffmpeg{mux=flv},dst=:5004/event.flv}' diff --git a/examples/tg15/streams/george-encode.sh b/examples/tg15/streams/george-encode.sh new file mode 100644 index 0000000..8381ac1 --- /dev/null +++ b/examples/tg15/streams/george-encode.sh @@ -0,0 +1,7 @@ +#!/bin/bash +cvlc -I dummy -vvvv --decklink-audio-connection embedded --live-caching 3000 --decklink-aspect-ratio 16:9 --decklink-mode hp50 --decklink-video-connection sdi \ + --sout-x264-preset medium --sout-x264-tune film --sout-transcode-threads 15 --no-sout-x264-interlaced --sout-mux-caching 3000 \ + --sout-x264-keyint 50 --sout-x264-lookahead 100 --sout-x264-vbv-maxrate 6000 --sout-x264-vbv-bufsize 6000 --ttl 60 \ + -v decklink:// vlc://quit \ + --sout \ +'#transcode{vcodec=h264,vb=5500,acodec=mp4a,ab=256,channels=2,fps=50}:duplicate{dst=std{access=http{metacube},mux=ts,dst=:5004/event.ts},dst=std{access=http{metacube},mux=ffmpeg{mux=flv},dst=:5004/event.flv}' diff --git a/examples/tg15/streams/linda-encode.sh b/examples/tg15/streams/linda-encode.sh new file mode 100644 index 0000000..238aebc --- /dev/null +++ b/examples/tg15/streams/linda-encode.sh @@ -0,0 +1,7 @@ +#!/bin/bash +cvlc -I dummy -vvvv --decklink-audio-connection embedded --live-caching 3500 --decklink-aspect-ratio 16:9 --decklink-mode hp50 --decklink-video-connection sdi \ + --sout-x264-preset medium --sout-x264-tune film --sout-transcode-threads 15 --no-sout-x264-interlaced --sout-mux-caching 3500 \ + --sout-x264-keyint 50 --sout-x264-lookahead 100 --sout-x264-vbv-maxrate 6000 --sout-x264-vbv-bufsize 6000 --ttl 60 \ + -v decklink:// vlc://quit \ + --sout \ +'#transcode{vcodec=h264,vb=6000,acodec=mp4a,aenc=fdkaac,ab=256,fps=50,channels=2}:duplicate{dst=std{access=http{metacube},mux=ts,dst=:5004/game.ts},dst=std{access=http{metacube},mux=ffmpeg{mux=flv},dst=:5004/game.flv}' diff --git a/examples/tg15/streams/lorraine-encode.sh b/examples/tg15/streams/lorraine-encode.sh new file mode 100644 index 0000000..91f413d --- /dev/null +++ b/examples/tg15/streams/lorraine-encode.sh @@ -0,0 +1,7 @@ +#!/bin/bash +cvlc -I dummy -vvvv --decklink-audio-connection embedded --live-caching 3000 --decklink-aspect-ratio 16:9 --decklink-mode Hi50 --decklink-video-connection sdi \ + --sout-x264-preset medium --sout-x264-tune film --sout-transcode-threads 16 --sout-x264-interlaced --sout-mux-caching 3000 \ + --sout-x264-keyint 50 --sout-x264-lookahead 100 --sout-x264-vbv-maxrate 6000 --sout-x264-vbv-bufsize 6000 --ttl 60 \ + -v decklink:// vlc://quit \ + --sout \ +'#transcode{fps=50,deinterlace,deinterlace-mode=yadi2x,vcodec=h264,vb=9500,acodec=mp4a,aenc=fdkaac,ab=256,channels=2}:duplicate{dst=std{access=http{metacube},mux=ts,dst=:5004/creativia.ts},dst=std{access=http{metacube},mux=ffmpeg{mux=flv},dst=:5004/creativia.flv}' diff --git a/examples/tg15/streams/marlene-noc-reflect.sh b/examples/tg15/streams/marlene-noc-reflect.sh new file mode 100644 index 0000000..f811b39 --- /dev/null +++ b/examples/tg15/streams/marlene-noc-reflect.sh @@ -0,0 +1,13 @@ +#!/bin/bash +# reflecting purposes +name=noccam +# vlc input +#source="rtsp://151.216.234.23/live.sdp" +source="rtsp://151.216.254.59:554/live.sdp" +# vlc dst= +destination="[::1]:5003/$name.ts.metacube" + +while :; do +vlc -I dummy -vv --network-caching 500 $source vlc://quit --sout "#std{access=http{metacube},mux=ts,dst=$destination}" +sleep 1 +done diff --git a/examples/tg15/streams/marlene-noc-sd.sh b/examples/tg15/streams/marlene-noc-sd.sh new file mode 100644 index 0000000..4d85152 --- /dev/null +++ b/examples/tg15/streams/marlene-noc-sd.sh @@ -0,0 +1,10 @@ +#!/bin/bash +while :; do +vlc -I dummy -vvvv \ + --sout-x264-preset medium --sout-x264-tune film --sout-transcode-threads 4 --no-sout-x264-interlaced --network-caching 2800 --sout-mux-caching 2000 \ + --sout-x264-keyint 50 --sout-x264-lookahead 100 --sout-x264-vbv-maxrate 3000 --sout-x264-vbv-bufsize 3000 --ttl 60 --no-avcodec-dr \ + -v rtsp://151.216.254.59:554/live.sdp/ vlc://quit \ + --sout \ +'#transcode{vcodec=h264,vb=2000,acodec=mp4a,aenc=fdkaac,ab=256,channels=2}:duplicate{dst=std{access=http{metacube},mux=ts,dst=:5004/noccam.ts.metacube},dst=std{access=http{metacube},mux=ffmpeg{mux=flv},dst=:5004/noccam.flv.metacube}' +sleep 1 +done diff --git a/examples/tg15/streams/marlene-south-reflect.sh b/examples/tg15/streams/marlene-south-reflect.sh new file mode 100644 index 0000000..558c12e --- /dev/null +++ b/examples/tg15/streams/marlene-south-reflect.sh @@ -0,0 +1,13 @@ +#!/bin/bash +# reflecting purposes +name=southcam +# vlc input +#source="rtsp://151.216.234.23/live.sdp" +source="rtsp://151.216.249.4:554/live.sdp" +# vlc dst= +destination="[::1]:5002/$name.ts.metacube" + +while :; do +vlc -I dummy -vv --network-caching 500 $source vlc://quit --sout "#std{access=http{metacube},mux=ts,dst=$destination}" +sleep 1 +done diff --git a/examples/tg15/streams/marlene-south-sd.sh b/examples/tg15/streams/marlene-south-sd.sh new file mode 100644 index 0000000..e61c0b4 --- /dev/null +++ b/examples/tg15/streams/marlene-south-sd.sh @@ -0,0 +1,10 @@ +#!/bin/bash +while :; do +vlc -I dummy -vvvv \ + --sout-x264-preset medium --sout-x264-tune film --sout-transcode-threads 4 --no-sout-x264-interlaced --network-caching 2800 --sout-mux-caching 2000 \ + --sout-x264-keyint 50 --sout-x264-lookahead 100 --sout-x264-vbv-maxrate 3000 --sout-x264-vbv-bufsize 3000 --ttl 60 --no-avcodec-dr \ + -v rtsp://151.216.249.4:554/live.sdp/ vlc://quit \ + --sout \ +'#transcode{vcodec=h264,vb=2000,acodec=mp4a,aenc=fdkaac,ab=256,channels=2}:duplicate{dst=std{access=http{metacube},mux=ts,dst=:5003/southcam.ts.metacube},dst=std{access=http{metacube},mux=ffmpeg{mux=flv},dst=:5003/southcam.flv.metacube}' +sleep 1 +done diff --git a/examples/tg15/streams/streamstats/cubemap_maggie_detailed-20150401-1800.png b/examples/tg15/streams/streamstats/cubemap_maggie_detailed-20150401-1800.png Binary files differnew file mode 100644 index 0000000..f8ae344 --- /dev/null +++ b/examples/tg15/streams/streamstats/cubemap_maggie_detailed-20150401-1800.png diff --git a/examples/tg15/streams/streamstats/cubemap_maggie_detailed-20150402-1800.png b/examples/tg15/streams/streamstats/cubemap_maggie_detailed-20150402-1800.png Binary files differnew file mode 100644 index 0000000..26e919d --- /dev/null +++ b/examples/tg15/streams/streamstats/cubemap_maggie_detailed-20150402-1800.png diff --git a/examples/tg15/streams/streamstats/cubemap_maggie_detailed-20150403-1800.png b/examples/tg15/streams/streamstats/cubemap_maggie_detailed-20150403-1800.png Binary files differnew file mode 100644 index 0000000..c6692f6 --- /dev/null +++ b/examples/tg15/streams/streamstats/cubemap_maggie_detailed-20150403-1800.png diff --git a/examples/tg15/streams/streamstats/cubemap_maggie_detailed-20150404-1800.png b/examples/tg15/streams/streamstats/cubemap_maggie_detailed-20150404-1800.png Binary files differnew file mode 100644 index 0000000..74bf31e --- /dev/null +++ b/examples/tg15/streams/streamstats/cubemap_maggie_detailed-20150404-1800.png diff --git a/examples/tg15/streams/streamstats/cubemap_maggie_detailed-20150405-0400.png b/examples/tg15/streams/streamstats/cubemap_maggie_detailed-20150405-0400.png Binary files differnew file mode 100644 index 0000000..b5ac7f8 --- /dev/null +++ b/examples/tg15/streams/streamstats/cubemap_maggie_detailed-20150405-0400.png diff --git a/examples/tg15/streams/streamstats/cubemap_maggie_detailed-20150405-0600.png b/examples/tg15/streams/streamstats/cubemap_maggie_detailed-20150405-0600.png Binary files differnew file mode 100644 index 0000000..f5de946 --- /dev/null +++ b/examples/tg15/streams/streamstats/cubemap_maggie_detailed-20150405-0600.png diff --git a/examples/tg15/streams/streamstats/cubemap_seamus_detailed-20150401-1800.png b/examples/tg15/streams/streamstats/cubemap_seamus_detailed-20150401-1800.png Binary files differnew file mode 100644 index 0000000..fb41eed --- /dev/null +++ b/examples/tg15/streams/streamstats/cubemap_seamus_detailed-20150401-1800.png diff --git a/examples/tg15/streams/streamstats/cubemap_seamus_detailed-20150402-1800.png b/examples/tg15/streams/streamstats/cubemap_seamus_detailed-20150402-1800.png Binary files differnew file mode 100644 index 0000000..f4acd7c --- /dev/null +++ b/examples/tg15/streams/streamstats/cubemap_seamus_detailed-20150402-1800.png diff --git a/examples/tg15/streams/streamstats/cubemap_seamus_detailed-20150403-1800.png b/examples/tg15/streams/streamstats/cubemap_seamus_detailed-20150403-1800.png Binary files differnew file mode 100644 index 0000000..829e9bf --- /dev/null +++ b/examples/tg15/streams/streamstats/cubemap_seamus_detailed-20150403-1800.png diff --git a/examples/tg15/streams/streamstats/cubemap_seamus_detailed-20150404-1800.png b/examples/tg15/streams/streamstats/cubemap_seamus_detailed-20150404-1800.png Binary files differnew file mode 100644 index 0000000..c326cd7 --- /dev/null +++ b/examples/tg15/streams/streamstats/cubemap_seamus_detailed-20150404-1800.png diff --git a/examples/tg15/streams/streamstats/cubemap_seamus_detailed-20150405-0400.png b/examples/tg15/streams/streamstats/cubemap_seamus_detailed-20150405-0400.png Binary files differnew file mode 100644 index 0000000..e407e39 --- /dev/null +++ b/examples/tg15/streams/streamstats/cubemap_seamus_detailed-20150405-0400.png diff --git a/examples/tg15/streams/streamstats/cubemap_seamus_detailed-20150405-0600.png b/examples/tg15/streams/streamstats/cubemap_seamus_detailed-20150405-0600.png Binary files differnew file mode 100644 index 0000000..df644e9 --- /dev/null +++ b/examples/tg15/streams/streamstats/cubemap_seamus_detailed-20150405-0600.png |