Bug 140263 - fluendo video java applet just show an static image.
Summary: fluendo video java applet just show an static image.
Status: RESOLVED WORKSFORME
Alias: None
Product: konqueror
Classification: Applications
Component: kjava (other bugs)
Version First Reported In: unspecified
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: Konqueror Bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-18 19:08 UTC by Raúl
Modified: 2023-02-09 03:53 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments
Java console output with Firefox. (4.60 KB, text/plain)
2007-02-14 11:12 UTC, Raúl
Details
Java console output with Konqueror. With KIO. (9.75 KB, text/plain)
2007-02-14 11:13 UTC, Raúl
Details
Java console output with Konqueror. _Not_ using KIO. (29.49 KB, text/plain)
2007-02-14 11:14 UTC, Raúl
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Raúl 2007-01-18 19:08:51 UTC
Version:           3.5.5 (using KDE 3.5.5, Debian Package 4:3.5.5a.dfsg.1-5 (4.0))
Compiler:          Target: i486-linux-gnu
OS:                Linux (i686) release 2.6.18p4s

I went to this web to see a video: http://lca2007.linux.org.au/talk/54.

Tested with java5 and java6. Both failed(see below). Meanwhile on firefox 2.0.0.1 it did worked.

With java6:
/usr/lib/jvm/java-6-sun/bin/java -version
java version "1.6.0"
Java(TM) SE Runtime Environment (build 1.6.0-b105)
Java HotSpot(TM) Client VM (build 1.6.0-b105, mixed mode, sharing)

Find below the long java6 console log, with the system variables dump:

Java VM version: 1.6.0
Java VM vendor:  Sun Microsystems Inc.
Java VM: Sun Microsystems Inc. 1.6.0
SecurityManager=org.kde.kjas.server.KJASSecurityManager@1034bb5
----------------------------------------------------
Konqueror Java Console Help
  c: clear console
  g: run garbage collection
  h: show help
  m: show memory info
  s: print system properties
  t: list threads
  x: empty classloader cache
----------------------------------------------------
[WARN] build info: I was built on Fri Apr 22 16:01:10 CEST 2005 (version 0.1.2). Built using ant.
[INFO] reading from url http://mirror.linux.org.au/pub/linux.conf.au/2007/video/talks/54
[INFO] trying to open http://mirror.linux.org.au/pub/linux.conf.au/2007/video/talks/54
[INFO] got stream mime: application/ogg
[INFO] registered plugin: com.fluendo.plugin.OggPlugin
[INFO] registered plugin: com.fluendo.plugin.TheoraPlugin
[INFO] registered plugin: com.fluendo.plugin.VorbisPlugin
[INFO] create plugin: com.fluendo.plugin.OggPlugin@337d0f
[INFO] opened http://mirror.linux.org.au/pub/linux.conf.au/2007/video/talks/54
[INFO] video on queue 0
[INFO] using high quality javax.sound.* as audio backend
[INFO] audio on queue 1
[INFO] entering preroll thread
[INFO] waiting for preroll...
[INFO] entering video thread
[INFO] entering status thread
[INFO] entering demuxer thread
[INFO] new stream 924428837
[INFO] entering audio thread
[INFO] create plugin: com.fluendo.plugin.TheoraPlugin@1194a4e
[INFO] new stream 1170739066
[INFO] create plugin: com.fluendo.plugin.VorbisPlugin@60420f
[INFO] theora dimension: 384x288
[INFO] theora offset: 0,0
[INFO] theora frame: 384,288
[INFO] theora aspect: 1/1
[INFO] theora framerate: 25025/1001
[INFO] vorbis rate: 48000
[INFO] vorbis channels: 2
[INFO] frameperiod: 40.0
[INFO] video preroll wait
[INFO] shutting down: reason: javax.sound.sampled.spi.MixerProvider: http://lca2007.linux.org.au/talk/META-INF/services/javax.sound.sampled.spi.MixerProvider:1: Illegal configuration-file syntax
sun.misc.ServiceConfigurationError: javax.sound.sampled.spi.MixerProvider: http://lca2007.linux.org.au/talk/META-INF/services/javax.sound.sampled.spi.MixerProvider:1: Illegal configuration-file syntax
	at sun.misc.Service.fail(Service.java:129)
	at sun.misc.Service.fail(Service.java:135)
	at sun.misc.Service.parseLine(Service.java:157)
	at sun.misc.Service.parse(Service.java:207)
	at sun.misc.Service.access$100(Service.java:111)
	at sun.misc.Service$LazyIterator.hasNext(Service.java:258)
	at com.sun.media.sound.JSSecurityManager$7.run(JSSecurityManager.java:311)
	at java.security.AccessController.doPrivileged(Native Method)
	at com.sun.media.sound.JSSecurityManager.getProviders(JSSecurityManager.java:328)
	at com.sun.media.sound.JDK13Services.getProviders(JDK13Services.java:108)
	at javax.sound.sampled.AudioSystem.getProviders(AudioSystem.java:1612)
	at javax.sound.sampled.AudioSystem.getMixerProviders(AudioSystem.java:1359)
	at javax.sound.sampled.AudioSystem.getLine(AudioSystem.java:392)
	at com.fluendo.player.AudioConsumer.handlePrequeue(AudioConsumer.java:149)
	at com.fluendo.player.AudioConsumer.realRun(AudioConsumer.java:216)
	at com.fluendo.player.AudioConsumer.run(AudioConsumer.java:66)
	at java.lang.Thread.run(Thread.java:619)
