FAQ
Cover
This is the archive Discourse for the Processing (ALPHA) software.
Please visit the new Processing forum for current information.

   Processing 1.0 _ALPHA_
   Bugs
   Software Bugs
(Moderator: fry)
   Audio Video only one at a time?
« Previous topic | Next topic »

Pages: 1 
   Author  Topic: Audio Video only one at a time?  (Read 1205 times)
Lee B
Guest
Email
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?
 
fry


WWW
Re: Audio Video only one at a time?
« Reply #1 on: Feb 13th, 2004, 7:27pm »

that sounds like multiple problems.. re: mixing sonia + video, you might be running into this problem: http://processing.org/discourse/yabb/board_Proce55ing_software__bugs_action_display_num_1076679293.html
 
as for the 'present' issue, that's a new one. is that with video/sonia/or both
 
megamu

megamu+loves+you WWW
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

megamu+loves+you WWW
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 »  
fry


WWW
Re: Audio Video only one at a time?
« Reply #4 on: Feb 25th, 2004, 5:03pm »

ah, i see.. the UnsatisfiedLinkError is this bug:
http://processing.org/discourse/yabb/board_Proce55ing_software__bugs_action_display_num_1076679293.html
there's a workaround in the responses there.
« Last Edit: Feb 25th, 2004, 5:04pm by fry »  
Pages: 1 

« Previous topic | Next topic »