[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [sc-dev] typo in JSCTextView
the problem is the movieview requires the JMF framework. it's not open-source, so i didn't add it. sun has a strange license that i don't want to try to understand. you can download from
http://java.sun.com/javase/technologies/desktop/media/jmf/2.1.1/download.html
(just choose linux in the first screen and "Cross-platform Java" in the next screen)
copy
jmf.jar
jmf.properties
into
/Library/Java/Extensions
alternatively, you can use fobs4j ( http://sourceforge.net/projects/fobs/files/ --> 0.4.1 should do ) which is open source, but unfortunately needs different binaries on different platforms. the JMF is really a pain in the ass, there is other projects like jffmpeg and fmj, but they are all outdated and don't seem to be well supported. i always used fobs4j and it worked (on os x 10.4, not tried yet on snow leopard). also there is jvlc (http://wiki.videolan.org/Java_bindings) which i haven't tried.
if you just to want to get going quickly, simply delete MovieView.java
ciao, -sciss-
Am 21.12.2009 um 19:59 schrieb ronald kuivila:
> Actually, I got the jar added, but I am running into a bunch of compile errors on MovieView, is there an include of some sort that needs to be added?
>
> RJK
>
> On Dec 21, 2009, at 2:12 PM, Sciss wrote:
>
>> hmmm, you are right, i've never seen this before. will need to investigate. keep me up to date with the document class, sounds cool!
>>
>> Am 19.12.2009 um 20:24 schrieb ronald kuivila:
>>
>>> Hi again,
>>>
>>> Another curio:
>>>
>>> For HTML files JSCTextView.string returns the string doubled (i.e.,
>>> concatenated with itself). But everything else (selectAll, for example) are working correctly.
>>>
>>> RJK
>>>
>>> PS: I am working up a SwingDocument class, implementing menu commands (search and replace, opening files, etc)
>>> as methods of the class. I think this will make using Swing for remote control easier.
>>>
>>>
>>>
>>> _______________________________________________
>>> sc-dev mailing list
>>>
>>> info (subscription, etc.): http://www.beast.bham.ac.uk/research/sc_mailing_lists.shtml
>>> archive: https://listarc.bham.ac.uk/marchives/sc-dev/
>>> search: https://listarc.bham.ac.uk/lists/sc-dev/search/
>>
>>
>> _______________________________________________
>> sc-dev mailing list
>>
>> info (subscription, etc.): http://www.beast.bham.ac.uk/research/sc_mailing_lists.shtml
>> archive: https://listarc.bham.ac.uk/marchives/sc-dev/
>> search: https://listarc.bham.ac.uk/lists/sc-dev/search/
>>
>
>
> _______________________________________________
> sc-dev mailing list
>
> info (subscription, etc.): http://www.beast.bham.ac.uk/research/sc_mailing_lists.shtml
> archive: https://listarc.bham.ac.uk/marchives/sc-dev/
> search: https://listarc.bham.ac.uk/lists/sc-dev/search/
_______________________________________________
sc-dev mailing list
info (subscription, etc.): http://www.beast.bham.ac.uk/research/sc_mailing_lists.shtml
archive: https://listarc.bham.ac.uk/marchives/sc-dev/
search: https://listarc.bham.ac.uk/lists/sc-dev/search/