[INFO] exit preroll thread
[INFO] exit demuxer thread
java.lang.InterruptedException
	at java.lang.Object.wait(Native Method)
	at java.lang.Object.wait(Object.java:485)
	at com.fluendo.player.VideoConsumer.handlePrequeue(VideoConsumer.java:158)
	at com.fluendo.player.VideoConsumer.realRun(VideoConsumer.java:216)
	at com.fluendo.player.VideoConsumer.run(VideoConsumer.java:92)
	at java.lang.Thread.run(Thread.java:619)
[INFO] exit video thread
[INFO] exit status thread
Printing System Properties ...
----------------------------------------------------
java.runtime.name = Java(TM) SE Runtime Environment
java.protocol.handler.pkgs = com.sun.net.ssl.internal.www.protocol|com.ibm.net.ssl.www.protocol
sun.boot.library.path = /usr/lib/jvm/java-6-sun-1.6.0.00/jre/lib/i386
java.vm.version = 1.6.0-b105
java.vm.vendor = Sun Microsystems Inc.
java.vendor.url = http://java.sun.com/
path.separator = :
java.vm.name = Java HotSpot(TM) Client VM
file.encoding.pkg = sun.io
sun.java.launcher = SUN_STANDARD
user.country = ES
sun.os.patch.level = unknown
java.vm.specification.name = Java Virtual Machine Specification
user.dir = /home/rasasi
java.runtime.version = 1.6.0-b105
java.awt.graphicsenv = sun.awt.X11GraphicsEnvironment
java.endorsed.dirs = /usr/lib/jvm/java-6-sun-1.6.0.00/jre/lib/endorsed
os.arch = i386
java.io.tmpdir = /tmp
line.separator = \n
java.vm.specification.vendor = Sun Microsystems Inc.
os.name = Linux
java.security.manager = org.kde.kjas.server.KJASSecurityManager
sun.jnu.encoding = UTF-8
java.library.path = /usr/lib/jvm/java-6-sun-1.6.0.00/jre/lib/i386/client:/usr/lib/jvm/java-6-sun-1.6.0.00/jre/lib/i386:/usr/lib/jvm/java-6-sun-1.6.0.00/jre/../lib/i386:/usr/java/packages/lib/i386:/lib:/usr/lib
kjas.useKio = 
java.specification.name = Java Platform API Specification
java.class.version = 50.0
sun.management.compiler = HotSpot Client Compiler
os.version = 2.6.18p4s
user.home = /home/rasasi
java.security.policy = /usr/share/apps/kjava/kjava.policy
user.timezone = 
java.awt.printerjob = sun.print.PSPrinterJob
file.encoding = UTF-8
java.specification.version = 1.6
java.class.path = /usr/share/apps/kjava/kjava.jar
user.name = rasasi
java.vm.specification.version = 1.0
java.home = /usr/lib/jvm/java-6-sun-1.6.0.00/jre
sun.arch.data.model = 32
user.language = es
java.specification.vendor = Sun Microsystems Inc.
java.vm.info = mixed mode, sharing
java.version = 1.6.0
java.ext.dirs = /usr/lib/jvm/java-6-sun-1.6.0.00/jre/lib/ext:/usr/java/packages/lib/ext
sun.boot.class.path = /usr/lib/jvm/java-6-sun-1.6.0.00/jre/lib/resources.jar:/usr/lib/jvm/java-6-sun-1.6.0.00/jre/lib/rt.jar:/usr/lib/jvm/java-6-sun-1.6.0.00/jre/lib/sunrsasign.jar:/usr/lib/jvm/java-6-sun-1.6.0.00/jre/lib/jsse.jar:/usr/lib/jvm/java-6-sun-1.6.0.00/jre/lib/jce.jar:/usr/lib/jvm/java-6-sun-1.6.0.00/jre/lib/charsets.jar:/usr/lib/jvm/java-6-sun-1.6.0.00/jre/classes
java.vendor = Sun Microsystems Inc.
file.separator = /
java.vendor.url.bug = http://java.sun.com/cgi-bin/bugreport.cgi
sun.io.unicode.encoding = UnicodeLittle
sun.cpu.endian = little
sun.cpu.isalist = 
----------------------------------------------------
Comment 1 Koos Vriezen 2007-02-05 00:55:41 UTC
I cannot enter this site, maybe member only.
Anyhow, the java logs shows some corruption somewhere. No idea what this means, but you could try some of the java demo's (if you installed the full java sdk).
What might be worth trying is turning on the 'Use KIO' option in konquerors configure dialog. Please do that on a freshly started konqueror before running any applets. Esp. sites that need authentication, turning this option on can make it work.
Comment 2 Raúl 2007-02-05 01:22:46 UTC
It seems that they have changed the link or the server is down. The problem seems to be with the fluendo java plugin. That link was publicly accesible.

