For some reason on windows the dll name these days is almost always libdvdcss-2.dll instead of libdvdcss.dll (gstreamer, xbmc, etc.) This patch seems to work, and would make it to match, which seems better from my vantage. -roger-
On Wed, Nov 30, 2011 at 10:56 AM, Roger Pack <rogerdpack2@gmail.com> wrote:
For some reason on windows the dll name these days is almost always libdvdcss-2.dll instead of libdvdcss.dll (gstreamer, xbmc, etc.) This patch seems to work, and would make it to match, which seems better from my vantage.
Is there any way to tell which file name should be used? Is there a patch like this in either handbrake or VLC? I suspect VLC doesn't care because they just hook dvdcss into the library w/ the patch that Rafael reported to us. E -- Erik Hovland erik@hovland.org http://hovland.org/
On Wed, Nov 30, 2011 at 2:50 PM, Erik Hovland <erik@hovland.org> wrote:
On Wed, Nov 30, 2011 at 10:56 AM, Roger Pack <rogerdpack2@gmail.com> wrote:
For some reason on windows the dll name these days is almost always libdvdcss-2.dll instead of libdvdcss.dll (gstreamer, xbmc, etc.) This patch seems to work, and would make it to match, which seems better from my vantage.
Is there any way to tell which file name should be used? Is there a patch like this in either handbrake or VLC? I suspect VLC doesn't care because they just hook dvdcss into the library w/ the patch that Rafael reported to us.
Yeah VLC and mplayer are basically "--enable-static" so don't hook to anything. The only ones I've found that don't are XBMC and gstreamer, that both use the -2 name. -roger-
On Wed, Nov 30, 2011 at 01:50:55PM -0800, Erik Hovland wrote :
On Wed, Nov 30, 2011 at 10:56 AM, Roger Pack <rogerdpack2@gmail.com> wrote:
For some reason on windows the dll name these days is almost always libdvdcss-2.dll instead of libdvdcss.dll (gstreamer, xbmc, etc.) This patch seems to work, and would make it to match, which seems better from my vantage.
Is there any way to tell which file name should be used? Is there a patch like this in either handbrake or VLC? I suspect VLC doesn't care because they just hook dvdcss into the library w/ the patch that Rafael reported to us.
Yes, we do. However, the libdvdcss-2.dll is the correct one. -- Jean-Baptiste Kempf http://www.jbkempf.com/ - +33 672 704 734 Sent from my Electronic Device
For some reason on windows the dll name these days is almost always libdvdcss-2.dll instead of libdvdcss.dll (gstreamer, xbmc, etc.) This patch seems to work, and would make it to match, which seems better from my vantage.
Is there any way to tell which file name should be used? Is there a patch like this in either handbrake or VLC? I suspect VLC doesn't care because they just hook dvdcss into the library w/ the patch that Rafael reported to us.
Yes, we do.
However, the libdvdcss-2.dll is the correct one.
OK, it's a deal then. Patch is now in my tree: https://github.com/microe/libdvdread/commit/85dd0d547ae5321fb538b436dfcb43e6... Thanks E -- Erik Hovland erik@hovland.org http://hovland.org/
On Thursday, 01 December 2011 at 00:16, Erik Hovland wrote:
For some reason on windows the dll name these days is almost always libdvdcss-2.dll instead of libdvdcss.dll (gstreamer, xbmc, etc.) This patch seems to work, and would make it to match, which seems better from my vantage.
Is there any way to tell which file name should be used? Is there a patch like this in either handbrake or VLC? I suspect VLC doesn't care because they just hook dvdcss into the library w/ the patch that Rafael reported to us.
Yes, we do.
However, the libdvdcss-2.dll is the correct one.
OK, it's a deal then. Patch is now in my tree: https://github.com/microe/libdvdread/commit/85dd0d547ae5321fb538b436dfcb43e6...
And in SVN, too. Regards, Dominik -- Fedora http://fedoraproject.org/wiki/User:Rathann RPMFusion http://rpmfusion.org | MPlayer http://mplayerhq.hu "Faith manages." -- Delenn to Lennier in Babylon 5:"Confessions and Lamentations"
On 11/30/2011 01:50 PM, Erik Hovland wrote:
On Wed, Nov 30, 2011 at 10:56 AM, Roger Pack<rogerdpack2@gmail.com> wrote:
For some reason on windows the dll name these days is almost always libdvdcss-2.dll instead of libdvdcss.dll (gstreamer, xbmc, etc.) This patch seems to work, and would make it to match, which seems better from my vantage. Is there any way to tell which file name should be used? Is there a patch like this in either handbrake or VLC? I suspect VLC doesn't care because they just hook dvdcss into the library w/ the patch that Rafael reported to us.
E
HandBrake doesn't officially support usng dvdcss on windows. Users that care enough to make it work just rename the dll.
HandBrake doesn't officially support usng dvdcss on windows. Users that care enough to make it work just rename the dll.
I'll admit my personal motivation for the patch was to make it easier to use dvdnav/css with handbrake. In theory with this patch in place you'd just have to install gstreamer and then "automatically get it" [no copying/renaming required, I don't think]. -r
participants (5)
-
Dominik 'Rathann' Mierzejewski -
Erik Hovland -
Jean-Baptiste Kempf -
John Stebbins -
Roger Pack