• 1
  • 100
  • 101
  • 102(current)
  • 103
  • 104
  • 258
Release YouTube (IMPORTANT - READ FIRST POST)
(2015-04-29, 20:50)bromix Wrote:
(2015-04-29, 19:19)JFCPM Wrote: Kodi 14.2 , Windows and Raspberry Pi 2

Youtube 5.1.0

(My) Playlists

I can't see option "Remove" with the new update to remove videos from my playlists ? Any plans to add it again?
Normally it should be there. Which skin you're using? I hope a skin couldn't limit the amount of entries because I need a lot in case of playlists.


Sorry to jump in. I am seeing the same in the watch later playlist. I currently have the automatically removed watched videos turned off. The skin I am using the shednox version of aeon for helix
(2015-04-29, 20:50)bromix Wrote:
(2015-04-29, 19:19)JFCPM Wrote: Kodi 14.2 , Windows and Raspberry Pi 2

Youtube 5.1.0

(My) Playlists

I can't see option "Remove" with the new update to remove videos from my playlists ? Any plans to add it again?
Normally it should be there. Which skin you're using? I hope a skin couldn't limit the amount of entries because I need a lot in case of playlists.

Confluence.

(My) Playlists, No Remove Option :

Image

Watch Later, yes:
Image
Okay...thanks for the feedback. You're right. There is something off. I try to look into it after the gym Smile
Okay, I found the problem...for what reason ever the context menu supports only 10 entries?! *eiks* I need at least 2 more Smile
Context menu limited to 10 entries?

maybe someone can enlighten me Smile
(2015-04-16, 01:10)xbmc512 Wrote: 2, I am not able to play any video on "Live" section, I don't know why?

I have this exact same problem but not on a RasPi.

I cannot play Live via any iOS device such as my iPhone or ATV2.

Yet my Windows 8, Windows 7, and Ubuntu Kodi's perfectly play anything Live.

The logs are extremely basic with no real info that I can see:

