NewPipeExtractor/extractor/src/main/java/org/schabi/newpipe/extractor/services/youtube
AudricV e960a417ec
[YouTube] Fix extraction of fps, audioSampleRate and audioChannels fields for ItagItems of live streams and post live streams
These values were only set before for video streams.

A fallback for the audio channels count has been added, in order to prevent exceptions when generating DASH manifests of audio streams: the fallback value is 2, because most audio streams on YouTube have 2 audio channels.
2022-06-16 12:12:54 +02:00
..
dashmanifestcreators Apply code review and Streams rework 2022-05-28 12:00:58 +02:00
extractors [YouTube] Fix extraction of fps, audioSampleRate and audioChannels fields for ItagItems of live streams and post live streams 2022-06-16 12:12:54 +02:00
linkHandler Removed unused methods 2022-03-26 19:43:11 +01:00
DeliveryType.java Solve some review comments 2022-05-28 12:00:57 +02:00
ItagItem.java Apply code review and Streams rework 2022-05-28 12:00:58 +02:00
YoutubeJavaScriptExtractor.java [YouTube] Fix checkstyle issues 2022-03-26 19:42:40 +01:00
YoutubeParsingHelper.java Apply requested changes in YoutubeParsingHelper 2022-05-28 12:00:55 +02:00
YoutubeService.java [YouTube] Fix checkstyle issues 2022-03-26 19:42:40 +01:00
YoutubeThrottlingDecrypter.java Fix YouTube throttling decrypter function parsing 2022-04-15 13:10:19 +02:00