Macrovision



How is my video capture driver supposed to report that the incoming signal
is Macrovision-encoded? As an experiment, I am returning
KS_VBI_FLAG_MV_PRESENT | KS_VBI_FLAG_MV_HARDWARE | KS_VBI_FLAG_MV_DETECTED
in the dwFrameFlags in the stream header of every VBI packet I send. VBI
data is getting through; the Media Center recording includes the VBI
stream, and it can be played back, but the file is not marked as
"protected", as I expected.

I also tried setting those flags in the dwFrameFlags of every video frame,
but that didn't do any better.

If anyone has succeeded in reporting Macrovisionness and had it be
recognized, please offer me a clue.
--
- Tim Roberts, timr@xxxxxxxxx
Providenza & Boekelheide, Inc
.



Relevant Pages

  • XLANGPart.LoadFrom(stream) failing - UnauthorizedAccessException
    ... My component then generates a PDF stream using Crystal Reports, ... attempts to load the XLANGMessage's 1st data part with the stream generated ... ReportDocument report = new ReportDocument; ... Exception thrown from: segment 1, ...
    (microsoft.public.biztalk.general)
  • How to print only certain page(s) in Microsoft Reports rdlc
    ... to load it to report viewer first. ... printDoc.PrinterSettings.PrinterName = printerName; ... Stream stream = new MemoryStream; ... private void Export ...
    (microsoft.public.dotnet.framework.windowsforms)
  • Problem mit LocalReport im MemoryStream
    ... Von dem 6 Seiten langen Report werden jedoch nur 4 Seiten ... deviceInfo, out mimeType, out encoding, out extension, out streamIDs, ... string encoding; ... //set the position of the stream to 0 to make sure ...
    (microsoft.public.de.german.entwickler.dotnet.csharp)
  • Re: memcmp() checker: memory access errors
    ... I do ungetcall 256 bytes in databack to the stream ... because ungetc() can fail to push back the bytes to the input ... my 256-byte memory leak although it did not report any other error. ... Checker does not report the source-line every time. ...
    (comp.lang.c)