Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
#81
|
|||
|
|||
Re: streamlink: an up to date fork of livestreamerImpossible to edit yesterday's post.
Better question may be: How to use streamlink to save youtube live stream and get the file of good quality if it is possible. Last edited by j_cool : 08-04-2017 at 07:05 AM. |
#82
|
|||
|
|||
Re: streamlink: an up to date fork of livestreamerIt appears to be that mp4 file type is the only file type on youtube that can be copied, which does not result in a good file.
Therefore, making flv file with ffmpeg is better option. Quote:
dt.au3 $dtime = @YEAR & '-' & @MON & '-' & @MDAY & '_' & @HOUR & '-' & @MIN & '-' & @SEC consolewrite($dtime) clb.au3 $var = ClipGet() ConsoleWrite($var) https://www.youtube.com/watch?v=y60wDzZt8yg Code:
C:\MISC\~>youtube-dl.exe -v -F --no-check-certificate https://www.youtube.com/watch?v=y60wDzZt8yg [debug] System config: [] [debug] User config: [] [debug] Custom config: [] [debug] Command-line args: ['-v', '-F', '--no-check-certificate', 'https://www.youtube.com/watch?v=y60wDzZt8yg'] [debug] Encodings: locale cp1252, fs mbcs, out cp850, pref cp1252 [debug] youtube-dl version 2017.07.30.1 [debug] Python version 3.4.4 - Windows-7-6.1.7601-SP1 [debug] exe versions: ffmpeg 3.3.2, ffprobe 3.3.2, rtmpdump 2.4 [debug] Proxy map: {} [youtube] y60wDzZt8yg: Downloading webpage [youtube] y60wDzZt8yg: Downloading video info webpage [youtube] y60wDzZt8yg: Extracting video information [youtube] y60wDzZt8yg: Downloading m3u8 information [youtube] y60wDzZt8yg: Downloading MPD manifest [info] Available formats for y60wDzZt8yg: format code extension resolution note 91 mp4 256x144 HLS 197k , avc1.42c00b, mp4a.40.5@ 48k 92 mp4 426x240 HLS 338k , avc1.4d4015, mp4a.40.5@ 48k 93 mp4 640x360 HLS 829k , avc1.4d401e, mp4a.40.2@128k 94 mp4 854x480 HLS 1380k , avc1.4d401f, mp4a.40.2@128k 95 mp4 1280x720 HLS 2593k , avc1.4d401f, mp4a.40.2@256k 96 mp4 1920x1080 HLS 4715k , avc1.640028, mp4a.40.2@256k (best) |
#83
|
|||
|
|||
Re: streamlink: an up to date fork of livestreamerHere is how to get good file from youtube live stream with streamlink:
streamlink https://www.youtube.com/watch?v=y60wDzZt8yg 480p --stdout | ffmpeg -i pipe:0 -c:v h264 -c:a aac c:\test.flv Code:
C:\>streamlink https://www.youtube.com/watch?v=y60wDzZt8yg 480p --stdout | ffmpeg -i pipe:0 -c:v h264 -c:a aac c:\test.flv ffmpeg version 3.3.2 Copyright (c) 2000-2017 the FFmpeg developers built with gcc 7.1.0 (GCC) configuration: --enable-gpl --enable-version3 --enable-cuda --enable-cuvid --enable-d3d11va --enable-dxva2 --enable-libmfx --enable-nvenc --enable-avisynth --enable-bzlib --enable-fontconfig --enable-frei0r --enable-gnutls --enable-iconv --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libfreetype --enable-libgme --enable-libgsm --enable-libilbc --enable-libmodplug --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenh264 --enable-libopenjpeg --enable-libopus --enable-librtmp --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvo-amrwbenc --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxavs --enable-libxvid --enable-libzimg --enable-lzma --enable-zlib libavutil 55. 58.100 / 55. 58.100 libavcodec 57. 89.100 / 57. 89.100 libavformat 57. 71.100 / 57. 71.100 libavdevice 57. 6.100 / 57. 6.100 libavfilter 6. 82.100 / 6. 82.100 libswscale 4. 6.100 / 4. 6.100 libswresample 2. 7.100 / 2. 7.100 libpostproc 54. 5.100 / 54. 5.100 [cli][info] Found matching plugin youtube for URL https://www.youtube.com/watch?v=y60wDzZt8yg [cli][info] Available streams: 144p (worst), 240p, 360p, 480p, 720p, 1080p (best) [cli][info] Opening stream: 480p (hls) Input #0, mpegts, from 'pipe:0': Duration: N/A, start: 62097.567622, bitrate: N/A Program 1 Stream #0:0[0x101]: Audio: aac (LC) ([15][0][0][0] / 0x000F), 48000 Hz, stereo, fltp, 132 kb/s Stream #0:1[0x100]: Video: h264 (Main) ([27][0][0][0] / 0x001B), yuv420p(tv, bt709, progressive), 854x480 [SAR 1:1 DAR 427:240], 30 fps, 30 tbr, 90k tbn, 60 tbc Stream mapping: Stream #0:1 -> #0:0 (h264 (native) -> h264 (libx264)) Stream #0:0 -> #0:1 (aac (native) -> aac (native)) [libx264 @ 0000000002c5b2e0] using SAR=1/1 [libx264 @ 0000000002c5b2e0] using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX FMA3 BMI2 AVX2 [libx264 @ 0000000002c5b2e0] profile High, level 3.1 [libx264 @ 0000000002c5b2e0] 264 - core 152 r2851 ba24899 - H.264/MPEG-4 AVC codec - Copyleft 2003-2017 - http://www.videolan.org/x264.html - options: cabac=1 ref=3 deblock=1:0:0 analyse=0x3:0x113 me=hex subme=7 psy=1 psy_rd=1.00:0.00 mixed_ref=1 me_range=16 chroma_me=1 trellis=1 8x8dct=1 cqm=0 deadzone=21,11 fast_pskip=1 chroma_qp_offset=-2 threads=12 lookahead_threads=2 sliced_threads=0 nr=0 decimate=1 interlaced=0 bluray_compat=0 constrained_intra=0 bframes=3 b_pyramid=2 b_adapt=1 b_bias=0 direct=1 weightb=1 open_gop=0 weightp=2 keyint=250 keyint_min=25 scenecut=40 intra_refresh=0 rc_lookahead=40 rc=crf mbtree=1 crf=23.0 qcomp=0.60 qpmin=0 qpmax=69 qpstep=4 ip_ratio=1.40 aq=1:1.00 Output #0, flv, to 'c:\test.flv': Metadata: encoder : Lavf57.71.100 Stream #0:0: Video: h264 (libx264) ([7][0][0][0] / 0x0007), yuv420p, 854x480 [SAR 1:1 DAR 427:240], q=-1--1, 30 fps, 1k tbn, 30 tbc Metadata: encoder : Lavc57.89.100 libx264 Side data: cpb: bitrate max/min/avg: 0/0/0 buffer size: 0 vbv_delay: -1 Stream #0:1: Audio: aac (LC) ([10][0][0][0] / 0x000A), 48000 Hz, stereo, fltp, 128 kb/s Metadata: encoder : Lavc57.89.100 aac frame= 1328 fps= 42 q=29.0 size= 4127kB time=00:00:44.49 bitrate= 759.7kbits/s speed=1.42x |
#84
|
|||
|
|||
Re: streamlink: an up to date fork of livestreamerHere is solution that reduces high CPU usage to normal when making .flv file with ffmpeg on youtube live stream:
Replace -c:v h264 with: -c:v copy streamlink https://www.youtube.com/watch?v=y60wDzZt8yg 480p --stdout | ffmpeg -i pipe:0 -c:v copy -c:a aac c:\test.flv Code:
ffmpeg version 3.3.2 Copyright (c) 2000-2017 the FFmpeg developers built with gcc 7.1.0 (GCC) configuration: --enable-gpl --enable-version3 --enable-cuda --enable-cuvid --enable-d3d11va --enable-dxva2 --enable-libmfx --enable-nvenc --enable-avisynth --enable-bzlib --enable-fontconfig --enable-frei0r --enable-gnutls --enable-iconv --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libfreetype --enable-libgme --enable-libgsm --enable-libilbc --enable-libmodplug --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenh264 --enable-libopenjpeg --enable-libopus --enable-librtmp --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvo-amrwbenc --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxavs --enable-libxvid --enable-libzimg --enable-lzma --enable-zlib libavutil 55. 58.100 / 55. 58.100 libavcodec 57. 89.100 / 57. 89.100 libavformat 57. 71.100 / 57. 71.100 libavdevice 57. 6.100 / 57. 6.100 libavfilter 6. 82.100 / 6. 82.100 libswscale 4. 6.100 / 4. 6.100 libswresample 2. 7.100 / 2. 7.100 libpostproc 54. 5.100 / 54. 5.100 [cli][info] Found matching plugin youtube for URL https://www.youtube.com/watch?v=y60wDzZt8yg [cli][info] Available streams: 144p (worst), 240p, 360p, 480p, 720p, 1080p (best) [cli][info] Opening stream: 480p (hls) Input #0, mpegts, from 'pipe:0': Duration: N/A, start: 5145.132244, bitrate: N/A Program 1 Stream #0:0[0x101]: Audio: aac (LC) ([15][0][0][0] / 0x000F), 48000 Hz, stereo, fltp, 138 kb/s Stream #0:1[0x100]: Video: h264 (Main) ([27][0][0][0] / 0x001B), yuv420p(tv, bt709, progressive), 854x480 [SAR 1:1 DAR 427:240], 30 fps, 30 tbr, 90k tbn, 60 tbc Stream mapping: Stream #0:1 -> #0:0 (copy) Stream #0:0 -> #0:1 (aac (native) -> aac (native)) Output #0, flv, to 'c:\test.flv': Metadata: encoder : Lavf57.71.100 Stream #0:0: Video: h264 (Main) ([7][0][0][0] / 0x0007), yuv420p(tv, bt709, progressive), 854x480 [SAR 1:1 DAR 427:240], q=2-31, 30 fps, 30 tbr, 1k tbn, 90k tbc Stream #0:1: Audio: aac (LC) ([10][0][0][0] / 0x000A), 48000 Hz, stereo, fltp, 128 kb/s Metadata: encoder : Lavc57.89.100 aac frame= 355 fps=0.0 q=-1.0 size= 2175kB time=00:00:11.83 bitrate=1505.1kbits/s speed=23.7x [libx264 @ 0000000002c5b2e0] using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX FMA3 BMI2 AVX2 |
#85
|
|||
|
|||
Re: streamlink: an up to date fork of livestreamer |
#86
|
|||
|
|||
Re: streamlink: an up to date fork of livestreamerSomething worth saying.
BBC website, pre-recorded video, "manifest" file.. http://www.bbc.co.uk/news/world-us-canada-41826022 The heroin-ravaged city fighting back Code:
C:\>streamlink.exe "http://vod-hds-uk-live.bbcfmt.hs.llnwd.net/usp/auth/vod/piff_abr_full_sd/21a452-p051skl0/vf_p051skl0_0bd66164-b23d-4a18-a305-75be57e4e8de.ism/pc_hd_abr_v2_hds_master.f4m?s=1509935821&e=1509979021&h=343a818cbf79a3218a3cc8b86a530f97" best [cli][info] Found matching plugin hds for URL http://vod-hds-uk-live.bbcfmt.hs.llnwd.net/usp/auth/vod/piff_abr_full_sd/21a452-p051skl0/vf_p051skl0_0bd66164-b23d-4a18-a305-75be57e4e8de.ism/pc_hd_abr_v2_hds_master.f4m?s=1509935821&e=1509979021&h=343a818cbf79a3218a3cc8b86a530f97 [cli][info] Available streams: 216p (worst), 288p, 396p, 540p (best) [cli][info] Opening stream: 540p (hds) [cli][info] Starting player: C:\P\VLC\vlc.exe [cli][info] Player closed [cli][info] Stream ended [cli][info] Closing currently open stream... Code:
C:\>youtube-dl.exe -v -F --no-check-certificate "http://vod-hds-uk-live.bbcfmt.hs.llnwd.net/usp/auth/vod/piff_abr_full_sd/21a452-p051skl0/vf_p051skl0_0bd66164-b23d-4a18-a305-75be57e4e8de.ism/pc_hd_abr_v2_hds_master.f4m?s=1509935821&e=1509979021&h=343a818cbf79a3218a3cc8b86a530f97" [debug] System config: [] [debug] User config: [] [debug] Custom config: [] [debug] Command-line args: ['-v', '-F', '--no-check-certificate', 'http://vod-hds-uk-live.bbcfmt.hs.llnwd.net/usp/auth/vod/piff_abr_full_sd/21a452-p051skl0/vf_p051skl0_0bd66164-b23d-4a18-a305-75be57e4e8de.ism/pc_hd_abr_v2_hds_master.f4m?s=1509935821&e=1509979021&h=343a818cbf79a3218a3cc8b86a530f97'] [debug] Encodings: locale cp1252, fs mbcs, out cp850, pref cp1252 [debug] youtube-dl version 2017.10.29 [debug] Python version 3.4.4 - Windows-7-6.1.7601-SP1 [debug] exe versions: ffmpeg n3.2.1, ffprobe N-87353-g183fd30, rtmpdump 2.4 [debug] Proxy map: {} [generic] pc_hd_abr_v2_hds_master: Requesting header WARNING: Falling back on generic information extractor. [generic] pc_hd_abr_v2_hds_master: Downloading webpage [generic] pc_hd_abr_v2_hds_master: Extracting information ERROR: Unsupported URL: http://vod-hds-uk-live.bbcfmt.hs.llnwd.net/usp/auth/vod/piff_abr_full_sd/21a452-p051skl0/vf_p051skl0_0bd66164-b23d-4a18-a305-75be57e4e8de.ism/pc_hd_abr_v2_hds_master.f4m?s=1509935821&e=1509979021&h=343a818cbf79a3218a3cc8b86a530f97 Traceback (most recent call last): File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpk63cqkyt\build\youtube_dl\YoutubeDL.py", line 784, in extract_info File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpk63cqkyt\build\youtube_dl\extractor\common.py", line 434, in extract File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpk63cqkyt\build\youtube_dl\extractor\generic.py", line 3059, in _real_extract youtube_dl.utils.UnsupportedError: Unsupported URL: http://vod-hds-uk-live.bbcfmt.hs.llnwd.net/usp/auth/vod/piff_abr_full_sd/21a452-p051skl0/vf_p051skl0_0bd66164-b23d-4a18-a305-75be57e4e8de.ism/pc_hd_abr_v2_hds_master.f4m?s=1509935821&e=1509979021&h=343a818cbf79a3218a3cc8b86a530f97 So far I get it with streamlink only. Future is bright for streamlink and would-be forks. Last edited by j_cool : 11-06-2017 at 06:08 AM. |
#87
|
|||
|
|||
Re: streamlink: an up to date fork of livestreamerHere is what youtube-dl says about problem from last post:
https://github.com/rg3/youtube-dl/issues/14684 OK. No youtube-dl, no streamlink, here is solution how to get video file with ffmpeg. I use firefox 56 and User Agent Switcher 0.7.3.1 extension to change browser's user agent to iphone 3.0. Hls Stream Detector add-on returns 10 m3u8 urls, I use one of them: Code:
http://vod-hls-uk-live.bbcfmt.hs.llnwd.net/usp/auth/vod/piff_abr_full_sd/21a452-p051skl0/vf_p051skl0_0bd66164-b23d-4a18-a305-75be57e4e8de.ism/mobile_wifi_main_sd_abr_v2_hls_master.m3u8?s=1510205396&e=1510248596&h=72e7c915698753356662d35285a3907a#t=0 Enter this url in browser's address bar and save m3u8 file. It will look like this: Code:
#EXTM3U #EXT-X-VERSION:4 ## Created with Unified Streaming Platform(version=1.7.28) # AUDIO groups #EXT-X-MEDIA:TYPE=AUDIO,GROUP-ID="audio-aach-48",NAME="English",LANGUAGE="en",AUTOSELECT=YES,DEFAULT=YES,CHANNELS="2" #EXT-X-MEDIA:TYPE=AUDIO,GROUP-ID="audio-aach-96",NAME="English",LANGUAGE="en",AUTOSELECT=YES,DEFAULT=YES,CHANNELS="2" # variants #EXT-X-STREAM-INF:BANDWIDTH=349000,CODECS="mp4a.40.5,avc1.42C015",RESOLUTION=384x216,FRAME-RATE=25,AUDIO="audio-aach-48",CLOSED-CAPTIONS=NONE vf_p051skl0_0bd66164-b23d-4a18-a305-75be57e4e8de-audio_eng=48000-video=281000.m3u8 #EXT-X-STREAM-INF:BANDWIDTH=565000,CODECS="mp4a.40.5,avc1.4D401E",RESOLUTION=512x288,FRAME-RATE=25,AUDIO="audio-aach-96",CLOSED-CAPTIONS=NONE vf_p051skl0_0bd66164-b23d-4a18-a305-75be57e4e8de-audio_eng=96000-video=437000.m3u8 #EXT-X-STREAM-INF:BANDWIDTH=979000,CODECS="mp4a.40.5,avc1.4D401E",RESOLUTION=704x396,FRAME-RATE=25,AUDIO="audio-aach-96",CLOSED-CAPTIONS=NONE vf_p051skl0_0bd66164-b23d-4a18-a305-75be57e4e8de-audio_eng=96000-video=827000.m3u8 #EXT-X-STREAM-INF:BANDWIDTH=1802000,CODECS="mp4a.40.5,avc1.4D401F",RESOLUTION=960x540,FRAME-RATE=25,AUDIO="audio-aach-96",CLOSED-CAPTIONS=NONE vf_p051skl0_0bd66164-b23d-4a18-a305-75be57e4e8de-audio_eng=96000-video=1604000.m3u8 # keyframes #EXT-X-I-FRAME-STREAM-INF:BANDWIDTH=38000,CODECS="avc1.42C015",RESOLUTION=384x216,URI="keyframes/vf_p051skl0_0bd66164-b23d-4a18-a305-75be57e4e8de-video=281000.m3u8" #EXT-X-I-FRAME-STREAM-INF:BANDWIDTH=58000,CODECS="avc1.4D401E",RESOLUTION=512x288,URI="keyframes/vf_p051skl0_0bd66164-b23d-4a18-a305-75be57e4e8de-video=437000.m3u8" #EXT-X-I-FRAME-STREAM-INF:BANDWIDTH=110000,CODECS="avc1.4D401E",RESOLUTION=704x396,URI="keyframes/vf_p051skl0_0bd66164-b23d-4a18-a305-75be57e4e8de-video=827000.m3u8" #EXT-X-I-FRAME-STREAM-INF:BANDWIDTH=213000,CODECS="avc1.4D401F",RESOLUTION=960x540,URI="keyframes/vf_p051skl0_0bd66164-b23d-4a18-a305-75be57e4e8de-video=1604000.m3u8" Replace: mobile_wifi_main_sd_abr_v2_hls_master.m3u8 with: vf_p051skl0_0bd66164-b23d-4a18-a305-75be57e4e8de-audio_eng=96000-video=1604000.m3u8 or some other m3u8 line from saved file with resolution to your liking. Code:
ffplay.exe http://vod-hls-uk-live.bbcfmt.hs.llnwd.net/usp/auth/vod/piff_abr_full_sd/21a452-p051skl0/vf_p051skl0_0bd66164-b23d-4a18-a305-75be57e4e8de.ism/vf_p051skl0_0bd66164-b23d-4a18-a305-75be57e4e8de-audio_eng=96000-video=1604000.m3u8?s=1510205396&e=1510248596&h=72e7c915698753356662d35285a3907a#t=0 Code:
C:\>ffplay.exe http://vod-hls-uk-live.bbcfmt.hs.llnwd.net/usp/auth/vod/piff_abr_full_sd/21a452-p051skl0/vf_p051skl0_0bd66164-b23d-4a18-a305-75be57e4e8de.ism/vf_p051skl0_0bd66164-b23d-4a18-a305-75be57e4e8de-audio_eng=96000-video=1604000.m3u8?s=1510205396 & e=1510248596 & h=72e7c915698753356662d35285a3907a#t=0 ffplay version N-87353-g183fd30 Copyright (c) 2003-2017 the FFmpeg developers built with gcc 7.2.0 (GCC) configuration: --enable-gpl --enable-version3 --enable-cuda --enable-cuvid --enable-d3d11va --enable-dxva2 --enable-libmfx --enable-nvenc --enable-avisynth --enable-bzlib --enable-fontconfig --enable-frei0r --enable-gnutls --enable-iconv --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libfreetype --enable-libgme --enable-libgsm --enable-libilbc --enable-libmodplug --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenh264 --enable-libopenjpeg --enable-libopus --enable-librtmp --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvo-amrwbenc --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxavs --enable-libxvid --enable-libxml2 --enable-libzimg --enable-lzma --enable-zlib libavutil 55. 76.100 / 55. 76.100 libavcodec 57.106.101 / 57.106.101 libavformat 57. 82.101 / 57. 82.101 libavdevice 57. 8.101 / 57. 8.101 libavfilter 6.105.100 / 6.105.100 libswscale 4. 7.103 / 4. 7.103 libswresample 2. 8.100 / 2. 8.100 libpostproc 54. 6.100 / 54. 6.100 [hls,applehttp @ 0560e300] Opening 'http://bbcfmt-ic-56b63300-07f88e-vodhlsuklive.s.loris.llnwd.net/usp/auth/vod/piff_abr_full_sd/21a452-p051skl0/vf_p051skl0_0bd66164-b23d-4a18-a305-75be57e4e8de.ism/vf_p051skl0_0bd66164-b23d-4a18-a305-75be57e4e8de-audio_eng=96000-video=1604000-1.ts' for reading [AVBSFContext @ 0562d620] Invalid NAL unit 0, skipping. 0B f=0/0 Input #0, hls,applehttp, from 'http://vod-hls-uk-live.bbcfmt.hs.llnwd.net/usp/auth/vod/piff_abr_full_sd/21a452-p051skl0/vf_p051skl0_0bd66164-b23d-4a18-a305-75be57e4e8de.ism/vf_p051skl0_0bd66164-b23d-4a18-a305-75be57e4e8de-audio_eng=96000-video=1604000.m3u8?s=1510205396': Duration: 00:08:46.00, start: 10.000000, bitrate: 0 kb/s Program 0 Metadata: variant_bitrate : 0 Stream #0:0: Audio: aac (HE-AAC) ([15][0][0][0] / 0x000F), 48000 Hz, stereo, fltp Metadata: variant_bitrate : 0 Stream #0:1: Video: h264 (Main) ([27][0][0][0] / 0x001B), yuv420p(tv, smpte170m), 960x540 [SAR 1:1 DAR 16:9], 25 fps, 25 tbr, 90k tbn, 50 tbc Metadata: variant_bitrate : 0 [hls,applehttp @ 0560e300] Opening 'http://bbcfmt-ic-56b63300-07f88e-vodhlsuklive.s.loris.llnwd.net/usp/auth/vod/piff_abr_full_sd/21a452-p051skl0/vf_p051skl0_0bd66164-b23d-4a18-a305-75be57e4e8de.ism/vf_p051skl0_0bd66164-b23d-4a18-a305-75be57e4e8de-audio_eng=96000-video=1604000-2.ts' for reading [hls,applehttp @ 0560e300] Opening 'http://bbcfmt-ic-56b63300-07f88e-vodhlsuklive.s.loris.llnwd.net/usp/auth/vod/piff_abr_full_sd/21a452-p051skl0/vf_p051skl0_0bd66164-b23d-4a18-a305-75be57e4e8de.ism/vf_p051skl0_0bd66164-b23d-4a18-a305-75be57e4e8de-audio_eng=96000-video=1604000-3.ts' for reading 295.90 A-V: -0.026 fd= 99 aq= 15KB vq= 72KB sq= 0B f=0/0 |
#88
|
|||
|
|||
Re: streamlink: an up to date fork of livestreamer |
#89
|
|||
|
|||
Re: streamlink: an up to date fork of livestreamerHi , thanks for the following .
"plugins for dailymotion" Code:
https://github.com/streamlink/streamlink/blob/master/src/streamlink/plugins/dailymotion.py |
#90
|
|||
|
|||
Re: streamlink: an up to date fork of livestreamerLatest release: 0.11.0
https://github.com/streamlink/stream...ses/tag/0.11.0 Forum is alive again, welcome to everyone after a long inactivity page |
Tags: livestreamer, streamlink |
Thread Tools | |
Display Modes | |
|
|