[MPlayer-dev-eng] Re: [PATCH] Identify DRM protected asf file
Compn
tempn at twmi.rr.com
Fri Jan 26 21:08:57 CET 2007
Zuxy Meng <zuxy.meng <at> gmail.com> writes:
>
> Hi,
>
> 2007/1/23, Reynaldo H. Verdejo Pinochet <reynaldo <at> opendot.cl>:
> > On Mon, Jan 22, 2007 at 04:53:59PM +0800, Zuxy Meng wrote:
> > >
> > > How about this one?
> > >
> >
> > Looks ok to me.
>
> Thanks! Comments from other devs?
+ if (is_drm(hdr, hdr_len)) {
+ mp_msg(MSGT_HEADER, MSGL_FATAL, MSGTR_MPDEMUX_ASFHDR_DRMProtected);
+ goto err_out;
+ }
+
i'm against mplayer quitting on drm files. mplayer should try to play the file
in case its broken or detection isnt 100%.
otherwise this would be a highly wanted feature! lots of users in #mplayer with
drm files.
thanks!
-compn
More information about the MPlayer-dev-eng
mailing list