I am using Windows 10 64-bit.
How can I Download this Video Stream?
http://webtv.ert.gr/katigories/eidiseis/27ian2017-politistiko-deltio/
+ Reply to Thread
Results 1 to 16 of 16
-
-
Use Firefox Adblock Plus addon. Type in
manifest
in the search box. Found this:
Code:http://ep.ert.gr:1935/vodedge/_definst_/mp4:dvrorigin/2017/tv/politistiko-deltio/20170127-politistiko-deltio.mp4/manifest.f4m
Code:youtube-dl -F http://ep.ert.gr:1935/vodedge/_definst_/mp4:dvrorigin/2017/tv/politistiko-deltio/20170127-politistiko-deltio.mp4/manifest.f4m
1094
for format.
Final code:
Code:youtube-dl -f 1094 http://ep.ert.gr:1935/vodedge/_definst_/mp4:dvrorigin/2017/tv/politistiko-deltio/20170127-politistiko-deltio.mp4/manifest.f4m
C:\youtube-dl>youtube-dl -F http://ep.ert.gr:1935/vodedge/_definst_/mp4:dvrorigin/2017/tv/politistiko-deltio/20170...4/manifest.f4m
[generic] manifest: Requesting header
WARNING: Falling back on generic information extractor.
[generic] manifest: Downloading webpage
[generic] manifest: Extracting information
[info] Available formats for manifest:
format code extension resolution note
1094 flv 854x480 1094k
C:\youtube-dl>youtube-dl -f 1094 http://ep.ert.gr:1935/vodedge/_definst_/mp4:dvrorigin/2017/tv/politistiko-deltio/20170...4/manifest.f4m
[generic] manifest: Requesting header
WARNING: Falling back on generic information extractor.
[generic] manifest: Downloading webpage
[generic] manifest: Extracting information
[f4m] Downloading f4m manifest
[f4m] Total fragments: 68
[download] Destination: manifest-manifest.flv
[download] 100% of 106.70MiB in 04:06Last edited by jimdagys; 31st Jan 2017 at 09:12.
-
With the new Firefox 57.0 and the new Adblock Plus 3.0.1,
it is Not possible to do what was suggested above.
Are there other Tools/Methods for downloading Videos like the following?
http://webtv.ert.gr/ert1/eidiseis/27ian2017-politistiko-deltio/ -
Use Developer Tools (F12) in your browser to get the m3u8 link.
Code:http://ep.ert.gr/vodedge/_definst_/mp4:dvrorigin/2017/tv/politistiko-deltio/20170127-politistiko-deltio.mp4/playlist.m3u8
Code:ffmpeg -i "http://ep.ert.gr/vodedge/_definst_/mp4:dvrorigin/2017/tv/politistiko-deltio/20170127-politistiko-deltio.mp4/playlist.m3u8" -c copy output.mkv
-
-
-
Isn't there another way to download the following video as ffmpeg
ended up errors in my Windows 10 x64 (v. 1709) system?Last edited by 212eta; 22nd Nov 2017 at 14:28.
-
Youtube-dl works with the same m3u8 url.
Code:youtube-dl -o "output.mp4" -f best http://ep.ert.gr/vodedge/_definst_/mp4:dvrorigin/2017/tv/politistiko-deltio/20170127-politistiko-deltio.mp4/playlist.m3u8
-
DLNow-Video-Downloader
https://www.videohelp.com/software/DLNow-Video-Downloader
is the only that worked for me but the problem is how to find the manifest now
http://ep.ert.gr:1935/vodedge/_definst_/mp4:dvrorigin/2017/tv/politistiko-deltio/20170127-politistiko-deltio.mp4/manifest.f4m -
please How can I Download this Video Stream?
https://www.aspor.com.tr/webtv/canli-yayin -
please How can I Download this Video Stream?
https://www.aspor.com.tr/webtv/canli-yayin
https://files.videohelp.com/u/61125/tu.mp4 -
Use a browser's Developer Tools (F12, Network tab) to get the m3u8 link. Then use youtube-dl:
Code:youtube-dl "https://trkvz-live.ercdn.net/asporhd/asporhd_240p.m3u8?st=sCr7z9VKbWS-f9tPtZ_bUw&e=1512817979&SessionID=l5zfgexz3x3cvz3je0yz42z5&StreamGroup=canli-yayin&Site=aspor&DeviceGroup=web"
Code:youtube-dl "https://trkvz-live.ercdn.net/asporhd/asporhd_240p.m3u8?st=sCr7z9VKbWS-f9tPtZ_bUw&e=1512817979"
Last edited by jagabo; 8th Dec 2017 at 19:05.
Similar Threads
-
FFMPEG copy or download video stream issue!
By kairukun in forum ProgrammingReplies: 1Last Post: 13th May 2015, 16:14 -
Good software to download video stream? for JW player
By ibetternot in forum Video Streaming DownloadingReplies: 5Last Post: 27th Feb 2015, 09:47 -
How to download the Flash Video Stream
By Alterego in forum Video Streaming DownloadingReplies: 1Last Post: 1st Nov 2014, 08:00 -
Download Protected Stream Video from Flowplayer: IDM Can't, which one can?
By massafera in forum Newbie / General discussionsReplies: 2Last Post: 22nd May 2014, 17:12 -
Stream Download
By Rulez in forum Video Streaming DownloadingReplies: 1Last Post: 21st Nov 2013, 15:36