Audio/video stream recording forums (http://stream-recorder.com/forum/index.php)
-   rtmpdump (http://stream-recorder.com/forum/forumdisplay.php?f=54)
-   -  

streamlink: an up to date fork of livestreamer

(http://stream-recorder.com/forum/showthread.php?t=22646)

j_cool 08-03-2017 04:33 PM

Re: streamlink: an up to date fork of livestreamer


 
Impossible 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.

j_cool 08-04-2017 12:42 PM

Re: streamlink: an up to date fork of livestreamer


 
It 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:

Originally Posted by j_cool (Post 93253)

for /f %%a in ('dt.exe') do set d=%%a
youtube-dl.exe --get-url -f 94 --no-check-certificate https://www.youtube.com/watch?v=y60wDzZt8yg | clip
for /f %%b in ('clb.exe') do set url=%%b
ffmpeg -user-agent Mozilla/5.0 -i %url% -c:v h264 -c:a aac c:\SKY_%d%.flv


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)


j_cool 08-04-2017 06:48 PM

Re: streamlink: an up to date fork of livestreamer


 
Here 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


j_cool 08-06-2017 07:56 AM

Re: streamlink: an up to date fork of livestreamer


 
Here 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

Looks like that this was strain on CPU:

[libx264 @ 0000000002c5b2e0] using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX FMA3 BMI2 AVX2

Damianonymous 09-13-2017 02:46 PM

Re: streamlink: an up to date fork of livestreamer


 
Latest release: 0.8.1

https://github.com/streamlink/stream...ases/tag/0.8.1

j_cool 11-06-2017 01:50 AM

Re: streamlink: an up to date fork of livestreamer


 
Something 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.

j_cool 11-09-2017 05:19 AM

Re: streamlink: an up to date fork of livestreamer


 
Here 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
This url is with very small resolution and here is how to get better resolution:

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



Damianonymous 11-15-2017 01:40 AM

Re: streamlink: an up to date fork of livestreamer


 
Latest release: 0.9.0

https://github.com/streamlink/stream...ases/tag/0.9.0

ami_go 11-16-2017 06:33 AM

Re: streamlink: an up to date fork of livestreamer


 
Hi , thanks for the following .

"plugins for dailymotion"
Code:

https://github.com/streamlink/streamlink/blob/master/src/streamlink/plugins/dailymotion.py
Cheers .

Damianonymous 03-10-2018 09:15 PM

Re: streamlink: an up to date fork of livestreamer


 
Latest 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 ;)

mckv 03-11-2018 03:07 PM

Re: streamlink: an up to date fork of livestreamer


 
they pussied out and removed neulion download modules tho.

cabulo 03-11-2018 03:36 PM

Re: streamlink: an up to date fork of livestreamer


 
It is not tragic.

plugin exists, who is keen on neulion can post plugin somewhere or modify it for livestreamer.

Let neulion chase livestreamer.

j_cool 03-11-2018 04:41 PM

Re: streamlink: an up to date fork of livestreamer


 
make a torrent and seed forever.

confused.com 03-11-2018 06:01 PM

Re: streamlink: an up to date fork of livestreamer


 
streamlink-0.10.0.exe

https://www.datafilehost.com/d/39b5c633

confused.com 05-01-2018 01:44 AM

Re: streamlink: an up to date fork of livestreamer


 
https://github.com/livecli

https://github.com/jlevy/the-art-of-command-line

j_cool 05-01-2018 01:46 AM

Re: streamlink: an up to date fork of livestreamer


 
Quote:

Originally Posted by mckv (Post 95994)
they pussied out and removed neulion download modules tho.


Guys,


New streamlink fork.

Live..

https://github.com/livecli

Damianonymous 05-02-2018 01:15 PM

Re: streamlink: an up to date fork of livestreamer


 
It's strange, especially that the owner Livecli (back-to) is one of the creators of Streamlink. I'm also wondering why the MyFreeCams plugin, which has been in existence for a long time and is in Livecli, has never been added to Streamlink plugins?

j_cool 05-02-2018 01:44 PM

Re: streamlink: an up to date fork of livestreamer


 
Cheer up!

Here is something for Chinese guys, a lot of sex !

https://live.fc2.com/adult/

https://github.com/livecli/livecli/issues/26

j_cool 05-25-2018 05:20 AM

Re: streamlink: an up to date fork of livestreamer


 
quotes:

Quote:

Originally Posted by Damianonymous (Post 96161)
MyFreeCams plugin has never been added to Streamlink plugins

Quote:

Originally Posted by confused.com (Post 96349)
https://github.com/streamlink/streamlink/issues/1465

"The users of the existing plugins of this type have been extremely rude and demanding"


Damianonymous 05-30-2018 03:36 AM

Re: streamlink: an up to date fork of livestreamer


 
But back-to of this plug-in has previously been created from plugins for cam4, bongacams, etc., but it is not known why it was not added to the project. I have about a year, but he added it only to the livecli. Women like us naughty boys :D

confused.com 06-21-2018 02:05 AM

Re: streamlink: an up to date fork of livestreamer


 
https://github.com/livecli/livecli/issues

This repository has been archived by the owner. It is now read-only.

confused.com 10-05-2018 03:43 PM

Re: streamlink: an up to date fork of livestreamer


 
https://github.com/streamlink/stream...lugin-requests

Plugins which fall under the following categories will not be implemented or considered and the request will be closed:

1. Any kind of streaming service that uses DRM protection

2. Sites which are hosting stolen content as their main source of content

3. Sites which are primarily rehosting content that is available from a legitimate source (TV shows, sports, news, etc.)

4. Sites which require any sort of cable login or subscription

5. NSFW sites of a pornographic nature (cam sites, porn sites, etc.)

5. Sites which are mostly hosting VODs (stolen or legitimate), or require large changes to existing code to watch VODs

7. Sites where the maintainer has requested we not add their site to Streamlink

8. Sites which are unmaintained.


https://github.com/Damianonymous/streamlink-plugins

confused.com 10-14-2018 02:36 AM

Re: streamlink: an up to date fork of livestreamer


 
http://stream-recorder.com/forum/sho...4&postcount=99
Quote:
Originally Posted by Damianonymous
MyFreeCams plugin has never been added to Streamlink plugins


http://stream-recorder.com/forum/sho...postcount=1464
Quote:
Originally Posted by dm9452
So... is there an application that is able to handle wide-screen MFC streams?
https://mega.nz/#!VyxmkC7Z!yu4mkSjcJ...37pjnZndlIRFn8 S-2w

but it requires streamlink


http://stream-recorder.com/forum/sho...&postcount=102
Quote:
Plugins which fall under the following categories will not be implemented or considered and the request will be closed:

7. Sites where the maintainer has requested we not add their site to Streamlink

cabulo 11-24-2018 09:28 AM

Re: streamlink: an up to date fork of livestreamer


 
Quote:

Originally Posted by confused.com (Post 95997)

Streamlink old versions are easy to find here:

https://www.videohelp.com/software/S...ns#downloadold

streamlink-0.14.2.tar.gz 2018-06-29 629kB *
streamlink-0.14.2.exe 2018-06-29 38.2MB *
streamlink-0.14.0.tar.gz 2018-06-26 627kB *
streamlink-0.14.0.exe 2018-06-26 38.2MB *
streamlink-0.13.0.tar.gz 2018-06-06 29.4MB *
streamlink-0.13.0.exe 2018-06-06 38.2MB *
streamlink-0.12.1.tar.gz 2018-05-07 547kB *
streamlink-0.12.1.exe 2018-05-07 38.2MB *
streamlink-0.11.0.exe 2018-03-08 38.2MB *
streamlink-0.10.0.exe 2018-01-23 38MB *
streamlink-0.9.0.tar.gz 2017-11-14 538kB *
streamlink-0.9.0.exe 2017-11-14 38.1MB *
streamlink-0.8.1.exe 2017-09-12 38.1MB *
streamlink-0.7.0.exe 2017-06-30 38MB *
streamlink-0.6.0.exe 2017-05-27 37.8MB *
streamlink-0.5.0.exe 2017-04-04 37.8MB *
streamlink-0.4.0.exe 2017-03-09 37.8MB *
streamlink-0.3.2.exe 2017-02-10 37.8MB *
streamlink-portable-master-2017-02-09.zip 2017-02-09 8.8MB *
streamlink-0.3.1.exe 2017-02-09 37.7MB *
streamlink-portable-master.zip 2017-02-03 8.6MB *
streamlink-latest.exe 2017-02-03 37.8MB *

darkweblinks 09-24-2020 01:48 AM

Re: streamlink: an up to date fork of livestreamer


 
phim sex Thá?*t ?? nghÄ©a. .

j_cool 09-24-2020 01:05 PM

Re: streamlink: an up to date fork of livestreamer


 
Quote:

Originally Posted by darkweblinks (Post 97014)
phim sex Thá?*t ?? nghÄ©a. .


You can use streamlink to download these videos if you want to.

Get stream url with browser's network monitor, it should look like this:

"https://ovhv52.twincdn.com/videos/62/62221/62221_360p.mp4"

Code:

C:\>streamlink.exe httpstream://https://ovhv52.twincdn.com/videos/62/62221/62221_360p.mp4 best -o 62221_360p.mp4
[cli][info] Found matching plugin http for URL httpstream://https://ovhv52.twincdn.com/videos/62/62221/62221_360p.mp4
[cli][info] Available streams: live (worst, best)
[cli][info] Opening stream: live (http)
[download][62221_360p.mp4] Written 2.3 MB (4s @ 122.6 KB/s)


darkweblinks 09-24-2020 09:02 PM

Re: streamlink: an up to date fork of livestreamer


 
cÄ?ng vá»?t tennis Bay l??n n?*o. .

https://www.pearltrees.com/morrisgarcia

j_cool 09-25-2020 01:51 AM

Re: streamlink: an up to date fork of livestreamer


 
Quote:

Originally Posted by darkweblinks (Post 97016)


If you want to download the stream provide stream url or link.


Keep us up to date with Vitnamese XXX sites, it may increase number of viewers on forum.


Cheers.

confused.com 10-06-2020 02:45 AM

Re: streamlink: an up to date fork of livestreamer


 
https://github.com/streamlink/stream...ment-704102704

j_cool 09-14-2021 06:08 PM

Re: streamlink: an up to date fork of livestreamer


 
https://billy2011.github.io/streamlink-27/

Hey,

Old peep-show plugins might work with this if somebody would want to give them a shot !

confused.com 09-15-2021 05:22 AM

Re: streamlink: an up to date fork of livestreamer


 
Quote:

Originally Posted by j_cool (Post 97197)
if somebody would want to give them a shot !

https://github.com/Damianonymous/streamlink-plugins


All times are GMT -6. The time now is 03:45 AM.