Skip to content

Commit

Permalink
Possible fix for the Audio Error, thanks to @n1zzo
Browse files Browse the repository at this point in the history
  • Loading branch information
fabicodes committed Mar 9, 2019
1 parent 54c8a7d commit 7abeb73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usr/controlscripts/rtsp-h264
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ start()

## Audio
if [ "$AUDIOFORMAT" != "OFF" ] ; then
AUDIOPARAM="-E $AUDIOFORMAT:$AUDIOINBR:$AUDIOOUTBR"
AUDIOPARAM="-a -E $AUDIOFORMAT:$AUDIOINBR:$AUDIOOUTBR"
setconf -k h -v "$HWVOLUME" 2>/dev/null
setconf -k i -v "$SWVOLUME" 2>/dev/null
setconf -k q -v "$FILTER" 2>/dev/null
Expand Down

0 comments on commit 7abeb73

Please sign in to comment.