• 1
  • 172
  • 173
  • 174(current)
  • 175
  • 176
  • 203
Release YouTube
@ip-cress - what other options were available in the Select Listen IP selection dialog? Can you try all of them and check if playback works with any of them? If it still fails with all the options, can you get another debug log after selecting 0.0.0.0 again?
Reply
VLC does work with the youtube add on, that's why there is a 'support external player' option in it's settings! I have been using VLC with it recently, as it started working when set as Kodi's default player.
Reply
(2024-11-19, 04:37)MoojMidge Wrote: @ip-cress - what other options were available in the Select Listen IP selection dialog? Can you try all of them and check if playback works with any of them? If it still fails with all the options, can you get another debug log after selecting 0.0.0.0 again?

Thanks, this is the debug LOG with 0.0.0.0 and the other listen IP is 127.0.0.1 not doing better.
Cheers.
Reply
(2024-11-19, 19:14)ip-cress Wrote:
(2024-11-19, 04:37)MoojMidge Wrote: @ip-cress - what other options were available in the Select Listen IP selection dialog? Can you try all of them and check if playback works with any of them? If it still fails with all the options, can you get another debug log after selecting 0.0.0.0 again?

Thanks, this is the debug LOG with 0.0.0.0 and the other listen IP is 127.0.0.1 not doing better.
Cheers.

From anxdpanic/plugin.video.youtube following the comment I can play videos again with InputStream.Adaptive option enabled but not recommended?
Reply
@ΜοοjMidge
Thank you for all the clarifications. I do not know how to multi-quote here, so I will reply to all your replies to my post one by one
a) I can't know why trottling happens or when it last happened, but I can assure you it did happen on me a few months ago with a few videos which were 1+ hour long. I had to stop the video and select the 360p (format 18) quality manually from the right click menu in order to watch the rest.
b) You are right, webm is a container. I wanted to write vp9. I do not like vp9 and I want to avoid it everywhere.
c) Right now, nothing plays unless mpeg dash AND inputstream adaptive are both enabled. I have explained why above, it is because the api now requires credentials.
d) With a few exceptions, I do not mind the lower quality provided by h264 streams on the same bitrate. I'd rather have the player play the stream with hardware decoding and the cpu be at ~10% usage.
e) Already explained in c. I may provide a log and open an issue when I have time. 
f) "Something" is "live" and a few other strings that show the same words instead of "live" or whatever it should be there. Some other menu entries are just empty. I hope I have kept screenshots to open an issue for them too.
g) If the wizard does not change anything very critical in the settings, I will not run it from now on unless I face an issue. Thank you.
Reply
For some reason I am suddenly getting an error when trying to play any youtube videos saying the video is unavailable.   It was working fine about 20 minutes ago. I have tried logging out of the addon and back in. I have also rebooted.

Any ideas?

https://paste.kodi.tv/idajojonid.kodi
Reply
(2024-11-20, 21:35)davidjm Wrote: Any ideas?

the posts above yours indicate using 7.1.1 but you're only using 7.0.9.2
the posts above yours also indicate using inputstream adaptive, are you?

you didn't enable debug in your log "Disabled debug logging due to GUI setting. Level 0." so it's less than informative
Reply
I can confirm that inputstream adaptive is on.

I was only using 7.0.9.2 as that was the version I could download on the official repo.

I just find it strange it has been working fine all day and that suddenly between watching one video and trying to start another this started happening.

Here is a log with debug turned on.
https://paste.kodi.tv/muwadovuhu.kodi
Reply
Ok I finally found where to download the latest version and that does seem to have fixed it
Reply
(2024-11-20, 22:08)davidjm Wrote: Ok I finally found where to download the latest version and that does seem to have fixed it



"tada"
Reply
(2024-11-20, 09:34)jim_p Wrote: b) You are right, webm is a container. I wanted to write vp9. I do not like vp9 and I want to avoid it everywhere.
My cheap Android box has the same problem, with YouTube's WebM (VP9) desyncing from the audio due to slow software decoding, and MP4 (AVC) doing fine because of hardware decoding, even at 1080 height.

I noticed that WebM (VP9) at 360 height does play fine though, it stays synced and keeps up with the video, so what I did here was to change the way the MPD manifest is built, so that all "video/mp4" streams appear first and are sorted by descending quality (biggest first, smallest last), and then comes the "video/webm" streams sorted in ascending quality (smallest first, biggest last).
This means that InputStream.Adaptive will first try to play the MP4 streams, and if none are found or if it's a modern codec not yet supported (happened on my Kodi 18 Leia), it goes to the smallest webm stream like 360 that does keep up with audio, like I said before.
The same with audio streams, placing any "audio/webm" streams last among the audio streams in the manifest so that I.S.Adaptive will try the faster ones first, like AAC.

Quote:I have explained why above, it is because the api now requires credentials.
Unfortunately now there are no more pre-muxed streams (a stream that comes with both audio+video), even using credentials. It was only for a few days where they were asking for credentials to get them. Now it seems pre-muxed was removed altogether. Edit: actually, some videos still offer itag 18, a pre-muxed 360 height video. But it's only that one.
Right now the only playable streams are the "adaptiveFormats", separate audio and video streams through MPEG-DASH, which in Kodi can only be played through InputStream.Adaptive or some other InputStream plugin that supports this.
(And that's if Youtube doesn't add yet another obstacle to get those like a captcha mechanism like the PO token that they require on the WEB client).
Reply
(2024-11-21, 04:51)doko-desuka Wrote: I noticed that WebM (VP9) at 360 height does play fine though, it stays synced and keeps up with the video, so what I did here was to change the way the MPD manifest is built, so that all "video/mp4" streams appear first and are sorted by descending quality (biggest first, smallest last), and then comes the "video/webm" streams sorted in ascending quality (smallest first, biggest last).

How did you do that?
Reply
(2024-11-21, 07:25)jim_p Wrote: How did you do that?
Without changing the actual source code of the script like I did (i use a different plugin), the easiest way is to play the video then pause it as soon as it starts, then in the bottom bar going to the cog menu (Settings), then Video settings, then in the popup window selecting the "Video Stream" option and picking the size you want, 360 vp9 (in case there are no h264 ones of course).
Reply
Can you please pm me the name of the other plugin then? There is no way i'll go through all that procedure every single time.
Reply
Hi, 

I have a message on some videos from the same YouTube channel. Do you have a solution ?

"This video contains content from WMG, who has blocked it in your country on copyright grounds"
Reply
  • 1
  • 172
  • 173
  • 174(current)
  • 175
  • 176
  • 203

Logout Mark Read Team Forum Stats Members Help
YouTube0