crobibero / jellyfin-plugin-tmdb-trailers

GNU General Public License v3.0
138 stars 18 forks source link

Playback error #133

Open flamin-jellyfish opened 3 weeks ago

flamin-jellyfish commented 3 weeks ago
[2024-10-26 15:08:14.204 -07:00] [ERR] [57] Jellyfin.Plugin.Tmdb.Trailers.TmdbManager: GetPlaybackUrlAsync
System.InvalidOperationException: Input stream collection is empty.
   at YoutubeExplode.Videos.Streams.VideoStreamInfoExtensions.GetWithHighestVideoQuality(IEnumerable`1 streamInfos) in /_/YoutubeExplode/Videos/Streams/IVideoStreamInfo.cs:line 48
   at Jellyfin.Plugin.Tmdb.Trailers.TmdbManager.GetPlaybackUrlAsync(String site, String key)
crobibero commented 5 days ago

Due to Youtube removing the pre-combined video + audio feeds the plugin will need fairly major updates to work to pre-download the video. I don't know when I will get around to making this change.