Bug#769739: vlc: Can't play videos in webm format on YouTube

2017-11-23 Thread Andoru
This bug can be closed, it hasn't occurred to me in a while. I completely
forgot about this bug, so I apologise!


Bug#769739: vlc: Can't play videos in webm format on YouTube

2016-12-31 Thread Pierre Ynard
> lua info: youtube.lua: debug: parse(): js_url before 
> //s.ytimg.com/yts/jsbin/html5player-ro_RO-vflJ1gY7_/html5player.js
> lua info: youtube.lua: debug: parse(): js_url fixed (added "http:") 
> http://s.ytimg.com/yts/jsbin/html5player-ro_RO-vflJ1gY7_/html5player.js
> lua error: youtube.lua: pick_url(): Couldn't locate video signature, YouTube 
> won't work without it.

These logs were never in the mainline youtube.lua script, it seems you
were using an alternate version. Please make sure that an old stray
version isn't installed in ~/.local/share/vlc/lua/playlist/ Please try
after installing/updating in ~/.local/share/vlc/lua/playlist/ the most
recent youtube.lua from the master branch:
http://git.videolan.org/?p=vlc.git;a=blob_plain;f=share/lua/playlist/youtube.lua;hb=HEAD

If the problem still persists (which I'm quite confident it won't),
please resubmit full logs (the links to full logs have unfortunately
expired) and/or contact me directly, I will see it through.

Best regards,

-- 
Pierre Ynard
"Une âme dans un corps, c'est comme un dessin sur une feuille de papier."



Bug#769739: (no subject)

2015-10-25 Thread Rémi Denis-Courmont
tags 769739 - upstream fixed-upstream
thanks

-- 
Rémi Denis-Courmont
http://www.remlab.net/



Bug#769739:

2015-04-07 Thread Sebastian Ramacher
Control: tags -1 + moreinfo

