Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Problems with format detection / specification #20242
Comments
|
What do you mean by correct streaming URL in the first place? Not all formats have plain HTTP URL representing it. All aforementioned examples are expected behavior: |
|
@dstftw: I'd like to do From the manual:
However, at least for SVTPlay this fails, so you have to specify a different I realise my knowledge is limited as I don't understand the purpose of a "Base URL for DASH manifest" and why |
That's not always technically possible since there may be only video-only and audio-only formats resulting in
What fails? There is no promise in this citation that any media player will be able to play |
|
OK! Thanks for commenting on the issue. |
…0242) For symmetry with other segmented media
Not sure if this is a bug or just "how it is", but there doesn't seem to be a uniform way to get the correct streaming URL for any given site.
SVTPlay has video and audio muxed. Dplay has video and audio as separate streams. The way it is now,
youtube-dlmust be given a different-fparameter for each site to print the correct streaming URL.See examples below. "YES" means the correct URL is printed. "NO" means an incorrect (or no) URL is printed. There is no command line that will work for both sites.
Is it possible to patch
youtube-dlso that the correct stream URLs will be returned for both sites without having to specifying-f?