diff options
author | Lars Hoogestraat <lars@hoogi.eu> | 2020-06-20 17:52:07 +0200 |
---|---|---|
committer | Lars Hoogestraat <lars@hoogi.eu> | 2020-06-20 17:52:07 +0200 |
commit | 2a8ee52c02a05459363f1f3812b8b454f2463a56 (patch) | |
tree | 30d17d0c9053cd7a03662288c8d9e4f909fef63f /ffmpeg.sh | |
parent | d56e59847c3aed073c3cb26225e00ad21e654e5d (diff) |
changed location of stream
Diffstat (limited to 'ffmpeg.sh')
-rwxr-xr-x | ffmpeg.sh | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -2,7 +2,6 @@ OMX_PARAMS="-s 1280x720 -preset fast -b:v 1024k" - #-listen 1 -i rtmp://nistkasten.hoogi.eu/nistkasten01 \ /usr/bin/ffmpeg \ -y \ -f v4l2 \ @@ -21,4 +20,4 @@ OMX_PARAMS="-s 1280x720 -preset fast -b:v 1024k" -remove_at_exit 1 \ -window_size 20 \ -live 1 \ - /var/www/nistkasten/manifest/nistkasten_live.mpd + /var/www/nistkasten/video/nistkasten_live.mpd |