BTW the 'Use KIO' option is already enabled.
Comment 3 Raúl 2007-02-14 11:11:37 UTC
I have another fluendo example:
http://www.la2noticias.tve.es/?go=111b735a516af85c76bcfde06e8e56c0f53ff8a48e99c285a390568374e95365ad0a1d247cf2934f9fc4c99154262e5c9150795961e67603d01fcc77ed168c28d3c3e67e90e87848

I hope they don't remove this link. This time the video is not played and the java console keeps spitting errors. I use Sun java 6.

Again with firefox it works.

I think it's related with audio ouput. I'll attach three java console outputs:

a) Firefox 2.0 java console output.
b) Konqueror 3.5.5 java console. Using kio.
c) Konqueror 3.5.5 java console. _Not_ using kio.
Comment 4 Raúl 2007-02-14 11:12:50 UTC
Created attachment 19678 [details]
Java console output with Firefox.
Comment 5 Raúl 2007-02-14 11:13:45 UTC
Created attachment 19679 [details]
Java console output with Konqueror. With KIO.
Comment 6 Raúl 2007-02-14 11:14:29 UTC
Created attachment 19680 [details]
Java console output with Konqueror. _Not_ using KIO.
Comment 7 Raúl 2007-02-14 13:42:30 UTC
Since someone at #kde told me it had it working with kde3.5.6 and java5 I checked this on my laptop(report was from a desktop).

Same result: no playing and java console errors alot. I'll check if it's a debian specific problem.
Comment 8 Martin Koller 2011-06-26 09:51:33 UTC
not reproducible. URL no longer valid
Comment 9 Raúl 2011-07-01 20:06:47 UTC
  Hello:

  The url change, now it is: http://www.linux.org.au/conf/2007/talk/54.html

  The bug is still valid konqueror 4.6.3.

  $ ps aux |grep java
