Re: [SlimDevices: Plugins] ANNOUNCE: YouTube Plugin (API v3)

2020-05-31 Thread smitti_


Thx, Philippe for the fix. It's working again after updating to the new
version. :o



smitti_'s Profile: http://forums.slimdevices.com/member.php?userid=49173
View this thread: http://forums.slimdevices.com/showthread.php?t=105840

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] ANNOUNCE: YouTube Plugin (API v3)

2020-05-28 Thread smitti_


I did a complete system update (to raspbian stretch), re-installed and
re-configured the youtube plugin with new api-key. But I still have the
same problem. With one exception. The videos that worked before with
disabled options aac and vorbis, are not not working anymore at all.


Another trouble I had was that the plugin was *not able to be installed
via the Plugins page* from LMS. For some reason the auto-selected mirror
from sourceforge seems to be down and I found now way to tell LMS to
choose a different mirror.

https://liquidtelecom.dl.sourceforge.net/project/lms-youtube/dev/YouTube-0.100.0.zip
30480

Maybe philippe_44 as registered user on sourceforge, you can report that
this mirror is down? I found no option.


+---+
|Filename: down.PNG |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=30480|
+---+


smitti_'s Profile: http://forums.slimdevices.com/member.php?userid=49173
View this thread: http://forums.slimdevices.com/showthread.php?t=105840

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] ANNOUNCE: YouTube Plugin (API v3)

2020-05-27 Thread smitti_


I have the same problem, so I tried around a bit. And when I remove the
checkboxes "aac" and "vorbis/opus" it's working again. 

30458

In the log I see a similar behavior as in the postings before

ONLY AAC ENABLED:
Code:

[20-05-27 12:54:08.8441] Plugins::YouTube::ProtocolHandler::new (124) url:  
offset: 0
  [20-05-27 12:54:08.8450] Plugins::YouTube::ProtocolHandler::__ANON__ (145) 
starting from offset 0
  [20-05-27 12:54:08.8487] Plugins::YouTube::ProtocolHandler::getMetadataFor 
(781) getmetadata: youtube://www.youtube.com/v/eyd9bJD6wp0
  [20-05-27 12:54:08.8501] Plugins::YouTube::ProtocolHandler::getMetadataFor 
(805) cache hit: eyd9bJD6wp0
  [20-05-27 12:54:08.8524] Plugins::YouTube::ProtocolHandler::getMetadataFor 
(781) getmetadata: youtube://www.youtube.com/v/eyd9bJD6wp0
  [20-05-27 12:54:08.8537] Plugins::YouTube::ProtocolHandler::getMetadataFor 
(805) cache hit: eyd9bJD6wp0
  [20-05-27 12:54:08.8544] Plugins::YouTube::ProtocolHandler::getMetadataFor 
(781) getmetadata: youtube://www.youtube.com/v/Pnp_7IaqW74
  [20-05-27 12:54:08.8557] Plugins::YouTube::ProtocolHandler::getMetadataFor 
(805) cache hit: Pnp_7IaqW74
  [20-05-27 12:54:08.8760] Plugins::YouTube::ProtocolHandler::getMetadataFor 
(781) getmetadata: youtube://www.youtube.com/v/eyd9bJD6wp0
  [20-05-27 12:54:08.8773] Plugins::YouTube::ProtocolHandler::getMetadataFor 
(805) cache hit: eyd9bJD6wp0
  [20-05-27 12:54:08.8795] Plugins::YouTube::ProtocolHandler::getMetadataFor 
(781) getmetadata: youtube://www.youtube.com/v/eyd9bJD6wp0
  [20-05-27 12:54:08.8808] Plugins::YouTube::ProtocolHandler::getMetadataFor 
(805) cache hit: eyd9bJD6wp0
  [20-05-27 12:54:08.9394] Plugins::YouTube::ProtocolHandler::__ANON__ (291) 
error fetching 
  [20-05-27 12:54:09.3436] Plugins::YouTube::ProtocolHandler::__ANON__ (291) 
error fetching 



AAC AND VORBIS/OPUS ENABLED
Code:

[20-05-27 13:02:47.2983] Plugins::YouTube::ProtocolHandler::getStreamJSON 
(523) candidate itag: 251, url/cipher: 
  [20-05-27 13:02:47.2989] Plugins::YouTube::ProtocolHandler::getStreamJSON 
(524) candidate ops sig  encrypted 0
  [20-05-27 13:02:47.3005] Plugins::YouTube::ProtocolHandler::__ANON__ (415) 
unobfuscated signature 
  [20-05-27 13:02:47.3019] Plugins::YouTube::WebM::__ANON__ (700) could not get 
