JMF with Linux.

2000-04-11 Thread Ganesh Sivaraman

Hello,

Has any one been sucessful in running JMF in Linux. If so, how and how
impressive are the results.

Thank you,

Ganesh.


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Odd seg fault

2000-04-11 Thread Timothy Reaves

I've recient;y upgraded to RH6.2 Doing so broke wine.  WPO2K did not
work.  So I read the wine newsgroup, and found this was due to the glibc
that 6.2 uses.  It said to put the LC_ALL=en line in my profile.  I did.

What does this have to do with java?  Just a moment.

I have open two sid-by-side aterms.  I edited my .bash_profile in
one, sourced it, and low-and-behold wine now works.  Now the oddity.
Java (sun 1.2.2) does not!  It seg faults with SIGSEGV 11.

I can got to the second aterm, and java runs fine.  So it has to be
this LC_ALL entry.  Can anyone shed some light on this?

Thanks.


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: JMF with Linux.

2000-04-11 Thread Matthias Pfisterer

Hi Ganesh,

I've tested the pure java version of JMF2.0 with blackdown jdk1.2.2RC3,
native threads, sunwjit. Sound is working, however, since there is no
Java Sound API, sounds seem to get resampled to 8kHz. The mp3 decoder
gives choppy sound. I haven't tested the video functionality.

Matthias


Ganesh Sivaraman wrote:
> 
> Hello,
> 
> Has any one been sucessful in running JMF in Linux. If so, how and how
> impressive are the results.
> 
> Thank you,
> 
> Ganesh.
> 
> --
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

-- 
Matthias Pfisterer  

Share your knowledge.
It's a way to achieve immortality.

 (from a nepalese mantra)

Java Sound Examples:
http://rupert.informatik.uni-stuttgart.de/~pfistere/jsexamples/
Tritonus, the open-source implementation of Java Sound for Linux:
http://tritonus.sourceforge.net/
--


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: Odd seg fault

2000-04-11 Thread Calvin Austin

Yes it is a bug with the way that the port handles locales, basically
it tries to interogate the locale data for en, which is probably incomplete
It was doing this to enable japanese support.

The workaround is to set LANG to POSIX or a full locale, also the
blackdown port does not have this bug .

regards
calvin

> Resent-Date: Tue, 11 Apr 2000 08:28:56 -0600 (MDT)
> Date: Tue, 11 Apr 2000 10:26:26 -0400
> From: Timothy Reaves <[EMAIL PROTECTED]>
> X-Accept-Language: en
> MIME-Version: 1.0
> To: java-linux <[EMAIL PROTECTED]>
> Subject: Odd seg fault
> Content-Transfer-Encoding: 7bit
> Resent-Message-ID: <[EMAIL PROTECTED]>
> Resent-From: [EMAIL PROTECTED]
> X-Mailing-List: <[EMAIL PROTECTED]> archive/latest/3475
> X-Loop: [EMAIL PROTECTED]
> Resent-Sender: [EMAIL PROTECTED]
> 
> I've recient;y upgraded to RH6.2 Doing so broke wine.  WPO2K did not
> work.  So I read the wine newsgroup, and found this was due to the glibc
> that 6.2 uses.  It said to put the LC_ALL=en line in my profile.  I did.
> 
> What does this have to do with java?  Just a moment.
> 
> I have open two sid-by-side aterms.  I edited my .bash_profile in
> one, sourced it, and low-and-behold wine now works.  Now the oddity.
> Java (sun 1.2.2) does not!  It seg faults with SIGSEGV 11.
> 
> I can got to the second aterm, and java runs fine.  So it has to be
> this LC_ALL entry.  Can anyone shed some light on this?
> 
> Thanks.
> 
> 
> --
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
> 


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]