Skip to content

Instantly share code, notes, and snippets.

@aedicted
Created July 14, 2018 20:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aedicted/8285e1ae60196ea282182f40ce3011b0 to your computer and use it in GitHub Desktop.
Save aedicted/8285e1ae60196ea282182f40ce3011b0 to your computer and use it in GitHub Desktop.
ORF HD stream debug output (user interrupted)
C:\Program Files (x86)\Streamlink\bin>streamlink.exe http://orfs.orf.cdn.ors.at/orfs/q8c.sdp/playlist.m3u8 best --hls-segment-threads 10 --hls-segment-attempts 10 --hls-playlist-reload-attempts 10 --hls-segment-timeout 10 --http-stream-timeout 10 -l trace -o d:\temp\debug.ts
[05:13:55,222][cli][debug] OS: Windows 10
[05:13:55,224][cli][debug] Python: 3.5.2
[05:13:55,225][cli][debug] Streamlink: 0.14.2
[05:13:55,225][cli][debug] Requests(2.19.1), Socks(1.6.7), Websocket(0.48.0)
[05:13:55,225][cli][info] Found matching plugin hls for URL http://orfs.orf.cdn.ors.at/orfs/q8c.sdp/playlist.m3u8
[05:13:55,226][plugin.hls][debug] URL=http://orfs.orf.cdn.ors.at/orfs/q8c.sdp/playlist.m3u8; params={}
[05:13:59,414][cli][info] Available streams: 720p (worst, best)
[05:13:59,415][cli][info] Opening stream: 720p (hls)
[05:13:59,417][stream.hls][debug] Reloading playlist
#EXTM3U
#EXT-X-VERSION:3
#EXT-X-TARGETDURATION:14
#EXT-X-MEDIA-SEQUENCE:140617
#EXTINF:10.0,
media-ugbja9stn_140617.ts
#EXTINF:10.0,
media-ugbja9stn_140618.ts
#EXTINF:10.0,
media-ugbja9stn_140619.ts
[05:13:59,743][stream.hls][debug] First Sequence: 140617; Last Sequence: 140619
[05:13:59,743][stream.hls][debug] Start offset: 0; Duration: None; Start Sequence: 140617; End Sequence: None
[05:13:59,745][stream.hls][debug] Adding segment 140617 to queue
[05:13:59,745][cli][debug] Pre-buffering 8192 bytes
[05:13:59,746][stream.hls][debug] Adding segment 140618 to queue
[05:13:59,749][stream.hls][debug] Adding segment 140619 to queue
[05:14:13,755][stream.hls][debug] Reloading playlist
#EXTM3U
#EXT-X-VERSION:3
#EXT-X-TARGETDURATION:14
#EXT-X-MEDIA-SEQUENCE:140619
#EXTINF:10.0,
media-ugbja9stn_140619.ts
#EXTINF:10.0,
media-ugbja9stn_140620.ts
#EXTINF:10.0,
media-ugbja9stn_140621.ts
[05:14:14,750][stream.hls][debug] Adding segment 140620 to queue
[05:14:14,753][stream.hls][debug] Adding segment 140621 to queue
Interrupted! Exiting...
[05:14:19,594][cli][info] Closing currently open stream...
[05:14:19,601][stream.hls][debug] Download of segment 140617 complete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment