aboutsummaryrefslogtreecommitdiffstats
path: root/examples/tg15/streams/marlene-noc-reflect.sh
blob: f811b394fe98884be4dfd82d05ca9aaab76a4f5e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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