Dear Users! Please post bug reports about FDM here!

New feature we plan to add: Stream capturing

Moderators: Usher, Alex

Alex
FDM Team
Posts: 2784
Joined: Mon Jul 12, 2004 12:17 pm

New feature we plan to add: Stream capturing

Postby Alex » Sun May 10, 2020 8:15 pm

Dear users,
14% of your votes for the new features belongs to "Stream capturing".
Please provide some real examples of yours needs.
Alex,
FDM development team
Guest

Re: New feature we plan to add: Stream capturing

Postby Guest » Mon May 11, 2020 3:31 am

needless to say anything.
User avatar
Usher
Posts: 2557
Joined: Sat Mar 20, 2010 2:37 pm
Location: Poland

Re: New feature we plan to add: Stream capturing

Postby Usher » Mon May 11, 2020 3:38 am

Andrzej P. Wozniak, FDM user and forum moderator
Read FDM FAQ and the reporting rules
"How to report a bug or a problem with FDM" before posting
Jeff

Re: New feature we plan to add: Stream capturing

Postby Jeff » Mon May 18, 2020 10:07 pm

Well, what I woudl love to see woudl be an extension/feature that allows for the automated (or as automated as possible) capturing of MPEG DASH (or similar formats that use m3u or m3u8 files to handle singlepart streams) videos/streams, as there seems to be a massive surge in hosteing services that use them.

Thansk for the teams hard work on FDM :)
User avatar
Usher
Posts: 2557
Joined: Sat Mar 20, 2010 2:37 pm
Location: Poland

Re: New feature we plan to add: Stream capturing

Postby Usher » Mon May 18, 2020 10:47 pm

Fully automatic download is impossible for most sites, I'm afraid. There are too many ways to obfuscate web code.
For the start it would be good enough to work as follows:
- Manually dig in the webpage code or in the browser cache to find URL of m3u8 list, mpd manifest, etc.
- Copy the URL to the clipboard.
- Open FDM window and click "+" button or press Ctrl+N to add a new download.
- Now FDM should read URL from the clipboard, download needed list/manitest, parse it and display dialog window to select preferred video quality.
- Other actions should be automatic: download needed lists of video/audio streams, download (and decrypt if needed) the streams, merge (mux) them into a single file and change timestamp of the file using timestap form list/manifest file.
Andrzej P. Wozniak, FDM user and forum moderator
Read FDM FAQ and the reporting rules
"How to report a bug or a problem with FDM" before posting
Mishasama

Re: New feature we plan to add: Stream capturing

Postby Mishasama » Wed Jun 03, 2020 7:17 pm

Capture HLS and DASH streams. And also dig the different video and audio quality.
And support use browser cookies to download it for some must login sites. (eg. nicovideo.jp)
Faizan
Posts: 14
Joined: Sat Jun 20, 2020 3:56 pm

Re: New feature we plan to add: Stream capturing

Postby Faizan » Sat Jan 02, 2021 10:06 pm

Internet Downloads Manager (IDM) has this option since decades

https://www.internetdownloadmanager.com/register/new_faq/pictures/idm_addvideotype.png

Image
johnlgalt
Posts: 465
Joined: Mon Jul 26, 2010 3:04 pm
Location: 3rd Rock
Contact:

Re: New feature we plan to add: Stream capturing

Postby johnlgalt » Fri Feb 26, 2021 3:30 pm

Faizan wrote:Internet Downloads Manager (IDM) has this option since decades

https://www.internetdownloadmanager.com/register/new_faq/pictures/idm_addvideotype.png

Image


Great, helpful comment.

Can we stop with the XYZ product has had this for weeks / months / years / decades / centuries already?

Not germaine to the question being asked by the developer directly to support a proposed new feature.
__

I am I.

Please read the FDM FAQ and to report bugs follows the instructions in this post:
How to report bugs for FDM
hajj_3
Posts: 90
Joined: Tue May 17, 2016 6:41 am

Re: New feature we plan to add: Stream capturing

Postby hajj_3 » Sat Feb 27, 2021 12:18 am

twitter, facebook and instagram
slinkygn

Re: New feature we plan to add: Stream capturing

Postby slinkygn » Fri Mar 26, 2021 6:02 am

