Your message dated Tue, 09 Oct 2018 17:13:18 +0000
with message-id <[email protected]>
and subject line Bug#908080: Removed package(s) from unstable
has caused the Debian Bug report #492925,
regarding plugin argument parsing should be case insensitive
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
492925: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=492925
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: mozilla-plugin-vlc
Version: 0.8.6.h-1
User: [email protected]
Usertag: debian-edu

When trying to play the embedded video available from
<URL: http://www1.nrk.no/nett-tv/klipp/386768 > with the
mozilla-plugin-vlc plugin, no video is started.  This is partly
because the plugin fail to detect any URL to play.  This in turn is
caused by the code looking for plugin arguments.  The arguments on
this page are mixed case, and the code in the plugin only look for
lowercase strings.

The arguments are named 'Url', 'Filename', 'AutoStart', etc.  The
plugin code in mozilla/vlcplugin.cpp have tests like this:

  !strcmp( argn[i], "filename")

I believe these tests should be changed to use strcasecmp instead, ie
like this:

  !strcasecmp( argn[i], "filename")

Changing this in the plugin did not solve the problem with the test
page mentioned above, but got the plugin a step closer as it start to
complain about access problems instead of not trying to play anything.

This test page work with the mplayer and kaffeine plugin, so it should
be possible to get it working with vlc too.  I've collected some
browser multimedia test results on
<URL:http://wiki.debian.org/DebianEdu/BrowserMultimedia> in case you
want to see how the vlc plugin compare to the alternatives in Debian.

Happy hacking,
-- 
Petter Reinholdtsen



--- End Message ---
--- Begin Message ---
Version: 2.0.6-4+rm

Dear submitter,

as the package npapi-vlc has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/908080

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
[email protected].

Debian distribution maintenance software
pp.
Ansgar Burchardt (the ftpmaster behind the curtain)

--- End Message ---
_______________________________________________
pkg-multimedia-maintainers mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers

Reply via email to