blob: 099aa74e70952c63141515672bbf78e69683f65b (
plain)
1
2
3
4
5
6
|
#!/bin/bash
while :; do
vlc -I dummy -vv --network-caching 500 rtsp://151.216.234.23/live.sdp vlc://quit --sout '#std{access=http{metacube},mux=ts,dst=:5002/southcam.ts}'
sleep 1
done
|