Mishasama wrote:Capture HLS and DASH streams. And also dig the different video and audio quality.
And support use browser cookies to download it for some must login sites. (eg. nicovideo.jp)


Did stream capture of HLS or DASH end up getting added to 6.x?
Avguser
Posts: 38
Joined: Sun Mar 21, 2021 4:28 pm

Re: New feature we plan to add: Stream capturing

Postby Avguser » Sat May 15, 2021 2:01 pm

HLS stream capture would be nice.
darkseid

Re: New feature we plan to add: Stream capturing

Postby darkseid » Sat May 15, 2021 3:12 pm

i don't know about streaming hls, hds and dash type. but i really wish to see FDM 6.x to capture video files with extension *.ts and *.m3u8 and convert it to *.mp4 before downloading and when a user start download then the files should be saved in *.mp4 format not in other format.

xvideos.com and xhamster.com have *.ts file but there is no *.mp4 support. kindly start adding this first.
johnlgalt
Posts: 465
Joined: Mon Jul 26, 2010 3:04 pm
Location: 3rd Rock
Contact:

Re: New feature we plan to add: Stream capturing

Postby johnlgalt » Sun May 16, 2021 4:30 pm

darkseid wrote:i don't know about streaming hls, hds and dash type. but i really wish to see FDM 6.x to capture video files with extension *.ts and *.m3u8 and convert it to *.mp4 before downloading and when a user start download then the files should be saved in *.mp4 format not in other format.

xvideos.com and xhamster.com have *.ts file but there is no *.mp4 support. kindly start adding this first.


Convert it?

OK, let's take a look, since that pr0n is so important....

1) what is an .m3u8 file? well, according to https://www.lifewire.com/m3u8-file-2621956 (and my own experience with music all around), that's just a special case of an .m3u file - which is nothing but a playlist of audio files https://www.lifewire.com/m3u-file-2621955 encoded in UTF8.

What Is an M3U8 File?
A file with the M3U8 file extension is a UTF-8 Encoded Audio Playlist file. They are plain text files that can be used by both audio and video players to describe where media files are located.


2) What is a .ts file? According to https://www.lifewire.com/ts-file-4151262 it's a (Video) Transport Stream file.

How to Open a TS File
Video Transport Stream files stored on a DVD will play in a DVD player without needing any extra software. If you have a TS file on your computer, you can open it with a number of media players.

VLC should be your first choice since it's completely free and can open these files on Mac, Windows, and Linux. MPEG Streamclip is another option, and the Movies & TV Windows app might work too.

Another option for opening the TS file is to rename it to something that your existing media player will support, like .MPEG. Most multimedia players already support .MPEG files, and since TS files are MPEG files, the same program should also play your TS file.


So, not sure why you would want a conversion in FDM for these files.
__

I am I.

Please read the FDM FAQ and to report bugs follows the instructions in this post:
How to report bugs for FDM
plb7777
Posts: 53
Joined: Tue Dec 25, 2012 2:33 pm

Re: New feature we plan to add: Stream capturing

Postby plb7777 » Sun May 16, 2021 7:33 pm

Great plan Alex to add stream capture but i would rather happy to see a download panel over the web player.

Can you design a small software where it generate data of websites where fdm will not capture web players, stream services, that would be easy for you to detect error because what you need already is in the log file the small software is generated.
User avatar
Usher
Posts: 2557
Joined: Sat Mar 20, 2010 2:37 pm
Location: Poland

Re: New feature we plan to add: Stream capturing

Postby Usher » Sun May 16, 2021 8:37 pm

darkseid wrote:i don't know about streaming hls, hds and dash type. but i really wish to see FDM 6.x to capture video files with extension *.ts and *.m3u8 and convert it to *.mp4 before downloading and when a user start download then the files should be saved in *.mp4 format not in other format.
Some people are too lazy to read older topics:
search.php?keywords=mpeg+dash+m3u8&terms=all&author=Usher&sc=1&sf=all&sr=posts&sk=t&sd=d&st=0&ch=-1&t=0&submit=Search
Andrzej P. Wozniak, FDM user and forum moderator
Read FDM FAQ and the reporting rules
"How to report a bug or a problem with FDM" before posting

Return to “General forum”

Who is online

Users browsing this forum: Bing [Bot] and 1 guest