chrippa / livestreamer

Command-line utility that extracts streams from various services and pipes them into a video player of choice. No longer maintained, use streamlink or youtube-dl instead.
http://livestreamer.io/
BSD 2-Clause "Simplified" License
3.88k stars 582 forks source link

hls-timeout not working if > 10.1 #1663

Closed Axel-Erfurt closed 5 years ago

Axel-Erfurt commented 5 years ago

Linux Mint 19 Kernel 4.15.0.42-lowlatency livestreamer 1.12.2

my command: [ -e /tmp/zdf.mp4 ] && rm /tmp/zdf.mp4;livestreamer hlsvariant://https://zdf1314-lh.akamaihd.net/i/de14_v1@392878/master.m3u8 480p -o /tmp/zdf.mp4 --hls-timeout=10.1

it works up to a value of 10.1. if the value is greater than 10.1 it will not work.

Axel-Erfurt commented 5 years ago

sorry, my mistake.

I have read now:

Timeout here means the time to wait without any data being received before aborting.