user    5211  5.2  3.1 1131616 64488 ?       Sl   22:02   0:03 java -classpath /usr/share/kde4/apps/kjava/kjava.jar -Djava.security.manager=org.kde.kjas.server.KJASSecurityManager -Djava.security.policy=/usr/share/kde4/apps/kjava/kjava.policy org.kde.kjas.server.Main

  This is the java console output:

Java VM version: 1.6.0_22
Java VM vendor:  Sun Microsystems Inc.
Java VM: Sun Microsystems Inc. 1.6.0_22
SecurityManager=org.kde.kjas.server.KJASSecurityManager@48082751
----------------------------------------------------
Konqueror Java Console Help
  c: clear console
  g: run garbage collection
  h: show help
  m: show memory info
  s: print system properties
  t: list threads
  x: empty classloader cache
----------------------------------------------------
init()
[INFO] build info: Built on 2006-10-26 16:09:03 GMT (version 0.2.2) in stripped mode.
[INFO] revision: $Revision: 4053 $
[INFO] Document base: http://www.linux.org.au/conf/2007/talk/
start()
[INFO] registered plugin: com.fluendo.plugin.HTTPSrc
[INFO] registered plugin: com.fluendo.plugin.VideoSink
[INFO] registered plugin: com.fluendo.plugin.AudioSinkJ2
[INFO] registered plugin: com.fluendo.plugin.AudioSinkSA
[INFO] registered plugin: com.fluendo.plugin.Queue
[INFO] registered plugin: com.fluendo.plugin.OggDemux
[INFO] registered plugin: com.fluendo.plugin.TheoraDec
[INFO] registered plugin: com.fluendo.plugin.VorbisDec
[INFO] create element: Element: [httpsrc]
[INFO] setting User-Agent Cortado/0.2.2 Sun/1.6.0_22 (Linux 2.6.39.2)
[INFO] create element: Element: [audiosink]
[INFO] using high quality javax.sound backend
[INFO] create element: Element: [videosink]
[INFO] reading from url http://mirror.linux.org.au/pub/linux.conf.au/2007/video/talks/54.ogg
[INFO] parsing as abslute URL
[INFO] trying to open http://mirror.linux.org.au/pub/linux.conf.au/2007/video/talks/54.ogg at offset 0
[INFO] opened http://mirror.linux.org.au/pub/linux.conf.au/2007/video/talks/54.ogg
[INFO] contentLength: 47748358
[INFO] server contentType: audio/ogg
[Message]: Pad: httpsrc:src [com.fluendo.plugin.HTTPSrc$1@6a510e39] type: STREAM_STATUS, start, reason: ok, activating
[INFO] entering status thread
[WARN] server contentType: audio/ogg disagrees with our typeFind: application/ogg
[INFO] using typefind contentType: application/ogg
[INFO] create element: Element: [demux]
[INFO] create element: Element: [buffer]
[INFO] PAUSE: we are buffering
[Message]: Pad: buffer:src [com.fluendo.plugin.Queue$1@7215fb38] type: STREAM_STATUS, start, reason: ok, activating
[INFO] ogg: got discont
[INFO] new stream 924428837, mime video/x-theora
[INFO] new stream 1170739066, mime audio/x-vorbis
[INFO] pad added Pad: demux:serial_924428837 [com.fluendo.plugin.OggDemux$OggStream@2344b18f]
[INFO] create element: Element: [v_queue]
[INFO] create element: Element: [videodec]
[INFO] pad added Pad: demux:serial_1170739066 [com.fluendo.plugin.OggDemux$OggStream@3465b738]
[INFO] create element: Element: [a_queue]
[INFO] create element: Element: [audiodec]
[INFO] all streams detected
[Message]: Pad: v_queue:src [com.fluendo.plugin.Queue$1@802b249] type: STREAM_STATUS, start, reason: ok, activating
[Message]: Pad: a_queue:src [com.fluendo.plugin.Queue$1@41021f34] type: STREAM_STATUS, start, reason: ok, activating
[INFO] theora: got discont
[INFO] vorbis: got discont
[INFO] theora dimension: 384x288
[INFO] theora offset: 0,0
[INFO] theora frame: 384,288
[INFO] theora aspect: 1/1
[INFO] theora framerate: 25025/1001
[INFO] vorbis rate: 48000
[INFO] vorbis channels: 2
[INFO] PLAY: we finished buffering
sun.misc.ServiceConfigurationError: javax.sound.sampled.spi.MixerProvider: http://www.linux.org.au/conf/2007/talk/META-INF/services/javax.sound.sampled.spi.MixerProvider:1: Illegal configuration-file syntax
	at sun.misc.Service.fail(Service.java:146)
	at sun.misc.Service.fail(Service.java:152)
	at sun.misc.Service.parseLine(Service.java:174)
	at sun.misc.Service.parse(Service.java:224)
	at sun.misc.Service.access$100(Service.java:128)
	at sun.misc.Service$LazyIterator.hasNext(Service.java:275)
	at com.sun.media.sound.JSSecurityManager$6.run(JSSecurityManager.java:295)
	at com.sun.media.sound.JSSecurityManager$6.run(JSSecurityManager.java:293)
	at java.security.AccessController.doPrivileged(Native Method)
	at com.sun.media.sound.JSSecurityManager.getProviders(JSSecurityManager.java:299)
	at com.sun.media.sound.JDK13Services.getProviders(JDK13Services.java:134)
	at javax.sound.sampled.AudioSystem.getProviders(AudioSystem.java:1629)
	at javax.sound.sampled.AudioSystem.getMixerProviders(AudioSystem.java:1376)
	at javax.sound.sampled.AudioSystem.getLine(AudioSystem.java:409)
	at com.fluendo.plugin.AudioSinkJ2.open(Unknown Source)
	at com.fluendo.plugin.AudioSink$RingBuffer.acquire(Unknown Source)
	at com.fluendo.plugin.AudioSink.setCapsFunc(Unknown Source)
	at com.fluendo.jst.Sink$1.setCapsFunc(Unknown Source)
	at com.fluendo.jst.Pad.setCaps(Unknown Source)
	at com.fluendo.jst.Pad.chain(Unknown Source)
	at com.fluendo.jst.Pad.push(Unknown Source)
	at com.fluendo.plugin.VorbisDec$2.chainFunc(Unknown Source)
	at com.fluendo.jst.Pad.chain(Unknown Source)
	at com.fluendo.jst.Pad.push(Unknown Source)
	at com.fluendo.plugin.Queue$1.taskFunc(Unknown Source)
	at com.fluendo.jst.Pad.run(Unknown Source)
	at java.lang.Thread.run(Thread.java:679)
