Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!news.albasani.net!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: "Gavino" Newsgroups: comp.lang.java.programmer Subject: Re: scrambled video streams Date: Sun, 19 Feb 2012 20:28:14 +0100 Lines: 16 Message-ID: <9qd0qvFplkU1@mid.individual.net> References: <4korj71qhp227p91g9k27dun329l4d4ubv@4ax.com> X-Trace: individual.net YuIBD4gyvfZREbZlF27qPwqkYW/WxrPMfvKARVAEGSzPMMVlMn Cancel-Lock: sha1:7FbrMed018GPJMdO05Fl5MnfBI0= X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Xref: x330-a1.tempe.blueboxinc.net comp.lang.java.programmer:12172 "Roedy Green" wrote in message news:4korj71qhp227p91g9k27dun329l4d4ubv@4ax.com... > I have had a request to produce a custom Applet player for streaming > video, where the stream is scrambled so the customer cannot capture > the data to play again and again with a standard capture utility like > NetTransport. I wonder if anyone has ever looked into Java's JMF > streaming video to know if it lets you insert code between reading the > stream and decompressing and playing it. The JMF architecture is highly 'pluggable' and you can insert your own components at various points in the processing chain. See http://ditra.cs.umu.se/jmf2_0-guide-html/JMFExtending.html