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

How to Find the Url?

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

hasomaso 06-26-2021 09:09 AM

How to Find the Url?


 
How to find the Download Url for this link?


https://rakip9.tv/watch/bizim-koyun-...2280881e73cc14


I found only a master.m3u8 url but this don't work?


https://img.flowcdn.nl/hls/59/,aqcmo...et/master.m3u8





Please need Help






thx
hasomaso

j_cool 06-26-2021 09:52 AM

Re: How to Find the Url?


 
Code:

streamlink.exe --loglevel debug --http-no-ssl-verify --player=mpv.exe "https://rakip9.tv/watch/bizim-koyun-sarkisi.html?key=04521cf481574907692280881e73cc14" best
Code:

[cli][debug] OS:        Windows 10
[cli][debug] Python:    3.8.7
[cli][debug] Streamlink: 2.1.2+35.g6cdc3eb
[cli][debug] Requests(2.25.1), Socks(1.7.1), Websocket(1.1.0)
[cli][debug] Arguments:
[cli][debug]  url=https://rakip9.tv/watch/bizim-koyun-sarkisi.html?key=04521cf481574907692280881e73cc14
[cli][debug]  stream=['best']
[cli][debug]  --loglevel=debug
[cli][debug]  --player=mpv.exe
[cli][debug]  --rtmp-rtmpdump=rtmpdump.exe
[cli][debug]  --ffmpeg-ffmpeg=ffmpeg.exe
[cli][debug]  --http-no-ssl-verify=True
[cli][info] Found matching plugin generic for URL https://rakip9.tv/watch/bizim-koyun-sarkisi.html?key=04521cf481574907692280881e73cc14
[plugins.generic][info] Version 2021-06-16 - https://github.com/back-to/generic
[plugins.generic][info]  1. URL=https://rakip9.tv/watch/bizim-koyun-sarkisi.html?key=04521cf481574907692280881e73cc14
[plugins.generic][debug] Found Iframes: 1
[plugins.generic][debug] List length: 1 (with duplicates)
[plugins.generic][info]  2. URL=https://flowcdn.nl/embed-6iqg1ctvoark.html
[plugins.generic][debug] Found Playlists: 1
[plugins.generic][debug] List length: 1 (with duplicates)
[plugins.generic][info] Found Playlists: 1 (valid)
[utils.l10n][debug] Language code: en_GB
[plugins.generic][debug] HLS URL - https://img.flowcdn.nl/hls/59/,aqcmoe5nbcqjddhroiz2jwetqfdkdibk7tuis3szgahnziniqkeqaxupo3sa,.urlset/master.m3u8
[cli][info] Available streams: 1076p (worst, best)
[cli][info] Opening stream: 1076p (hls)
[stream.hls][debug] Reloading playlist
[stream.hls][debug] First Sequence: 1; Last Sequence: 600
[stream.hls][debug] Start offset: 0; Duration: None; Start Sequence: 1; End Sequence: 600
[stream.hls][debug] Adding segment 1 to queue
[cli][debug] Pre-buffering 8192 bytes
[stream.hls][debug] Adding segment 2 to queue
[stream.hls][debug] Adding segment 3 to queue
[stream.hls][debug] Adding segment 4 to queue
[stream.hls][debug] Adding segment 5 to queue
[stream.hls][debug] Adding segment 6 to queue
[stream.hls][debug] Adding segment 7 to queue
[stream.hls][debug] Adding segment 8 to queue
[stream.hls][debug] Adding segment 9 to queue
[stream.hls][debug] Adding segment 10 to queue
[stream.hls][debug] Adding segment 11 to queue
[stream.hls][debug] Adding segment 12 to queue
[stream.hls][debug] Adding segment 13 to queue
[stream.hls][debug] Adding segment 14 to queue
[stream.hls][debug] Adding segment 15 to queue
[stream.hls][debug] Adding segment 16 to queue
[stream.hls][debug] Adding segment 17 to queue
[stream.hls][debug] Adding segment 18 to queue
[stream.hls][debug] Adding segment 19 to queue
[stream.hls][debug] Adding segment 20 to queue
[stream.hls][debug] Adding segment 21 to queue
[stream.hls][debug] Adding segment 22 to queue
[stream.hls][debug] Download of segment 1 complete
[cli][info] Starting player: mpv.exe
[stream.hls][debug] Adding segment 23 to queue
[cli.output][debug] Opening subprocess: mpv.exe --force-media-title=https://rakip9.tv/watch/bizim-koyun-sarkisi.html?key=04521cf481574907692280881e73cc14 -
[cli][debug] Writing stream to output
[stream.hls][debug] Download of segment 2 complete
[stream.hls][debug] Adding segment 24 to queue



hasomaso 06-26-2021 10:07 AM

Re: How to Find the Url?


 
Woow! j_cool thx likes good, but i want a downloadable url adress ist that possible?




thx
hasomaso

j_cool 06-26-2021 10:17 AM

Re: How to Find the Url?


 
streamlink with -o switch or pipe output to ffmpeg.

Code:

C:\>streamlink https://rakip9.tv/watch/bizim-koyun-sarkisi.html?key=04521cf481574907692280881e73cc14 best -o file.mp4
[cli][info] Found matching plugin generic for URL https://rakip9.tv/watch/bizim-koyun-sarkisi.html?key=04521cf481574907692280881e73cc14
[plugins.generic][info] Version 2021-06-16 - https://github.com/back-to/generic
[plugins.generic][info]  1. URL=https://rakip9.tv/watch/bizim-koyun-sarkisi.html?key=04521cf481574907692280881e73cc14
[plugins.generic][info]  2. URL=https://flowcdn.nl/embed-6iqg1ctvoark.html
[plugins.generic][info] Found Playlists: 1 (valid)
[cli][info] Available streams: 1076p (worst, best)
[cli][info] Opening stream: 1076p (hls)
[download][file.mp4] Written 12.0 MB (10s @ 1.0 MB/s)


hasomaso 06-26-2021 10:22 AM

Re: How to Find the Url?


 
thanks j_cool


can i install this streamlink on my Android Tablett?

j_cool 06-26-2021 10:29 AM

Re: How to Find the Url?


 
I never tried that. I don't know. Look on streamlink website.
You would need streamlink + generic plugin.

https://streamlink.github.io/install.html


All times are GMT -6. The time now is 07:14 PM.