video load

Asked by misu

why ubuntu 14.04 is unable to load video format ?

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
misu
Solved:
Last query:
Last reply:
Revision history for this message
michael (yellupcm-gmail) said :
#1

Which video format? Have you installed restricted extras from Software Center?

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#2

What video are you trying to play?

Details....

Revision history for this message
misu (lae) said :
#3

yes but not working.

can i try ?

<project>
 ...
 <build>
   ...
   <resources>
     <resource>
       <directory>src/main/videos</directory>
       <filtering>false</filtering>
     </resource>
   </resources>
   ...
 </build>
 ...
</project>

https://github.com/wisdom-framework/wisdom/issues/362

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#4

Do you mean online Flash based videos, like YouTube?

Revision history for this message
misu (lae) said :
#5

yes

Revision history for this message
misu (lae) said :
#6

will be back!

thanks for support

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#7

Then why wasn't that in the first question?
Why the need to post some gibberish code when all you should have written is "I am having issues with Flash video"??

In future, instead of trying to wow people with technical stuff, if you state your issue using ordinary language you will get quicker solutions as people won't have to clarify the issue because you have tried to use terms and even things that don't have any relation to your issue.

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#8

What is the output of:

lsb_release -a; uname -a; dpkg -l | egrep 'flash|gnash|swf|spark'

Thanks

Revision history for this message
misu (lae) said :
#9

dani@dani-Not-Specified:~$ lsb_release -a; uname -a; dpkg -l | egrep 'flash|gnash|swf|spark'
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 14.04.2 LTS
Release: 14.04
Codename: trusty
Linux dani-Not-Specified 3.13.0-52-generic #86-Ubuntu SMP Mon May 4 04:32:59 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux
ii adobe-flash-properties-gtk 1:20150414.1-0trusty1 amd64 GTK+ control panel for Adobe Flash Player plugin
ii adobe-flashplugin 1:20150414.1-0trusty1 amd64 Adobe Flash Player plugin
dani@dani-Not-Specified:~$

  sorry and thanks again!

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#10

Try closing all browsers then run:

sudo apt-get --purge remove adobe-flash-properties-gtk adobe-flashplugin
sudo apt-get clean
sudo apt-get --purge autoremove
sudo apt-get update
sudo apt-get install adobe-flashplugin

Then start your browser.

Revision history for this message
misu (lae) said :
#11

 still not able to load You Tube, or video on Facebook

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#12

What happens when you try?

Revision history for this message
misu (lae) said :
#13

An error occured, please try again later for You Tube and on facebook after a while is loaded but stopped, again play and stopped and so on

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#14

Have you tried Chrome?

(NB chromium is not Chrome)

Revision history for this message
misu (lae) said :
#15

yes but iI had the same problems

Revision history for this message
misu (lae) said :
#16

I tryed Chromium, Chrome, Opera, but nothing

Revision history for this message
misu (lae) said :
#17

I love Mozilla

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#18

What is the output of:

cat /proc/cpuinfo

Thanks

Revision history for this message
misu (lae) said :
#19

dani@dani-Not-Specified:~$ cat /proc/cpuinfo
processor : 0
vendor_id : GenuineIntel
cpu family : 6
model : 23
model name : Pentium(R) Dual-Core CPU T4200 @ 2.00GHz
stepping : 10
microcode : 0xa07
cpu MHz : 1200.000
cache size : 1024 KB
physical id : 0
siblings : 2
core id : 0
cpu cores : 2
apicid : 0
initial apicid : 0
fpu : yes
fpu_exception : yes
cpuid level : 13
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl aperfmperf pni dtes64 monitor ds_cpl est tm2 ssse3 cx16 xtpr pdcm xsave lahf_lm dtherm
bogomips : 3990.18
clflush size : 64
cache_alignment : 64
address sizes : 36 bits physical, 48 bits virtual
power management:

processor : 1
vendor_id : GenuineIntel
cpu family : 6
model : 23
model name : Pentium(R) Dual-Core CPU T4200 @ 2.00GHz
stepping : 10
microcode : 0xa07
cpu MHz : 1200.000
cache size : 1024 KB
physical id : 0
siblings : 2
core id : 1
cpu cores : 2
apicid : 1
initial apicid : 1
fpu : yes
fpu_exception : yes
cpuid level : 13
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl aperfmperf pni dtes64 monitor ds_cpl est tm2 ssse3 cx16 xtpr pdcm xsave lahf_lm dtherm
bogomips : 3990.18
clflush size : 64
cache_alignment : 64
address sizes : 36 bits physical, 48 bits virtual
power management:

dani@dani-Not-Specified:~$

Revision history for this message
misu (lae) said :
#22

enable health report solved the problem