Code:
18:48:59 T:195796992  NOTICE: -->Python Interpreter Initialized<--
18:49:00 T:195796992  NOTICE: [plugin.video.youtube] Running: YouTube (5.1.0) on Helix (14.2) with Python 2.6.5
18:49:02 T:195796992  NOTICE: Thread BackgroundLoader start, auto delete: false
18:49:06 T:128614400  NOTICE: DVDPlayer: Opening: https://manifest.googlevideo.com/api/manifest/hls_playlist/id/1AswycGW5AI.1/itag/93/source/yt_live_broadcast/requiressl/yes/ratebypass/yes/live/1/cmbypass/yes/gir/yes/dg_shard/MUFzd3ljR1c1QUkuMQ.93/hls_chunk_host/r3---sn-5ua5oupjcc-5vve.googlevideo.com/gcr/gb/pmbypass/yes/maudio/1/playlist_type/CLEAN/mm/32/ms/lv/mv/m/pl/21/dover/2/sver/3/keepalive/yes/fexp/900720,907263,934954,936106,938028,9405451,9406006,9407441,9408583,9408706,9408787,9409253,9412837,948124,952612,952637,957201/upn/YLcljjEw3e8/mt/1430434083/ip/IP_BLANKED_OUT/ipbits/0/expire/1430455737/sparams/ip,ipbits,expire,id,itag,source,requiressl,ratebypass,live,cmbypass,gir,dg_shard,hls_chunk_host,gcr,pmbypass,maudio,playlist_type,mm,ms,mv,pl/signature/94C0D8C9DE03CEE2C152E087C86B38AEF6789B82.8AC2E73C9BD9D68C3FFEAB16BD8B82B7027B5AB1/key/dg_yt0/file/index.m3u8
18:49:06 T:128614400 WARNING: CDVDMessageQueue(player)::Put MSGQ_NOT_INITIALIZED
18:49:06 T:197799936  NOTICE: Thread DVDPlayer start, auto delete: false
18:49:06 T:197799936  NOTICE: Creating InputStream
18:49:09 T:198332416  NOTICE: Thread FileCache start, auto delete: false
18:49:11 T:197799936  NOTICE: Creating Demuxer
18:49:11 T:197799936   ERROR: OpenDemuxStream - Error creating demuxer
18:49:11 T:197799936  NOTICE: CDVDPlayer::OnExit()
18:49:11 T:128614400   ERROR: Playlist Player: skipping unplayable item: 0, path [plugin://plugin.video.youtube/play/?video_id=1AswycGW5AI]
18:49:11 T:197799936  NOTICE: Thread BackgroundLoader start, auto delete: false
18:49:11 T:128614400  NOTICE: CDVDPlayer::CloseFile()
18:49:11 T:128614400  NOTICE: DVDPlayer: waiting for threads to exit
18:49:11 T:128614400  NOTICE: DVDPlayer: finished waiting
18:49:11 T:128614400  NOTICE: CDVDPlayer::CloseFile()
18:49:11 T:128614400  NOTICE: DVDPlayer: waiting for threads to exit
18:49:11 T:128614400  NOTICE: DVDPlayer: finished waiting
The log states, that a demuxer can't be created. The system is missing something to support this kind of video format on the apple device.
(2015-05-01, 10:51)bromix Wrote: The log states, that a demuxer can't be created. The system is missing something to support this kind of video format on the apple device.
I know nothing about YT live streams, but I have found that SSL support for HTTPS playback is lacking in a number of Kodi builds.
If you turn on debug logging and enable curl verbose logging when trying to play the YouTube video posted in the forum you may see something like this where it fails to create the demux in the debug log:
15:06:16 T:2914669632 NOTICE: Creating Demuxer
15:06:16 T:2914669632 DEBUG: ffmpeg[ADBA5440]: https protocol not found, recompile with openssl or gnutls enabled.
15:06:16 T:2914669632 DEBUG: Error, could not open file https://

This is caused by not having a version of ffmpeg in your build which has gnutls or openssl compiled in and hence no https: support. Happens all the time with Android and Rasp PI builds, plays fine on Windows builds. Another possible error on a live stream is that the HTTP stream is trying to seek to 0 - but this would fail on all platforms.
Is it possible to get the "What to Watch" feed that shows up when you visit youtube from a Web Browser?
(2015-05-01, 20:43)GemNEye Wrote: Is it possible to get the "What to Watch" feed that shows up when you visit youtube from a Web Browser?

Not possible for now...Google/YouTube missed to include this feature in APIv3 Sad
(2015-04-30, 21:45)bromix Wrote: Okay, I found the problem...for what reason ever the context menu supports only 10 entries?! *eiks* I need at least 2 more Smile

(2015-04-30, 22:01)bromix Wrote: Context menu limited to 10 entries?

maybe someone can enlighten me Smile

I think the problem is in the update 5.1.0, because with 5.0.9, OK:

Image

Ah, ok, "more links from de description"
(2015-05-02, 13:56)JFCPM Wrote:
(2015-04-30, 21:45)bromix Wrote: Okay, I found the problem...for what reason ever the context menu supports only 10 entries?! *eiks* I need at least 2 more Smile

(2015-04-30, 22:01)bromix Wrote: Context menu limited to 10 entries?

maybe someone can enlighten me Smile

I think the problem is in the update 5.1.0, because with 5.0.9, OK:

Image

Yes and No Wink - the problem is an additional entry in the context menu ('More links from the description') - added with 5.1.0. But feel free to test the v5.1.1~beta4. I did some needed adjustments to the context menu. Maybe this will help Smile
You´re right :-)
Hi Mr Bromix!
"Refresh button guy" here!
Just reporting an issuse:
Ever since yesterday I've been getting "script failed: YouTube!" messages in every attempt to do anything on YouTube.
I was on beta3 and it would work sometimes if I insisted. Today it stopped working all together, even on beta4.
Don't know if it's just me, cause I haven't seen any messages here about it.

I'm using kodi 14.2 Git:2015-03-26.7cc53a9-dirty on an appletv2.
Anyway, just reporting! Cheers!!!!
(2015-05-02, 20:50)ateevee2 Wrote: Hi Mr Bromix!
"Refresh button guy" here!
Just reporting an issuse:
Ever since yesterday I've been getting "script failed: YouTube!" messages in every attempt to do anything on YouTube.
I was on beta3 and it would work sometimes if I insisted. Today it stopped working all together, even on beta4.
Don't know if it's just me, cause I haven't seen any messages here about it.

I'm using kodi 14.2 Git:2015-03-26.7cc53a9-dirty on an appletv2.
Anyway, just reporting! Cheers!!!!
Debug log (wiki)
  • 1
  • 100
  • 101
  • 102(current)
  • 103
  • 104
  • 258

Logout Mark Read Team Forum Stats Members Help
YouTube (IMPORTANT - READ FIRST POST)20