codec info: Cannot request non-HTTP URL 
  [20-05-27 13:02:47.3045] Plugins::YouTube::ProtocolHandler::new (104) $VAR1 = 
{
  'format' => 'ops',
  'bitrate' => 16
  };
  [20-05-27 13:02:47.3055] Plugins::YouTube::ProtocolHandler::new (124) url:  
offset: 0
  [20-05-27 13:02:47.3069] Plugins::YouTube::WebM::__ANON__ (640) could not 
find start offset
  [20-05-27 13:02:47.3078] Slim::Utils::Misc::msg (1255) Warning: 
[13:02:47.3073] Use of uninitialized value in join or string at 
/usr/share/squeezeboxserver/CPAN/Log/Log4perl/Appender.pm line 164.
  [20-05-27 13:02:47.3088] Slim::Utils::Misc::msg (1255) Warning: 
[13:02:47.3083] Use of uninitialized value in join or string at 
/usr/share/squeezeboxserver/CPAN/Log/Log4perl/Appender.pm line 164.
  [20-05-27 13:02:47.3091] Plugins::YouTube::ProtocolHandler::__ANON__ (145) 
starting from offset 
  [20-05-27 13:02:47.3120] Plugins::YouTube::ProtocolHandler::getMetadataFor 
(781) getmetadata: youtube://www.youtube.com/v/Pnp_7IaqW74




I have some videos working and others not. Here as reference I have 2
IDs
This Video works only with disabled options: Pnp_7IaqW74
This video works with all options enabled: N7667TMg76c


Is there something missing on our systems?


+---+
|Filename: sq.PNG   |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=30458|
+---+

--------
smitti_'s Profile: http://forums.slimdevices.com/member.php?userid=49173
View this thread: http://forums.slimdevices.com/showthread.php?t=105840

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: YouTube Plugin

2015-09-18 Thread smitti_

Hi philippe_44

great that you took over to get the plugin working again. It looks like
it works already for many but I still have the problem that I can add
the yt song to the playlist and when i click on the play button the time
is counting up some seconds and then it stops again.

In the logfile i have 


Code:


  [15-09-18 11:32:04.8861] Slim::Player::Song::open (471) Warning: stream 
failed to open [youtube://www.youtube.com/v/jCco5vvnH18].
  [15-09-18 11:32:10.8547] Plugins::YouTube::ProtocolHandler::open (49) 
Couldn't find valid protocol, server or port in url: 
[https://r2---sn-uigxx50n-8pxs.googlevideo.com/videoplayback?key=yt5=3=no=yes=dur%2Cgcr%2Cid%2Cinitcwndbps%2Cip%2Cipbits%2Citag%2Clmt%2Cmime%2Cmm%2Cmn%2Cms%2Cmv%2Cpcm2%2Cpcm2cms%2Cpl%2Crequiressl%2Csource%2Cupn%2Cexpire=yes=1442590326=1425038099749066=BIhihAYjjls=1442568636=826250=o-AMgQ6dRVnFRW43yVCV32T4jZVBS5x0a_mVOM_ARq1KRb=18=237.061=video%2Fx-flv=au=92D75A30D5BF2466A9B9EE05EE93055F62A2D636.490C4A3316A1F8C01F16D6F5C1D4F7D61B77889A=youtube=m=31=0=sn-uigxx50n-8pxs=5=at=9407156%2C9407641%2C9408710%2C9409069%2C9413209%2C9415365%2C9415485%2C9416023%2C9416126%2C9416231%2C9416729%2C9416985%2C9417124%2C9417707%2C9417762%2C9418153%2C9418405%2C9418448%2C9418997%2C9419251%2C9419298%2C9420348%2C9420421%2C9421013=178.112.103.80
 ignature=]
  [15-09-18 11:32:10.8563] Slim::Player::Song::open (471) Warning: stream 
failed to open [youtube://www.youtube.com/v/jCco5vvnH18].
  



I am using Vortexbox as Server and client. Do you have an idea what the
problem is?:confused:

Edit: Today I got the udpate for v0.33 automatically, restarted the
server, but still does not work.



smitti_'s Profile: http://forums.slimdevices.com/member.php?userid=49173
View this thread: http://forums.slimdevices.com/showthread.php?t=87731

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: YouTube Plugin

2015-02-10 Thread smitti_

The same problem for me and it really would be great if there is still
one who can fix this awsome plugin :D
It is so convinient if you just want to listen some livesets, or some
pre-releases that you don't get for download anywhere.



smitti_'s Profile: http://forums.slimdevices.com/member.php?userid=49173
View this thread: http://forums.slimdevices.com/showthread.php?t=87731

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: YouTube Plugin

2012-10-23 Thread smitti_

I finally managed to run the Youtube plugin again. I searched the whole
cache folder (/var/lib/squeezeboxserver/cache) for files with the
content Youtube and cleared them with caution :-)

grep -R youtube /var/lib/squeezeboxserver/cache

I think the problem was the file with a random number in
/var/lib/squeezeboxserver/cache/templates. I just deleted it.



smitti_'s Profile: http://forums.slimdevices.com/member.php?userid=49173
View this thread: http://forums.slimdevices.com/showthread.php?t=87731

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: YouTube Plugin

2012-10-22 Thread smitti_

I've just tried to update my system and tried again, but there is the
same error, that the songs can be added, but they are not played.
I couldn't find anything in the logfiles:

/var/log/squeezeboxserver/server.log
/var/log/messages

are there some more logfiles, which i can check?
Or has anyone an idea what could be the problem?



smitti_'s Profile: http://forums.slimdevices.com/member.php?userid=49173
View this thread: http://forums.slimdevices.com/showthread.php?t=87731

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: YouTube Plugin

2012-10-19 Thread smitti_

Hi,
i newly set up my server and re-installed the latest version of LMS
(Logitech Media Server Version: 7.7.2 - r33908).
Now after adding the youtube plugin v0.15, i have the problem that i can
search and add songs, but it isn't played.
I've removed and added the plugin several times, always restarting the
LMS, but it brought no success



smitti_'s Profile: http://forums.slimdevices.com/member.php?userid=49173
View this thread: http://forums.slimdevices.com/showthread.php?t=87731

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: YouTube Plugin

2012-02-04 Thread smitti_

Hi, I've got the same problem for about 1 week now.
You can search for the songs, add them to the playlist (also name is
displayed), but it does not play.
@Triode: Do you already have an idea whats could be the problem?

Logitech Media Server Version: 7.7.1 - r33751
Youtube 0.13


-- 
smitti_

smitti_'s Profile: http://forums.slimdevices.com/member.php?userid=49173
View this thread: http://forums.slimdevices.com/showthread.php?t=87731

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: YouTube Plugin

2011-10-14 Thread smitti_

sorry for the late reply :-)
no, problem is not a content-filter. The problem appears everytime
after listening to 15 youtube tracks. No matter which song.

