Ubuntu :: Embedded Videos Crash System?

May 4, 2010

It seems that watching an embedded video crashes my system every once in a while. Is there any way to figure out what is causing the crashes or fix it?

Some extra info - The cpu usage jumps to 45-50 percent when a embedded video is playing.

View 1 Replies


ADVERTISEMENT

Ubuntu :: PDF Viewer To Play Embedded Videos?

Dec 12, 2010

I'm currently working on a presentation using the Beamer Latex class and I would like to embed a video in the presentation. The problem is that I cannot seem to find a PDF viewer that allows me to play these videos. Does anyone have any suggestions for a PDF viewer that does let me play videos, ideally within the PDF? I've tried using Evince and Acrobat Reader 9, but I've had issues with both. Evince doesn't allow you to play embedded videos in the PDF, but it does allow you to open an external media player by clicking a link. However, this doesn't work in presentation mode, which sort of defeats what I'm trying to do. I know a bug report has been filed on Launchpad for this problem, but it doesn't seem to be going anywhere.

Acrobat 9 also doesn't allow me to play embedded videos. It *does* allow me to open an external player in fullscreen mode, but the video always opens up behind the presentation, which means I have to alt-tab to the video.Kind of unprofessional. I've heard some people have had success with Okular. I'd rather not have to install all the KDE dependencies only to find Okular doesn't work Alternatively, does anyone know of any workarounds for either the issues in Acrobat or in Evince?

View 2 Replies View Related

Ubuntu Multimedia :: Embedded Videos Not Playing In Firefox 3.5.7 On 9.10?

Jan 8, 2010

i am not able to play videos videos whenever it's embedded in pages other than the [url] pages. but it play just about fine on the original page.

View 9 Replies View Related

OpenSUSE :: Embedded Videos Not Working In Chromium?

Dec 21, 2010

I've installed Chromium 10 and flash works in ..... but not as embedded videos in many websites. What would cause the videos not to work, yet flash is working. Any clues to solving this problem?

I'm running 11.3 64bit KDE

View 9 Replies View Related

Ubuntu Multimedia :: Embedded WMV Videos Look Compressed Or Skinny When Viewed On Vista

Mar 23, 2010

I'm running apache2 on Hardy and Karmic machines. I converted some .flv's to .wmv's using VLC and embedded them in my index.html file. Now, when I go to view them from Vista machines (32 or 64, IE or Firefox), they look compressed or skinny like this: [URL] When viewed on other Ubuntu or XP machines, they look fine.

View 6 Replies View Related

Ubuntu Multimedia :: Chromium No Longer Plays Embedded Quicktime Videos?

Jun 27, 2010

i've had ubuntu 10.04 for almost 2 months and when i first installed all the media codecs and used chromium everything worked fine and I was able to watch videos on [URL] but for past 2 weeks I haven't...there's been no change to my files, justed updated Chromium. I can view .mov video's in the media players or if I have the direct address but not embedded.

View 4 Replies View Related

Debian Multimedia :: Embedded Flash Videos Crashing Every Browser

Nov 20, 2015

Iceweasel, Konqueror, makes no difference. Embedded flash videos make them crash every time. I had to install Flash Control on Iceweasel just to make it usable.

[pid 9417] --- SIGALRM {si_signo=SIGALRM, si_code=SI_KERNEL, si_value={int=1851877730, ptr=0x6e616962}} ---
[pid 9520] <... close resumed> ) = ? <unavailable>
[pid 9446] +++ killed by SIGALRM +++
[pid 9444] +++ killed by SIGALRM +++
[pid 9520] +++ killed by SIGALRM +++
[pid 9447] +++ killed by SIGALRM +++
+++ killed by SIGALRM +++

The kicker is I can't recall ever installing flash support in the first place.

I'm bitterly regretting the upgrade to 8.2. It's just one damn thing after another.

View 1 Replies View Related

Ubuntu :: Xorg Crash When Playing Videos

Sep 30, 2010

I tried to open a movie with VLC and it crashed X, so I tried it in movie player, and then ran the Ubuntu system test. Everything kept crashing X. I was able to watch movies before today The only thing funny in my Xorg.log.old is:

[code]...

View 1 Replies View Related

Ubuntu Multimedia :: Flash Videos Crash Every Browser?

May 7, 2010