sun.misc.ServiceConfigurationError: javax.sound.sampled.spi.MixerProvider: http://www.linux.org.au/conf/2007/talk/META-INF/services/javax.sound.sampled.spi.MixerProvider:1: Illegal configuration-file syntax
	at sun.misc.Service.fail(Service.java:146)
	at sun.misc.Service.fail(Service.java:152)
	at sun.misc.Service.parseLine(Service.java:174)
	at sun.misc.Service.parse(Service.java:224)
	at sun.misc.Service.access$100(Service.java:128)
	at sun.misc.Service$LazyIterator.hasNext(Service.java:275)
	at com.sun.media.sound.JSSecurityManager$6.run(JSSecurityManager.java:295)
	at com.sun.media.sound.JSSecurityManager$6.run(JSSecurityManager.java:293)
	at java.security.AccessController.doPrivileged(Native Method)
	at com.sun.media.sound.JSSecurityManager.getProviders(JSSecurityManager.java:299)
	at com.sun.media.sound.JDK13Services.getProviders(JDK13Services.java:134)
	at javax.sound.sampled.AudioSystem.getProviders(AudioSystem.java:1629)
	at javax.sound.sampled.AudioSystem.getMixerProviders(AudioSystem.java:1376)
	at javax.sound.sampled.AudioSystem.getLine(AudioSystem.java:409)
	at com.fluendo.plugin.AudioSinkJ2.open(Unknown Source)
	at com.fluendo.plugin.AudioSink$RingBuffer.acquire(Unknown Source)
	at com.fluendo.plugin.AudioSink.setCapsFunc(Unknown Source)
	at com.fluendo.jst.Sink$1.setCapsFunc(Unknown Source)
	at com.fluendo.jst.Pad.setCaps(Unknown Source)
	at com.fluendo.jst.Pad.chain(Unknown Source)
	at com.fluendo.jst.Pad.push(Unknown Source)
	at com.fluendo.plugin.VorbisDec$2.chainFunc(Unknown Source)
	at com.fluendo.jst.Pad.chain(Unknown Source)
	at com.fluendo.jst.Pad.push(Unknown Source)
	at com.fluendo.plugin.Queue$1.taskFunc(Unknown Source)
	at com.fluendo.jst.Pad.run(Unknown Source)
	at java.lang.Thread.run(Thread.java:679)
