VideoHelp Forum
+ Reply to Thread
Results 1 to 16 of 16
Thread
  1. I am using Windows 10 64-bit.

    How can I Download this Video Stream?

    http://webtv.ert.gr/katigories/eidiseis/27ian2017-politistiko-deltio/
    Quote Quote  
  2. 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
    Put into youtube-dl ( I used version 2017.01.29):
    Code:
    youtube-dl -F http://ep.ert.gr:1935/vodedge/_definst_/mp4:dvrorigin/2017/tv/politistiko-deltio/20170127-politistiko-deltio.mp4/manifest.f4m
    gives
    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:06
    Last edited by jimdagys; 31st Jan 2017 at 10:12.
    Quote Quote  
  3. Many Thanks!!!
    Quote Quote  
  4. 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/
    Quote Quote  
  5. 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
    Then use ffmpeg to download:

    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
    Quote Quote  
  6. ..
    Last edited by 212eta; 22nd Nov 2017 at 15:13.
    Quote Quote  
  7. It's on the Network tab. It's slightly different in different browsers. Here it is in Internet Explorer:

    Click image for larger version

Name:	dev.png
Views:	810
Size:	54.6 KB
ID:	43812
    Quote Quote  
  8. ..
    Last edited by 212eta; 22nd Nov 2017 at 15:14.
    Quote Quote  
  9. Yes. Though I terminated the download after the first few minutes -- after seeing it played properly.

    Click image for larger version

Name:	ff.png
Views:	353
Size:	45.2 KB
ID:	43813
    Quote Quote  
  10. 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 15:28.
    Quote Quote  
  11. 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
    Quote Quote  
  12. Member
    Join Date
    Dec 2017
    Location
    istanbul
    Search PM
    please How can I Download this Video Stream?
    https://www.aspor.com.tr/webtv/canli-yayin
    Quote Quote  
  13. please How can I Download this Video Stream?
    https://www.aspor.com.tr/webtv/canli-yayin
    That appears to be a continuous live stream. Tubedigger ($15) records it. Here is two minute recording, 640x360 (720p also available)
    https://files.videohelp.com/u/61125/tu.mp4
    Quote Quote  
  14. Originally Posted by qwerty76 View Post
    please How can I Download this Video Stream?
    https://www.aspor.com.tr/webtv/canli-yayin
    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"
    Actually, not all the additional information is necessary. You can get the video with as little as

    Code:
    youtube-dl "https://trkvz-live.ercdn.net/asporhd/asporhd_240p.m3u8?st=sCr7z9VKbWS-f9tPtZ_bUw&e=1512817979"
    Since it's a live stream you may need to use CTRL+C to end the download when you want. Then remove the ".part" from the end of the filename.
    Last edited by jagabo; 8th Dec 2017 at 20:05.
    Quote Quote  
  15. Member
    Join Date
    Dec 2017
    Location
    istanbul
    Search PM
    thank you
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!