i have ubuntu 10 lts and have searched the forums and internet yet not resolved this issue so hope i`ve posted in the right place. i have installed, via the ubuntu software manager, the latest adobe flash as every browser i try crashes within at most ten minutes of trying to play a flash video full screen, usually within four minutes. i cannot play anything on bbc iplayer or videos fullscreen and i have no idea why. i have the latest flash plugin and have tried chromium, midori, firefox, opera, conkerer (not konqueror) and epiphany and every one crashes. tried firefox in safe mode and it still happens, opera just stops playing the video but all the other browsers crash except chromium which tells me the flash plugin stopped working. i really need it working and don`t want to have to return to windows just for flash so has any one an idea where i can start in solving it?

View 9 Replies View Related

General :: Embedded Reboot Crash - Error Executing The Reboot Command

May 4, 2011

I'm working with Linux 2.6.23 on an embedded device and am receiving the following error executing the reboot command.

View 2 Replies View Related

General :: System Distribution For Learning Embedded?

Feb 12, 2010

Which linux is best for learning embedded systems which has ide like MCU8051ide, piklab and ide for arm processor.

View 2 Replies View Related

Ubuntu Servers :: Inexpensive Single Board / Embedded System With SATA

Aug 6, 2010

I'm looking for doing AOE (Ata over ethernet) inexpensively with single board computers, like Routerboard stuff, but is there anything with sata plugs. Hopefully I can get each board for hopefully around $50, but a little more would be ok. Non-x86 is fine, Debian is as good as Ubuntu.

View 3 Replies View Related

General :: Virtual Memory Concept In Embedded System

Dec 20, 2010

We have designed a board with Cirrus Logic(arm) processor, A Flash memory and some other peripherals have been connected to that. While building kernel we have selected MMU support. We have written few custom drivers for keypad,LED,LCD. But I would like to know how virtual memory mechanism can be helpful here even though there is no any hard disk has been connected. Where will be the virtual memory reside.

View 2 Replies View Related

Software :: Export An Embedded File System From A Windows Pc?

Nov 25, 2008

i want to export an embedded linux file system from a windows pc an NRFS server for this..

View 4 Replies View Related

Programming :: Saving File Data Using Python In An Embedded System In An Safe And Fast Way?

Apr 19, 2011

I am developing a program in a system where the Linux does not take care of the sync command automatically. So I have to run it from my application always I save some data in the disk, which in my case is a 2GB sdcard. It is true that I can make the operation system takes care of the syncronization, using a proper mount option, but in this case the programm's performance drops drastically. In particular I use the shelve module from Python to save data that comes from a socket/TCP connection and I have to deal with the potencial risk of the system being turned off suddenly Initially I wrote something like that to save data using shelve:

Code:

def saveData(vo)
fd = shelve.open( 'fileName' , 'c')
fd[ key ] = vo
fd.close()
os.system("sync")

But that takes too much time to save the data. Note that I use the sync from the OS every time I close a file to prevent data corruption in the case of the "computer" being turned off with data even in the buffer. To improve the performance I made something like that:

Code:

def saveListData( list )
fd = shelve.open('file_name', 'c')
for itemVo in list:
fd[itemVo.key] = itemVo
fd.close()
os.system("sync")

Thus, first I saved an amount of objects in a list then I open the file and save the objects. In this way I have to open the file just one time to save a lot of objects.However I would like to know if adding a lot of objects before closing the file would increase the risk of data corruption.I known that turning off the system after fd.close() and before os.sync may cause problems. But what about turning off the system after

Code:

fd = shelve.open('file_name', 'c')

but before fd.close()?

View 7 Replies View Related

OpenSUSE Install :: System Crash When Wont To Start System On Runlevel 5?

Aug 30, 2010

I use release 11.2 and this one works very well. I try new release 11.3 and my system crash when I wont to start system on runlevel 5. There is Sempron 2 GHz CPU and nvidia fx550 graphics card. Keyboard PS2 does not responds but mouse on USB work well. When I start "safe" boot option system work well. What I can to do ? What I must change

View 4 Replies View Related

Ubuntu :: Unable To Stream Videos To System

May 9, 2010

I go to Hulu. I click my video. What do I see?

Quote:

We're sorry but we're unable to stream videos to your system. This may be due to an Adobe Software limitation on 64-bit Linux systems. I try to support this 64-bit stuff but it keeps biting me in the butt.

View 9 Replies View Related

CentOS 5 :: Cannot Install CentOS 5.4 On Embedded System Anaconda Exception?

May 1, 2010

I am trying to do a basic install of CentOS 5.4 on my embedded computer. It is a Linutop 2 system with a AMD Geode 800MHz CPU and 512Mb Ram. Have installed an IBM 40Gb 2.5" HD for OS storage. I am doing the install procedure in text mode. Everything goes as planned until I get to the package selection.

1. Booting from (i386) DVD with "linux text" parameter.
2. Skipping media check.
3. Selecting "English" install language.
4. Selecting "DK-latin1" as keyboard layout.
5. Selecting "Remove all partitions and create default layout" and selecting "no" to modifying partition layout.
6. Selecting "yes" to configure "eth0" and mark to enable "IPv4" on boot.
7. Selecting DHCP for IP configuration and Manual host name.
8. Setting time zone to "Europe/Copenhagen".
9. Setting root password to a 16 digit alphanumeric pass-phrase.
10. De-selecting "Desktop - Gnome" (no other entries selected).

When the system is checking for dependencies, an exception

Traceback (most recent call first):
File "/usr/lib/python2.4/site-packages/yum/packageSack.py", line 426, in returnNewestByName
raise PackageSackError, 'No Package Matching %s' % ui_pats
File "/tmp/treedir.22057/instimage/usr/lib/anaconda/yuminstall.py", line 1072, in getBestKernelByArch
pkgs = ayum.pkgSack.returnNewestByName(pkgname)

[Code]...

View 1 Replies View Related

Ubuntu Multimedia :: 10.04 System Crashes When Playing Videos

May 8, 2010

When I play a video file whether with VLC or Movie Player the system will crash. The screen will go black with some text output (all I can quickly read is something about pulse audio) then flash black, then text, then black over and over. I tried to edit a video with Pitivi and the system crashed too. I saw an error about gstreamer that time. I set multimedia to No Xv and the test works but when playing an avi the system still crashes. If I test the multimedia with autodetect the system crashes.

View 9 Replies View Related

Ubuntu :: System Slows Down - Cannot Use It Watching Any Online Videos

Feb 20, 2011

My system slows much down so that i cannot use it at all when am watching any online videos or movies am using firefox 3.6.13 .

My spec is:
intel celeron 2.53 Ghz
512 Mb ram
ubuntu 10.04 on 40 GB seagate ide harddisk
Windows Xp on 80 GB western digital ide harddisk in dual boot.

And also my browser cannot open login page of yahoo site and some time it waits saying waiting for s7.addthis.com, or waiting for ad.yieldmanager.com like some thing when i am trying to open some sites

View 4 Replies View Related

Ubuntu :: System Crash. After That No Reboot Possible?

Mar 12, 2010

After a system crash while watching a video with vlc and downloading somthing, i can't reboot my system.In the secure mode i get this informations[4.774621] device-mapper: dm-rai45: installized v0.2594b[ 1166.832045] ACPI: EC: non-query interrupt recived, switching to interrupt modeNow the scree is black (20 minnutes later

View 1 Replies View Related

Ubuntu :: System Crash Every 15-20 Minutes

Mar 24, 2011

if my PC lags a bit it crashes!But I wouldn't think it would be an ordinary crash.Earlier today I installed Xubuntu 10.04onto my PC. Well, The installation was smooth and I was able to get it installed. Then all of a sudden when I was looking aroundmy PC got caught in a little lag.. And when it lagged this black screen came up and it said

"Starting Common Unix System; cupsd [ OK ] "
"Checking Battery State [ OK ] "

Then That screen disappears and these Straight gray bars come up and they cover the top of my screenAnd they just blink! I figured it might be a glitch so I went to go eat dinner.About 20-30 minutes later I come back and there still blinking.I tryed rebooting the system and trying again and it got cought in a little lag and the

"Starting Common Unix System; cupsd [ OK ] "
"Checking Battery State [ OK ] "

Came back up and it disappeared again and the bars came back!I tried reinstalling Xubuntu 10.04 but it came out the same result.I tried updating the system cause when I installed it it said I had 164 updates waiting.

_PC INFO_
Dell Dimension 2300 with Xubuntu 10.04 as the operating system
256mbs of RAM

[code]....

View 2 Replies View Related

Ubuntu :: System Crash While Booting Up For Second Time?

Feb 3, 2010

System specs:
Compaq presario 430-EB
4 GIG RAM
320 GIG storage
AMD athlon dual core x64 2.1 mghz processor
Nvidia 8200 M

I recently decided to partition my laptop wholly to ubuntu, so i installed ubuntu without any problem, then i logged on for the first time and i installed the driver to my monitor (nvidia) and i did sudo apt-get update which made me get all sorts of updates, untill the updating stopped at about halfway asking me to reboot the system.