Comment 10 Martin Koller 2011-07-03 15:30:48 UTC
Hmm ... opening the given URL in konqueror 4.6.4 does not show anything w.r.t. Java.
Neither is the result different in firefox 5.0 nor opera 11.11

Can you tell me, what you expect to happen on this page ?
Comment 11 Andrew Crouthamel 2018-11-06 15:13:20 UTC
Dear Bug Submitter,

This bug has been stagnant for a long time. Could you help us out and re-test if the bug is valid in the latest version? I am setting the status to NEEDSINFO pending your response, please change the Status back to REPORTED when you respond.

Thank you for helping us make KDE software even better for everyone!
Comment 12 Raúl 2018-11-14 23:16:17 UTC
Hello:
I've tried to reproduce this today.
I think the consensus nowadays is that using java applets on the browser is considered deprecated and unsafe. Please, correct me if I'm wrong.
Therefore a recent version of firefox won't run java applets. Still when loading the link on firefox it knows that a java applet is required, event that firefox doesn't support it. I have the feeling that the web authors noticed about the java unsuitability and included alternatives as direct video download or using a vlc applet.
On konqueror side, I had hard time to progress with the triage. I'm not sure if java applet support in the browser has been discontinued or alternatively how to configure it.
HTH,
Comment 13 Andrew Crouthamel 2018-11-21 04:38:12 UTC
Dear Bug Submitter,

This is a reminder that this bug has been stagnant for a long time. Could you help us out and re-test if the bug is valid in the latest version? This bug will be moved back to REPORTED Status for manual review later, which may take a while. If you are able to, please lend us a hand.

Thank you for helping us make KDE software even better for everyone!
Comment 14 Justin Zobel 2023-01-10 01:51:59 UTC
Thank you for reporting this issue in KDE software. As it has been a while since this issue was reported, can we please ask you to see if you can reproduce the issue with a recent software version?

If you can reproduce the issue, please change the status to "REPORTED" when replying. Thank you!
Comment 15 Bug Janitor Service 2023-01-25 05:05:10 UTC
Dear Bug Submitter,

This bug has been in NEEDSINFO status with no change for at least
15 days. Please provide the requested information as soon as
possible and set the bug status as REPORTED. Due to regular bug
tracker maintenance, if the bug is still in NEEDSINFO status with
no change in 30 days the bug will be closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

If you have already provided the requested information, please
mark the bug as REPORTED so that the KDE team knows that the bug is
ready to be confirmed.

Thank you for helping us make KDE software even better for everyone!
Comment 16 Bug Janitor Service 2023-02-09 03:53:35 UTC
This bug has been in NEEDSINFO status with no change for at least
30 days. The bug is now closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

Thank you for helping us make KDE software even better for everyone!