|
Author |
Topic: Audio Video only one at a time? (Read 1205 times) |
|
Lee B Guest
|
Audio Video only one at a time?
« on: Feb 13th, 2004, 6:18am » |
|
So I'm using P5's built in video library to monitor live video as well as Sonia for analizing a sound input. Well I did all the video code first and got that working, and then started playing with Sonia... Now I can't use the video. It just won't play until I comment out the video code. Also it won't play in Present mode. It pops up a new window. odd?
|
|
|
|
megamu
|
Re: Audio Video only one at a time?
« Reply #2 on: Feb 25th, 2004, 5:40am » |
|
This is only with Sonia. Sonia is one causing the trouble. Live video can run in present mode and all that jazz. However when running sonia, it loads in a seperate window and doesn't let me use any of the video features!
|
|
|
|
megamu
|
Re: Audio Video only one at a time?
« Reply #3 on: Feb 25th, 2004, 5:43am » |
|
Code: JSyn using native library JSynV142 PortAudio on WMME - Latency = 4608 frames, 418 msec PortAudio on WMME - Latency = 18432 frames, 417 msec java.lang.UnsatisfiedLinkError: no QTJava in java.library.path at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1403) at java.lang.Runtime.loadLibrary0(Runtime.java:788) at java.lang.System.loadLibrary(System.java:832) at quicktime.jdirect.JDirectLinker$1.run(JDirectLinker.java:266) at java.security.AccessController.doPrivileged(Native Method) |
| is returned as I try to play it. So yes it is that same problem.
|
« Last Edit: Feb 25th, 2004, 5:45am by megamu » |
|
|
|
|
|