Java Solaris Communities Sun Store Join SDN My Profile Why Join?
 
Bug Database
Bug Detail
Quick Lists
Top 25 Bugs
Top 25 RFE's
Recently Closed Bugs
Printable Page Printable Page


Bug Database
Bug ID: 4426708
Votes 0
Synopsis Audio capture does not work on Sun-Blade-100 and SunRay...
Category jmf:audio
Reported Against 1.3.1 , 2.1.1
Release Fixed 2.2
State 10-Fix Delivered, bug
Priority: 2-High
Related Bugs 4499653 , 4691313
Submit Date 16-MAR-2001
Description
Audio capture does not work on Sun-Blade-100 and SunRay...The audio format returned by capture device detection (via CaptureDeviceInfo) is later flagged as unsupported when we try to perform data capture.

The following is the output we get from CaptureDeviceInfo:
---------------------------------------------------------
Audio: LINEAR, 44100.0 Hz, 16-bit, Stereo, BigEndian, Signed
Audio: LINEAR, 44100.0 Hz, 16-bit, Mono, BigEndian, Signed
Audio: LINEAR, 22050.0 Hz, 16-bit, Stereo, BigEndian, Signed
Audio: LINEAR, 22050.0 Hz, 16-bit, Mono, BigEndian, Signed
Audio: LINEAR, 11025.0 Hz, 16-bit, Stereo, BigEndian, Signed
Audio: LINEAR, 11025.0 Hz, 16-bit, Mono, BigEndian, Signed
Audio: LINEAR, 8000.0 Hz, 16-bit, Stereo, BigEndian, Signed
Audio: LINEAR, 8000.0 Hz, 16-bit, Mono, BigEndian, Signed


But when we try to perform capturing using one of the combinations listed above, we get:

Audio not supported: interface TargetDataLine supporting format PCM_SIGNED, 44100.0 Hz, 16 bit, stereo, big-endian, audio data, and buffers of 22050 to 22050 bytes


NOTE: PCM_SIGNED format does not appear anywhere in the output of device detection returned by JMF. The error message shown above appears only on Grover (Sun-Blade-100) and SunRays.

Work Around
N/A
Evaluation
 xxxxx@xxxxx  2001-07-13
	The respective driver identifications are missing
Comments
  
  Include a link with my name & email   


PLEASE NOTE: JDK6 is formerly known as Project Mustang