#1
|
|||
|
|||
vimeo.com and av1 codec [UNSUPPORTED_STREAMING_TYPE_HLS_SPLIT_AUDIO_VIDEO]
I recently saw that vimeo has a blog post that say they have added av1 to their coded and in the blog post there is a video embedded.
**External links are only visible to Support Staff****External links are only visible to Support Staff** this is from 2019. when I try with jdownloader I only get h264 coded video. am I missing something? does vimeo support av1 or not? |
#2
|
||||
|
||||
@rezad: I never saw any vimeo video with av1 codec. I guess maybe as input/source file codec, but only saw h264 on playback codec
I did some digging in the example video of the blog entry and found some av1 *maybe* stuff but could not find a working url. will did some more but no promises. even if I can find something working, it would be served over unsupported hls split audio/video or dash.
__________________
JD-Dev & Server-Admin Last edited by Jiaz; 08.07.2022 at 19:17. |
#3
|
|||
|
|||
Quote:
why do you say "unsupported hls split audio/video or dash" how is that not supported? is it that different than youtube? I am a noob at hls, so sorry if the question was a bad one. |
#4
|
||||
|
||||
I did some more digging. The video linked in the announcement blog post about av1 was the ONLY one I could find that offers optional av1 streams in dash format. I could not find any other video that offers av1, so maybe it was just a technical proof of concept or they just dropped support again.
Therefore this is very low priority and depends on prior proper support of .
__________________
JD-Dev & Server-Admin Last edited by Jiaz; 10.07.2022 at 11:21. |
#5
|
||||
|
||||
hls/dash with split video/audio means that audio/video are seperate streams and therefore must be downloaded individually and later muxed into one file for playback. this is not yet supported out of the box. yt works slighty different.yes it provides also split video/audio but the source is easier to handle and therefore special handling/workarounds were required/added to support this.
__________________
JD-Dev & Server-Admin |
#6
|
|||
|
|||
Quote:
any other program does support this? |
#7
|
||||
|
||||
Not at this moment.
Look for open source software on github maybe you'll find something.
__________________
JD Supporter, Plugin Dev. & Community Manager
Erste Schritte & Tutorials || JDownloader 2 Setup Download |
#8
|
||||
|
||||
@rezad: have you read this?
__________________
JD-Dev & Server-Admin |
#9
|
||||
|
||||
I can't add any of this link to JD2
I can't add any of these links.
I can play them in browser and download each of them via YT-DLP, but JD2 don't want to add them on my side. The rest of links from the same website works good. Is it a bug? Links
Spoiler:
**External links are only visible to Support Staff****External links are only visible to Support Staff**
**External links are only visible to Support Staff****External links are only visible to Support Staff** **External links are only visible to Support Staff****External links are only visible to Support Staff** **External links are only visible to Support Staff****External links are only visible to Support Staff** **External links are only visible to Support Staff****External links are only visible to Support Staff** **External links are only visible to Support Staff****External links are only visible to Support Staff** **External links are only visible to Support Staff****External links are only visible to Support Staff** **External links are only visible to Support Staff****External links are only visible to Support Staff** **External links are only visible to Support Staff****External links are only visible to Support Staff** **External links are only visible to Support Staff****External links are only visible to Support Staff** **External links are only visible to Support Staff****External links are only visible to Support Staff** **External links are only visible to Support Staff****External links are only visible to Support Staff** **External links are only visible to Support Staff****External links are only visible to Support Staff** **External links are only visible to Support Staff****External links are only visible to Support Staff** **External links are only visible to Support Staff****External links are only visible to Support Staff** **External links are only visible to Support Staff****External links are only visible to Support Staff** **External links are only visible to Support Staff****External links are only visible to Support Staff** **External links are only visible to Support Staff****External links are only visible to Support Staff** **External links are only visible to Support Staff****External links are only visible to Support Staff** **External links are only visible to Support Staff****External links are only visible to Support Staff** **External links are only visible to Support Staff****External links are only visible to Support Staff** |
#10
|
||||
|
||||
Merged vimeo threads about the same problem.
@izofox Please read the previous posts in this thread.
__________________
JD Supporter, Plugin Dev. & Community Manager
Erste Schritte & Tutorials || JDownloader 2 Setup Download |
#11
|
||||
|
||||
These videos by my link I've downloaded with YT-DLP with x264 codec, they are not AV1.
Some videos JD2 can crawl, but download them only in 360p
Spoiler:
**External links are only visible to Support Staff****External links are only visible to Support Staff**
**External links are only visible to Support Staff****External links are only visible to Support Staff** There are streams for the two videos. First is a video, that JD can detect, but downloads only 360p:
Spoiler:
**External links are only visible to Support Staff****External links are only visible to Support Staff**
Second is a video that JD can't detect:
Spoiler:
**External links are only visible to Support Staff****External links are only visible to Support Staff**
|
#12
|
||||
|
||||
Quote:
The main issue is explained here: https://board.jdownloader.org/showpo...08&postcount=5 Yes because some qualities are available as non-split audio/video - again explanation is here: https://board.jdownloader.org/showpo...08&postcount=5 Same issue - explanation: https://board.jdownloader.org/showpo...08&postcount=5
__________________
JD Supporter, Plugin Dev. & Community Manager
Erste Schritte & Tutorials || JDownloader 2 Setup Download |
#13
|
||||
|
||||
I got you. In this case JD can't download separately audio and video stream and then combine it via FFMPEG?
I thought that JD already doing it with a lot of files. I think that it shouldn't be hard to download separate streams and combine, especially for JD that already uses ffmpeg. And these streams can be downloaded via YT-DLP or they even can be get via yt-dlp as a links and then downloaded and combined via FFMPEG. I think that the main problem it's a person who can implement it into JD? And yes, you are right, one of the Vimeo video has combined 360p stream. |
#14
|
||||
|
||||
Quote:
No JD is just using FFmpeg to download HLS streams and for some YT related things. More information: https://support.jdownloader.org/Know...roubleshooting Quote:
JD is open source so feel free to implement it yourself JDownloader source code: https://support.jdownloader.org/Know...up-ide-eclipse ...or use other tools to download such streams in the meanwhile.
__________________
JD Supporter, Plugin Dev. & Community Manager
Erste Schritte & Tutorials || JDownloader 2 Setup Download |
#15
|
||||
|
||||
Ok, thanks. I don't know Java, so, maybe some tige ago I will join to develop JD
I have only HTML, CSS, JS and some Python knowledge now. |
#16
|
||||
|
||||
Well then you will need to wait until one of our team will find time to work on this feature
__________________
JD Supporter, Plugin Dev. & Community Manager
Erste Schritte & Tutorials || JDownloader 2 Setup Download |
#17
|
||||
|
||||
Because reports are still coming in:
If you are having trouble downloading (embedded) vimeo.com content, especially if you are getting error Plugin Defect!UNSUPPORTED_STREAMING_TYPE_HLS_SPLIT_AUDIO_VIDEO_, here is what you can do as a workaround:
This issue will not be addressed by us any time in the near future! We do not need any new reports/logs about this issue! JDownloader is open source so if you want, you can contribute code and help --> Source code: https://support.jdownloader.org/Know...up-ide-eclipse
__________________
JD Supporter, Plugin Dev. & Community Manager
Erste Schritte & Tutorials || JDownloader 2 Setup Download Last edited by pspzockerscene; 09.02.2024 at 14:19. Reason: Updated list of possible workarounds |
#18
|
|||
|
|||
Vimeo.com no downloads found
Vimeo plugin seems to be broken. The crawler window pops up but can't find any downloads.
**External links are only visible to Support Staff****External links are only visible to Support Staff** **External links are only visible to Support Staff****External links are only visible to Support Staff** **External links are only visible to Support Staff****External links are only visible to Support Staff** |
#19
|
||||
|
||||
Merged vimeo.com threads.
__________________
JD Supporter, Plugin Dev. & Community Manager
Erste Schritte & Tutorials || JDownloader 2 Setup Download |
Thread Tools | |
Display Modes | |
|
|