Has anyone an idea?


-- 
smitti_

smitti_'s Profile: http://forums.slimdevices.com/member.php?userid=49173
View this thread: http://forums.slimdevices.com/showthread.php?t=87731

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: YouTube Plugin

2011-10-14 Thread smitti_

I've updated my squeezebox server and it works up to now. I've tested to
play 60 songs, and it is still working without any error.
I will monitor it the next few days and keep you up to date.

My current config:
Fedora release 14 (Laughlin)
SBS Version: 7.6.1 - r33149

Oh man, am I happy that it works now :D


-- 
smitti_

smitti_'s Profile: http://forums.slimdevices.com/member.php?userid=49173
View this thread: http://forums.slimdevices.com/showthread.php?t=87731

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: YouTube Plugin

2011-08-24 Thread smitti_

No, I think you misunderstood me. The first thing, I don't upload the
videos, and the second thing is that it does not matter which video I
play. Everytime I play 15 videos in a row I have to restart the server
to listen to another 15 songs. 

And when I get the error when playing video number 16 and I restart the
server, this video works fine. So this shouldn't be an issue of the
video format.


-- 
smitti_

smitti_'s Profile: http://forums.slimdevices.com/member.php?userid=49173
View this thread: http://forums.slimdevices.com/showthread.php?t=87731

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: YouTube Plugin

2011-08-23 Thread smitti_

I know that it helps, but it is very annoying to restart the whole
server after playing 15 youtube songs. This amount is reached very
quick when listening to youtube playlists.

Are there maybe additional log files from the youtube plugin?


-- 
smitti_

smitti_'s Profile: http://forums.slimdevices.com/member.php?userid=49173
View this thread: http://forums.slimdevices.com/showthread.php?t=87731

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: YouTube Plugin

2011-08-20 Thread smitti_

Hi,

I've installed the youtube plugin and it is great. But after playing
10-20 youtube songs I allways get the error message: problem: can't
connect to server for youtube://.

server.log displays
[11-08-20 19:08:44.5284] Slim::Player::Song::open (471) Warning: stream
failed to open [youtube://QPuK7qrf3L8].
[11-08-20 19:13:32.5358] Slim::Player::Song::open (471) Warning: stream
failed to open [youtube://O5DzBKtzJMc].

I allready read a similar message in this thread, but when I remember
correct this was solved after updating SBS and youtube plugin. I also
tried this but it had no success.
Has anyone an idea?

Config:
Fedora release 14 (Laughlin)
SBS Version: 7.6.0 - r32859
Youtube Plugin 0.13


-- 
smitti_

smitti_'s Profile: http://forums.slimdevices.com/member.php?userid=49173
View this thread: http://forums.slimdevices.com/showthread.php?t=87731

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins