CentOS 5 :: JavaScript For MPlayer Control Not Working
Sep 22, 2010
I'm on web developing and was trying to embed an audio file on one of my page. The audio was successfully tested and emebeded on all browser. Added on the said embedding are javascript for customize buttons, here is the part of the code for embedding:
<script language="javascript" type="text/javascript">
QT_WriteOBJECT('[filename]', '90%','16', '', 'obj#id', 'movie0', 'emb#name', 'movie0', 'enablejavascript', 'true', 'autoplay', 'false');
</script>
View 1 Replies
ADVERTISEMENT
Dec 6, 2009
We're doing a web gui with extjs & flash chart. The problem is a drilldown menu from flash chart to some other page. The drilldown menu is working fine on all other os & browser, but not on 64bit centos 5.x & ff 3.0 or 3.5, which we need to support. It's always behind the flash chart. With the firefox coming with 64bit centos 5.x (which I believe it's a 64bit firefox), all of them are not working. But the weird thing is, with some newly installed centos 5.4, if I use a firefox 3+ downloaded from mozila/firefox official site (I guess it's a 32bit firefox).
The drilldown menu works fine. However with some other centos 5.4 which are upgraded from centos 5.2, the drilldown menu won't work. Please see the attached screenshots for the detailed info. I've tried many things, tried latest 32bit flash plugin, tried 64bit flash plugin, tried updating the nspluginwrapper (according to [URL]) and several other things. None of them works. From adobe tech note [URL].
"Note: The WMODE parameter is supported only on some browser/Flash Player version combinations. If the WMODE parameter is not supported, the Flash movie will always display on top. Refer to TechNote 14201 for details."
I understand that not all the os & browser & flash version combinations support WMODE, but it really bugs me that with almost the same os (64bit centos 5.4), the same firefox (32bit v3.5.5 downloaded from getfirefox.com), the same flash plugin (32bit v10.0.r32), why some of them can see the javascript menu on top of flash chart, but some of them will always be behind the flash chart?
View 5 Replies
View Related
Nov 23, 2010
I am starting an instance of mplayer from a bash script, opening an audio stream:
Code:
mplayer [URL]
How do I do to control this mplayer instance from another script? I want to control volume and pause it from within the bash script. I know the commands for doing so from terminal, but once mplayer gets started from the script, how do I 'direct' the commands to that specific mplayer instance?
View 9 Replies
View Related
Jan 11, 2010
I just installed Opera 10 and javascript does not seem to be working. How do i enable it?
View 6 Replies
View Related
Aug 19, 2010
i have an html page with a text box in a fourm, and am trying to change the value of it with javascript, but it not working. ive tried about everythin i can think of and find, but it just doesn't work. it all allways comes down to the <form>,</form> tags or the <input> tag doesn't exist. I know im getting the names right,(copy&paste)
View 1 Replies
View Related
Jan 19, 2011
I don't know how this happened, but my keyboard copy and paste functions have stopped working. Oddly enough, I discovered that I can only copy and paste by using the third mouse button. Pressing down on the scroll wheel after highlighting text copies the text, pressing it again pastes it Ican still use the Edit-copy and Edit-paste menu functions.
I'm sure it has something to do with all the tinkering I have been doing with my desktop. I have been experimenting with CompizConfig and Cairo dock, changing my themes and things of this nature.
Ububtu 10.04.1
kernel 2.6.32-27 generic
View 7 Replies
View Related
Jun 22, 2010
I have this regular expression
Code:
(@description ").*(";)
I want to match anything in between the quotes its working fine in JavaScript but its not working in my python program:
Code:
#!/usr/bin/python
# -*- coding: iso-8859-1 -*-
import re
[code]....
View 3 Replies
View Related
Sep 1, 2009
I need a textbrowser with Javascript Support. I have compiled the elinks stable 0.11x and the unstable 0.12x version mit JavaScript Support (js moz dev). Both browsers can be started and showed websites normaly. But no javascript, even simple tests like [URL] failed. I started elink with ./elink and typed then the url.
View 4 Replies
View Related
Jun 9, 2010
I tried to find the information by myself (google search, forum search, Faq, manual...) but i didn't find any clue. I installed CentOs 5.5 on a macbook model 1,1 and I have currently two issues :
The keyboard mapping is wrong (it didn't fit with the macbook keyboard, ex: the '-' is not on touch '6' for example...). Is there a way to apply macbook keyboard mapping? I didn't find how to modify the brightness of the screen. Where is this settings? It didn't appear in the video card settings that is very basic. Do I need to install a proprietary driver for my GMA on my macbook? Also, i will like to have this settings on the keyboard with the dedicated button (like for the sound that works well).
View 1 Replies
View Related
Jun 19, 2010
Since I installed Ubuntu 9.10 recently and downloaded a new copy of MPlayer, a Shell execution of Mplayer of a video with the -fps switch, sees the -fps being ignored. The video in question plays the video too fast and goes out of synch with the audio. This has never been a problem as I play the video using the shell and include the -fps option to slow the video down. For instance, the command below would play the video at 30 fps:
mplayer -x 640 -y 480 -fps 30 "/media/USB2/williams.flv"
It has always worked before. What's changed in the latest mplayer, or is there something else I need to install in order to get -fps functionality? I can paste the (rather long) output mplayer gives upon execution of the above command.
View 2 Replies
View Related
Jan 23, 2009
I am new to this forum so please bear with me . I have installed Centos 5.2 on my laptop and have been trying to use Mplayer to play a DVD movie. I have all the relavent plugins and codecs installed but it keeps telling me "Failed to open dvd://1"I tried to use Totem but it says that i am missing some plugins and won't play anything for me. My Laptop is an Acer Travelmate 240, 40GB HDD, 1GB RAM, Processor is a Celeron 2.66GHZ
View 6 Replies
View Related
Nov 5, 2010
I downloaded the mplayer essential codecs pack and extracted in directories mentioned.I even compiled mplayer and it can play now almost all the files. But I am having a problem.The problem is that other multimedia players dont play even a single file.I tried with xine,totem,kaffiene and every bundled player.
View 6 Replies
View Related
Jun 30, 2010
I am trying to get mplayer-vaapi working on my system, so I can watch 1080p videos with hardware acceleration (and to remove the tear effect).
Anyway I am having trouble getting VA Api to work correctly. I have extensively google-ed around, and I cannot find a way to fix this problem.
Here is the output for vainfo (the error from vainfo is the same as mplayer-vaapi):
Code:
libva: libva version 0.31.1-sds1
Xlib: extension "XFree86-DRI" missing on display ":0.0".
libva: va_getDriverName() returns 0
[Code].....
but I have found that:
1. The Xlib error shouldn't matter
2. I do have an fglrx_drv_video.so file in /usr/lib/va/drivers
3. I have installed the latest libva amd64 deb package
4. I have installed the latest xvba amd64 deb package
I am running Lucid on 2.6.34-020634-generic kernel (with a patched fglrx module). I have an ATI Mobility Radeon HD 5800 Series card.
Also before I found the deb package for libva I followed this tutorial to compile it (some things had to be tweaked for it to compile successfully) [URL]. But I did reinstall libva when I found the .deb package.
View 3 Replies
View Related
Apr 27, 2011
I am using Ubuntu 10.10. At some point gnome-mplayer (and gecko-player) have stopped working. Try open any audio or video file there is nothing (the progress bar just shows "stopped"). However, Smplayer is working flawlessly for both video and audio files so I am sure it is not a mplayer problem
I have delete the folder .conf/gnome-mplayer but nothing changes.
gnome-mplayer version 0.9.9.2
mplayer version 2.0
View 7 Replies
View Related
Aug 7, 2010
Mencoder has not a support for my webcam.
However "
Quote:
" works flawlessly well.
So option dumpfile in man page is there to help us!
But well the command
Quote:
results in a 0kylobytes files.
How to force mplayer to dump file -tv flow data to file?
View 5 Replies
View Related
Jun 29, 2011
yum Missing Dependency with mplayer centos 5 server.
Code:
How can i fix this issue its doing this with both mencoder and mplayer.
View 7 Replies
View Related
Mar 31, 2011
What Ive Done:
1: [url]
To get the necessary things for mplayer
2: [url]
To enable DMA
3: added these lines to /etc/X11/xorg.conf under Section "Device"
Option "VideoOverlay" "on"
Option "OpenGLOverlay" "off"
This has not worked so far.
View 3 Replies
View Related
May 7, 2011
I'm trying to compile mplayer from srpm with vdpau enabled.
By default its disabled ( at least in rpmforge's srpm). How can i do this ?
This is what i tried:
View 19 Replies
View Related
Jan 5, 2010
I am "fleshing out" my USB flash drive Netbook Remix of Ubuntu and have run into a snag on getting Mplayer Movie Encoder to work. Synaptics eventually showed 28 new packages will be installed which was done. But, the skin showing the "controls" (fast forward, pause etc) is dead. I am using the USB flash on a HP desktop and all other Remix features work well. Plus the Nvidea gui card fills my 19" flat screen exquisitely well. And, the stick works very nicely on my Acer Netbook (aspire one 250) too.
View 2 Replies
View Related
Dec 9, 2009
I was able to play a DvDRip-FxM file using mplayer before I inadvertently updated it (along with a host of others, now backed down or removed).
current files
gstreamer-0.10.20-3.el5
gstreamer-plugins-bad-0.10.8-4.el5.rf
gstreamer-plugins-base-0.10.20-3.0.1.el5_3
gstreamer-plugins-good-0.10.9-1.el5_3.2
gstreamer-tools-0.10.20-3.el5
mencoder-1.0-0.41.svn20090711.el5.rf
mplayer-1.0-0.41.svn20090711.el5.rf
mplayer-fonts-1.1-3.0.rf
[Code]...
View 19 Replies
View Related
Apr 11, 2010
I am trying to install gnome mplayer and later mplayer codecs.script run
Code:
root@zorro:/home/siawacsh/Downloads/MPlayer/mplayer/slackbuild/gnome-mplayer# ./gnome-mplayer.SlackBuild
gnome-mplayer-0.9.8/
[code]....
View 16 Replies
View Related
Mar 14, 2009
I'm not sure if I'm posting in the right section. But when i start the Package Updater it get's a (Error resolving dependencies). The Details in the error are: Missing Dependency: liblzo.so.1 is needed by package mplayer Missing Dependency: libdvdread.so.3 is needed by package lsdvd Missing Dependency: libcucul.so.0 is needed by package mplayer Missing Dependency: libdvdread.so.3 is needed by package gstreamer-plugins-ugly
What do i do? I'm thinking i have to get and install/download these package's but cant find them tried regular searching the web and using Yum. Cant find any of them to install to fix this issue.
View 4 Replies
View Related
Mar 3, 2011
This should be a very elementary question. I have a URL like http://SERVERNAME/file.wmv. When I enter it in "Open Location" in gnome-mpLayer it connects to the server and plays the stream. But when I run
mplayer "URL"
in the terminal I get a crazy endless loop of
Playing URL.
Resolving SERVERNAME for AF_INET6...
Couldn't resolve name for AF_INET6: SERVERNAME
Resolving SERVERNAME for AF_INET...
Connecting to server SERVERNAME[xxx.xx.xxx.xx]: 80...
Cache size set to 320 KBytes
I think my usage of mplayer in the terminal is correct, since I can watch other URL's.It's only this specific one that doesn't work (I am not authorized to write the URL because they want it to be private.So my question is: Does anyone know why I get this loop? Or is it possible to see how mplayer is called by gnome-mplayer and what output messages it generates?I use gnome-mplayer 0.9.9.2 and mplayer 1.0rc4-4.4.5 on Ubuntu 10.10.
View 1 Replies
View Related
Aug 10, 2011
it's a while now that the volume control in gnome stopped working. I tried to reinstall gnome-media, but without success. The icon is present in the top bar and I can see the volume slider, but it simply doesn't change the volume.I'm using F15 on x86_64.
View 2 Replies
View Related
May 12, 2011
I've just started using gdb at my new job, and I'm having a small issue debugging C++ with it. After I execute "continue" or "run" through gdb, I'm not able to return control to gdb. Based on the documentation I read, I should be able to use Control-C to interrupt the program, and have control return to gdb.
This does not work on my setup. Not sure if it's related, but I'm debugging on a remote machine. I tried through PuTTY and xterm using Exceed XServer. In both cases, gdb does not respond to Control-C. This is quite annoying because I have to restart my program every time I want to set a breakpoint.
View 2 Replies
View Related
Sep 24, 2009
I am having issues with Fedora 11 and audio. I have pulse audio running and configured. The volume control on the top panel (GDE) works properly, but i do not hear any volume until I move it up past 50%. I tested it with the advanced volume controls opened and it even shows the master volume not moving until the volume slider on the panel reaches at least 50%. Can anybody help with fixing this. It is very annoying. Thanks in advance for the support.
View 3 Replies
View Related
Feb 16, 2010
I have a dual boot and my windows plays audio fine.My ubuntu plays audio fine as well however when I click on the Volume Control icon on the panel it gives me this error:No volume control GStreamer plugins and/or devices found.and I am still unable to control volume. I have alsamixer installed and it can control my system sound fine but all this time I've been able to use the controls on my HP Pavilion dv5250ca laptop's keyboard controls to control the volume and I'd like to be able to continue doing that- I haven't been able to for the last 2 days.
View 7 Replies
View Related
Feb 21, 2010
I installed Karmic 64-bit on a new Phenom X4 Quad-Core PC. I've replaced the stock CPU cooler with a Cooler Master Hyper TX3, enabled all fan control settings in the BIOS, switched their profiles on silent, enabled the Cool n' Quiet option as well but my CPU fan is still noisy and seem to be running up to the max number of RPM, thus ignoring BIOS specifications. Besides this I can tell there is something wrong with it since even the CPU is on idle or with just the regular browsing, media player operations, PC sometimes freezes or is automatically rebooted .
I installed lm-sensors and went through all the sensors-detect operations (output attached to this post) but it doesn't show anything else but the CPU and HDD temperature which is always 40 Celsius degrees.
View 7 Replies
View Related
Mar 19, 2010
control keys aren't working most of the time in Open Office. I can copy, cut and paste with the mouse, but Control+C/X/V/Z is not working at all. I also use intellij idea, there I have the same problem, but I can use its own defined control+alt+space. I've tried Abiword, the control keys worked at the begging but then after a while when I used control+something(C/X/V/Z), it always selected everything. Besides that, the control keys are working perfectly in nautilus, terminal, firefox, chrome, gedit. I'm using Ubuntu 9.10.
View 4 Replies
View Related
Oct 14, 2010
i have inspiron n4010 lap top. i installed ubuntu 10.10, now brightness control is not working.
View 8 Replies
View Related