streamlight-antix 0.1.11

Forum Forums General Software streamlight-antix 0.1.11

  • This topic has 0 replies, 1 voice, and was last updated Mar 15-3:03 pm by LS650V.
Viewing 1 post (of 1 total)
  • Author
    Posts
  • #19461
    Member
    LS650V

      The command line parameters passed to mpv by streamlight.sh override values in ~/.config/mpv/mpv.conf. I patched /usr/local/bin/streamlight.sh to work around this:

         # Play the stream
         # streamlink --player="mpv     --really-quiet         \
         #                              --vo=xv,x11            \
         #                              --cache=auto           \
         #                              --cache-default=25000  \
         #                              --framedrop=vo"        \
         streamlink --player="mpv --idle=once"               \
                    --player-no-close                        \
                      $VIDEO_ADDRESS                         \
                      $RESOLUTION                            \
         | tee --append $LOG
    Viewing 1 post (of 1 total)
    • You must be logged in to reply to this topic.