I rebooted the system, but no matter what i do, if i run it in recovery mode or not, i always get stuck on this piece of code on a black screen:

Code:
fsck from util-linux-ng 2.16
/dev/sda1: clean, 148123/18841600 files, 1880615/75358899 blocks
init: udevtrigger main process (540) terminated with status 1
init: udevtrigger post-stop process (541) terminated with status 1
init: udevmonitor main process (539) killed by TERM signal
init: networking main process (544) terminated with status 1

Also, please no answers like "hav u tried liek reinstalling ubuntu lolz?" because i wouldn't bother posting this thread if i considered doing that -_-'

View 3 Replies View Related

Ubuntu :: 2.6.35-23 Random System Freeze / Crash - Fix It?

Nov 29, 2010

I seem to be having a problem on the new Kernel (2.6.35-23) with the system randomly freezing.

I have installed a number of things in recent days leading up to this problem, but when i boot with the old kernel i don't seem to have any issues. From this i am guessing its the new kernel.

The freezing seems (although i am not sure) to be worse when Rhythmbox is running. When it happens everything freezes, the playing song skips, replaying the same one second of music over and over. All the hotkeys stop and the mouse cursor stops responding.

I have seen people talking about system logs to look at system crashes but i don't know how to show those. I also doubt my ability to interpret them.

View 9 Replies View Related

Ubuntu Servers :: How To Diagnose System Crash

Apr 17, 2011

I am running Ubuntu 10.10 (amd64) on an Intel Atom 525 motherboard. I have a 5-bay SATA enclosure connected to my system through a Syba SD-SATA2-2E2I PCI card (uses the SIL3124 chipset). Under small to moderate load (transfer speed: ~25 Mb/sec), this setup works perfectly. Under heavy load (transfer speed: ~40 - 70 Mb/sec), the system crashes. By crash I mean I loose SSH connectivity, I can't ping the system, etc. The only solution is a hard reset. Initially, I thought this was a SAMBA problem so I logged into the system and tried doing a copy directly from the SATA enclosure to the system disk (connected directly to the motherboard). After 100 GB copied (at ~75 Mb/sec), the system crashed. My question: I am fairly new to Linux and Ubuntu. How would I go about diagnosing this problem?

View 5 Replies View Related

Ubuntu Installation :: System Won't Mount After Crash?

May 2, 2011

After my computer crashed due to an electrical failure in the house, every time I try to boot up (I'm using Ubuntu 10.04) I get the following error:

mount: mounting /proc on /root/proc/ failed: No such file or directory Target filesystem doesn't have requested /sbin/init. No init found. Try passing init= bootarg.

I'm then put into initramfs

I assume that this is because the system wasn't unmounted properly but I haven't been able to find the best way to solve this problem.

View 2 Replies View Related

Ubuntu :: After Kwin Crash - System Uses Gtk Notifications

May 26, 2011

Occasionally, kwin will crash and recover itself, but afterwards, my system starts using GTK notifications (yellow popup bubbles with the pie graph countdown timer). I've tried restarting knotify4 to no avail.

kde 4.6.2 on kubuntu 11.04

View 2 Replies View Related

Ubuntu Multimedia :: Flash Causes System Crash?

Jul 30, 2011

i have a problem with adobe flash player. when i watch videos or blip.tv or other video streaming sites, my computer crashes randomly during the video. it stops responding, i can't use keyboard and mouse. the only way to recover is a hard reset.it happens in ff, opera, chromium and chrome. i had this problem on flash player 10 and on 11-beta i have it too.i running ubuntu 11.04 natty 64-bit. kernel: 2.6.38-11-generic. gnome 2.32.1. with unity.

short config of my pc:
cpu: amd athlon x2 64bit dualcore
mobo: asus m2n68 (+newset bios there is)

[code]....

View 9 Replies View Related

General :: System Crash / What To Do?

May 8, 2010

I came home from my walk and my monitor was black, no activity when hitting keyboard or mouse. Shut down machine and then waited for reboot, it sticks to the same moment as picture posted. I tried dif boot seq in the selection but no luck. I cant find my boot disc.

View 7 Replies View Related

Ubuntu :: Convert Videos Into Mp4 Videos Of Resolution 320*240 And Frame Rate 25ps?

Jul 10, 2011

i want to be able to convert videos into mp4 videos of resolution 320*240 and frame rate 25ps so that i will be able to play them in my phone..any video converter that can do this job for me?

View 6 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved