Skip to content

Commit

Permalink
Merge pull request #13 from aperim/troykelly#12
Browse files Browse the repository at this point in the history
Removing deprecated items.
  • Loading branch information
troykelly authored Oct 11, 2021
2 parents e7729af + eca0716 commit 1734295
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion container/rootfs/usr/local/sbin/mosaic
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ Sources:
3,3 ${VLC_SOURCE_3X3}
EOF

VLC_COMMAND=( "-I" "telnet" "--telnet-password" "${PASSWORD}" "--telnet-port" "${PORT}" "--no-media-library" "--verbose" "${VLC_VERBOSE}" "--vlm-conf" "${HOME}/vlc/mosaic.vlm" "--no-disable-screensaver" "${VLC_AVCODEC_OPTIONS[@]}" "--no-repeat" "--no-loop" "--network-caching" "${VLC_CACHE}" "--drop-late-frames" "--skip-frames" "--no-daemon" "--adaptive-logic" "${VLC_ADAPTIVE_LOGIC}" "--adaptive-maxwidth" "${VLC_ADAPTIVE_WIDTH}" "--adaptive-maxheight" "${VLC_ADAPTIVE_HEIGHT}" "--adaptive-bw" "${VLC_ADAPTIVE_BITRATE}" )
VLC_COMMAND=( "-I" "telnet" "--telnet-password" "${PASSWORD}" "--telnet-port" "${PORT}" "--no-media-library" "--verbose" "${VLC_VERBOSE}" "--vlm-conf" "${HOME}/vlc/mosaic.vlm" "${VLC_AVCODEC_OPTIONS[@]}" "--no-repeat" "--no-loop" "--network-caching" "${VLC_CACHE}" "--drop-late-frames" "--skip-frames" "--adaptive-logic" "${VLC_ADAPTIVE_LOGIC}" "--adaptive-maxwidth" "${VLC_ADAPTIVE_WIDTH}" "--adaptive-maxheight" "${VLC_ADAPTIVE_HEIGHT}" "--adaptive-bw" "${VLC_ADAPTIVE_BITRATE}" )
echo "📺 Starting VLC Stream ${VLC_SAP_GROUP}/${VLC_SAP_NAME}"
printf "🖥 Launching: ${VLC} %s\n" "${VLC_COMMAND[*]}"
# nice -n -20 ${VLC} "${VLC_COMMAND[@]}" &
Expand Down

0 comments on commit 1734295

Please sign in to comment.