Forrest logo
back to context overview

streamlink

List of commands for streamlink:

  • streamlink:ai:93bb6 how I open the Streamlink on news.now.com
    $ streamlink https://news.now.com/ best
    try on your machine
    explain this command
  • streamlink:tldr:0241e streamlink: Attempt to extract streams from the URL specified, and if it's successful, print out a list of available streams to choose from.
    $ streamlink ${example-com-stream}
    try on your machine
    explain this command
  • streamlink:tldr:3d372 streamlink: Open the stream in the player, while at the same time writing it to a file.
    $ streamlink --record ${filename-ts} ${example-com-stream} ${best}
    try on your machine
    explain this command
  • streamlink:tldr:41d80 streamlink: Write stream data to a file instead of playing it.
    $ streamlink --output ${filename-ts} ${example-com-stream} ${best}
    try on your machine
    explain this command
  • streamlink:tldr:5600b streamlink: Skip to the beginning of a live stream, or as far back as possible.
    $ streamlink --hls-live-restart ${example-com-stream} ${best}
    try on your machine
    explain this command
  • streamlink:tldr:5b01d streamlink: Specify the amount of time to skip from the beginning of the stream. For live streams, this is a negative offset from the end of the stream (rewind).
    $ streamlink --hls-start-offset ${[HH:]MM:SS} ${example-com-stream} ${best}
    try on your machine
    explain this command
  • streamlink:tldr:7fc19 streamlink: Specify which player to use to feed stream data to (VLC is used by default if found).
    $ streamlink --player=${mpv} ${example-com-stream} ${best}
    try on your machine
    explain this command
  • streamlink:tldr:92fce streamlink: Open a stream with the specified quality.
    $ streamlink ${example-com-stream} ${720p60}
    try on your machine
    explain this command
back to context overview