On 2014-11-19 00:00:37, Andoru Ekkusu wrote:
  I suppose this is fixed by 7529f9c0c3d4418a1bc0af2640ce24c450f0e9b1
 [1]. Could try if this changes fixes the issue for you?
 
  Cheers
 
  [1]
 http://git.videolan.org/?p=vlc/vlc-2.2.git;a=commit;h=50ce5550c197c2b48e9e104cc93ae4f53464c4c7
 
 Thanks for the answer, but unfortunately no, after applying what was
 changed according to the diff to the local file (don't know how to
 view/download individual files in VLC's own GIT implementation) and
 restarted VLC, nothing changed, except the lua errors point out earlier in
 the bug report don't show up anymore.
 
 Here's the full log:
 http://s000.tinyupload.com/index.php?file_id=14243586289186258847
 
 Also tried to send another message to this bug report, but for some reason
 it wasn't accepted, here's what I wanted to add last time:
 
 Strangely the webm format still plays properly with VLC 2.1.5 (stable) on
 Windows. Can't check under Debian as I have no way of getting binaries for
 that specific version. If it would be useful/required to test 2.1.5 on
 Debian, in the end I could compile it.

2.2.0 is now available in unstable. Could you please test again?

Cheers
-- 
Sebastian Ramacher


signature.asc
Description: Digital signature


Bug#769739:

2015-04-07 Thread Andoru Ekkusu
On 7 April 2015 at 11:44, Sebastian Ramacher sramac...@debian.org wrote:

 2.2.0 is now available in unstable. Could you please test again?

 Cheers


Still the same I'm afraid. The log seems a tad bit different this time
though:
http://s000.tinyupload.com/index.php?file_id=57754797218745897120


Bug#769739: vlc: Can't play videos in webm format on YouTube

2014-11-18 Thread Sebastian Ramacher
Control: tags -1 + upstream fixed-upstream

On 2014-11-16 03:19:43, Andoru Ekkusu wrote:
 Package: vlc
 Version: 2.2.0~rc1-1
 Severity: normal
 
 
 Dear Maintainer,
 
 Since updating to 2.2.0~rc1-1, I cannot play any videos in the webm format
 on YouTube, getting this in the message window (verbosity 1):
 __
 lua info: youtube.lua: debug: parse(): js_url before //
 s.ytimg.com/yts/jsbin/html5player-ro_RO-vflJ1gY7_/html5player.js
 
 lua info: youtube.lua: debug: parse(): js_url fixed (added http:)
 http://s.ytimg.com/yts/jsbin/html5player-ro_RO-vflJ1gY7_/html5player.js
 
 lua error: youtube.lua: pick_url(): Couldn't locate video signature,
 YouTube won't work without it.
 
 core info: stopping playback
 
 
 
 Playing any video on the mp4 formats seems to work just fine (except on
 music videos or heavily copyrighted stuff of the sort which is expected
 not to work)
 
 I also have another similar problem  (
 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=769071)  with all YouTube
 videos and this notice was posted in regards to youtube.lua:
 http://jslover.secsrv.net/VLC/playlist/youtube.lua
 
 Could this issue be related to YouTube screwing things up?

I suppose this is fixed by 7529f9c0c3d4418a1bc0af2640ce24c450f0e9b1
[1]. Could try if this changes fixes the issue for you?

Cheers

[1] 
http://git.videolan.org/?p=vlc/vlc-2.2.git;a=commit;h=50ce5550c197c2b48e9e104cc93ae4f53464c4c7
-- 
Sebastian Ramacher


signature.asc
Description: Digital signature


Bug#769739:

2014-11-18 Thread Andoru Ekkusu
 I suppose this is fixed by 7529f9c0c3d4418a1bc0af2640ce24c450f0e9b1
[1]. Could try if this changes fixes the issue for you?

 Cheers

 [1]
http://git.videolan.org/?p=vlc/vlc-2.2.git;a=commit;h=50ce5550c197c2b48e9e104cc93ae4f53464c4c7

Thanks for the answer, but unfortunately no, after applying what was
changed according to the diff to the local file (don't know how to
view/download individual files in VLC's own GIT implementation) and
restarted VLC, nothing changed, except the lua errors point out earlier in
the bug report don't show up anymore.

Here's the full log:
http://s000.tinyupload.com/index.php?file_id=14243586289186258847

Also tried to send another message to this bug report, but for some reason
it wasn't accepted, here's what I wanted to add last time:

Strangely the webm format still plays properly with VLC 2.1.5 (stable) on
Windows. Can't check under Debian as I have no way of getting binaries for
that specific version. If it would be useful/required to test 2.1.5 on
Debian, in the end I could compile it.


Bug#769739: vlc: Can't play videos in webm format on YouTube

2014-11-15 Thread Andoru Ekkusu
Package: vlc
Version: 2.2.0~rc1-1
Severity: normal


Dear Maintainer,

Since updating to 2.2.0~rc1-1, I cannot play any videos in the webm format
on YouTube, getting this in the message window (verbosity 1):
__
lua info: youtube.lua: debug: parse(): js_url before //
s.ytimg.com/yts/jsbin/html5player-ro_RO-vflJ1gY7_/html5player.js

lua info: youtube.lua: debug: parse(): js_url fixed (added http:)
http://s.ytimg.com/yts/jsbin/html5player-ro_RO-vflJ1gY7_/html5player.js

lua error: youtube.lua: pick_url(): Couldn't locate video signature,
YouTube won't work without it.

core info: stopping playback



Playing any video on the mp4 formats seems to work just fine (except on
music videos or heavily copyrighted stuff of the sort which is expected
not to work)

I also have another similar problem  (
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=769071)  with all YouTube
videos and this notice was posted in regards to youtube.lua:
http://jslover.secsrv.net/VLC/playlist/youtube.lua

Could this issue be related to YouTube screwing things up?



-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 3.17-2.dmz.1-liquorix-686 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages vlc depends on:
ii  fonts-freefont-ttf  20120503-4
ii  libaa1  1.4p5-43
ii  libavcodec566:11-2
ii  libavutil54 6:11-2
ii  libc6   2.19-13
ii  libcaca00.99.beta19-2
ii  libegl1-mesa [libegl1-x11]  10.3.2-1
ii  libfreerdp-cache1.1 1.1.0~git20140921.1.440916e+dfsg1-2+b1
ii  libfreerdp-client1.11.1.0~git20140921.1.440916e+dfsg1-2+b1
ii  libfreerdp-codec1.1 1.1.0~git20140921.1.440916e+dfsg1-2+b1
ii  libfreerdp-core1.1  1.1.0~git20140921.1.440916e+dfsg1-2+b1
ii  libfreerdp-crypto1.11.1.0~git20140921.1.440916e+dfsg1-2+b1
ii  libfreerdp-gdi1.1   1.1.0~git20140921.1.440916e+dfsg1-2+b1
ii  libfreerdp-locale1.11.1.0~git20140921.1.440916e+dfsg1-2+b1
ii  libfreerdp-rail1.1  1.1.0~git20140921.1.440916e+dfsg1-2+b1
ii  libfreerdp-utils1.1 1.1.0~git20140921.1.440916e+dfsg1-2+b1
ii  libfreetype62.5.2-2
ii  libfribidi0 0.19.6-3
ii  libgcc1 1:4.9.2-1
ii  libgl1-mesa-glx [libgl1]10.3.2-1
ii  libgles1-mesa [libgles1]10.3.2-1
ii  libgles2-mesa [libgles2]10.3.2-1
ii  libice6 2:1.0.9-1
ii  libpulse0   5.0-13
ii  libqtcore4  4:4.8.6+git64-g5dc8b2b+dfsg-2+b1
ii  libqtgui4   4:4.8.6+git64-g5dc8b2b+dfsg-2+b1
ii  libsdl-image1.2 1.2.12-5+b5
pn  libsdl1.2debian none
ii  libsm6  2:1.2.2-1
ii  libstdc++6  4.9.2-1
ii  libva-drm1  1.4.1-1
ii  libva-x11-1 1.4.1-1
ii  libva1  1.4.1-1
ii  libvlccore8 2.2.0~rc1-1
ii  libvncclient0   0.9.9+dfsg-6+b2
ii  libwinpr-rpc0.1 1.1.0~git20140921.1.440916e+dfsg1-2+b1
ii  libwinpr-sspi0.11.1.0~git20140921.1.440916e+dfsg1-2+b1
ii  libwinpr-utils0.1   1.1.0~git20140921.1.440916e+dfsg1-2+b1
ii  libx11-62:1.6.2-3
ii  libxcb-composite0   1.10-3+b1
ii  libxcb-keysyms1 0.4.0-1
ii  libxcb-randr0   1.10-3+b1
ii  libxcb-render0  1.10-3+b1
ii  libxcb-shape0   1.10-3+b1
ii  libxcb-shm0 1.10-3+b1
ii  libxcb-xfixes0  1.10-3+b1
ii  libxcb-xv0  1.10-3+b1
ii  libxcb1 1.10-3+b1
ii  libxext62:1.3.3-1
ii  libxinerama12:1.1.3-1+b1
ii  libxpm4 1:3.5.11-1
ii  vlc-nox 2.2.0~rc1-1
ii  zlib1g  1:1.2.8.dfsg-2

Versions of packages vlc recommends:
ii  vlc-plugin-notify  2.2.0~rc1-1
pn  vlc-plugin-samba   none
ii  xdg-utils  1.1.0~rc1+git20111210-7.1

Versions of packages vlc suggests:
pn  videolan-doc  none

Versions of packages vlc-nox depends on:
ii  liba52-0.7.4   0.7.4-17
ii  libasound2 1.0.28-1
ii  libass50.10.2-3
ii  libavahi-client3   0.6.31-4+b1
ii  libavahi-common3   0.6.31-4+b1
ii  libavc1394-0   0.5.4-2
ii  libavcodec56   6:11-2
ii  libavformat56  6:11-2
ii  libavutil546:11-2
ii  libbasicusageenvironment0  2014.01.13-1
ii  libbluray1 1:0.6.2-1
ii  libc6  2.19-13
ii  libcddb2   1.3.2-5
ii  libcdio13  0.83-4.2

Bug#769739:

2014-11-15 Thread Andoru Ekkusu
Full log: http://s000.tinyupload.com/index.php?file_id=69044752728117062127

Sample videos:
https://youtube.com/watch?v=SGp9pYdbjp4
https://youtube.com/watch?v=DWefOzTZ268
https://youtube.com/watch?v=gskj-75ZtL0
https://www.youtube.com/watch?v=IZeWPScnolo
https://youtube.com/watch?v=1C5bKCo6Jts

All of these videos are in 360p, and VLC automatically chooses webm at this
resolution.