Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Using Fedora
FedoraForum Search

Forgot Password? Join Us!

Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 8th October 2010, 07:34 PM
mhsw0409 Offline
Registered User
 
Join Date: Oct 2010
Age: 22
Posts: 3
linuxfedorafirefox
No video playback, only audio.

Hi guys, I've looked around the forum for someone with a similar problem, but I found nothing. I recently installed Fedora 13 in my laptop, installed the audio codecs(mp3..and etc) and worked just like a dream. But every time I try to play a mpeg, avi, mov file in a player (vlc, xine, mplayer) I get no video, just a black screen. But I get the audio from the video. Any ideas?


thanks.
Reply With Quote
  #2  
Old 8th October 2010, 09:25 PM
assen Offline
Registered User
 
Join Date: Oct 2008
Posts: 492
linuxfedorafirefox
Re: No video playback, only audio.

Hi,

Regarding mplayer, it ships with video output set by default to VDPAU. If you don't have an nVidia card + nv driver, you end up with black screen. For mplayer, check the video settings in the GUI. "xv" is a reasonable choice for non-VDPAU users.

WWell,
Reply With Quote
  #3  
Old 8th October 2010, 10:08 PM
bonedome's Avatar
bonedome Offline
Registered User
 
Join Date: Apr 2010
Location: uk
Posts: 726
windows_xp_2003firefox
Re: No video playback, only audio.

Hello
play the vid from the command line with mplayer
Code:
mplayer ~/videos/vid.avi
press q and post the result
__________________
fedora 14 fluxbox and gnome2 hp compaq nx9030 laptop 2Gb ram, helicopter landing pad, jacuzzi, mini fridge, gateway to alternative dimension
Reply With Quote
  #4  
Old 9th October 2010, 02:33 AM
mhsw0409 Offline
Registered User
 
Join Date: Oct 2010
Age: 22
Posts: 3
linuxfedorafirefox
Re: No video playback, only audio.

[wencelewski@mauro-notebook Green.Street.Hooligans[2005]DvDrip[Eng]-aXXo]$ mplayer Green.Street.Hooligans\[2005\]DvDrip\[Eng\]-aXXo.avi
MPlayer SVN-r31628-4.4.4 (C) 2000-2010 MPlayer Team
mplayer: could not connect to socket
mplayer: No such file or directory
Failed to open LIRC support. You will not be able to use your remote control.

Playing Green.Street.Hooligans[2005]DvDrip[Eng]-aXXo.avi.
AVI file format detected.
[aviheader] Video stream found, -vid 0
[aviheader] Audio stream found, -aid 1
VIDEO: [DX50] 488x338 12bpp 23.976 fps 795.8 kbps (97.1 kbyte/s)
Clip info:
Software: VirtualDubMod 1.5.10.1 (build 2366/release)
SUB: Added subtitle file (1): ./Green.Street.Hooligans[2005]DvDrip[Eng]-aXXo.srt
Failed to open VDPAU backend libvdpau_nvidia.so: cannot open shared object file: No such file or directory
[vdpau] Error when calling vdp_device_create_x11: 1
================================================== ========================
Opening video decoder: [ffmpeg] FFmpeg's libavcodec codec family
Selected video codec: [ffodivx] vfm: ffmpeg (FFmpeg MPEG-4)
================================================== ========================
================================================== ========================
Opening audio decoder: [mp3lib] MPEG layer-2, layer-3
AUDIO: 48000 Hz, 2 ch, s16le, 96.0 kbit/6.25% (ratio: 12000->192000)
Selected audio codec: [mp3] afm: mp3lib (mp3lib MPEG layer-2, layer-3)
================================================== ========================
AO: [pulse] 48000Hz 2ch s16le (2 bytes per sample)
Starting playback...
Movie-Aspect is 1.44:1 - prescaling to correct movie aspect.
VO: [xv] 488x338 => 488x338 Planar YV12
A: 3.1 V: 3.1 A-V: 0.004 ct: -0.044 75/ 75 31% 3% 3.0% 2 0

that's what appeared!
Reply With Quote
  #5  
Old 11th October 2010, 07:54 PM
bonedome's Avatar
bonedome Offline
Registered User
 
Join Date: Apr 2010
Location: uk
Posts: 726
linuxfirefox
Re: No video playback, only audio.

Hello
sorry about the delay, well everything looks ok in that file, a normal avi, divx vid and mp3 audio.
Do you have gstreamer plugins bad and ugly installed ? they're available from rpmfusion, they should be all you need
You could try a different video driver, if you type
Code:
mplayer -vo help
you should see a list of available drivers, the first I'd try is x11 like this
Code:
mplayer -vo x11 ~/video.avi
one last thing, you haven't mentioned using ffplay which can only be done from the command line, seems to work when all else fails
__________________
fedora 14 fluxbox and gnome2 hp compaq nx9030 laptop 2Gb ram, helicopter landing pad, jacuzzi, mini fridge, gateway to alternative dimension
Reply With Quote
  #6  
Old 12th October 2010, 06:46 AM
mhsw0409 Offline
Registered User
 
Join Date: Oct 2010
Age: 22
Posts: 3
linuxfedorafirefox
Re: No video playback, only audio.

Quote:
Code:

mplayer -vo x11 ~/video.avi
Okay, that worked. But how can I manage to use that codec on vlc? And yes, I have gstreamer ugly and bad installed.
Reply With Quote
  #7  
Old 12th October 2010, 07:22 PM
assen Offline
Registered User
 
Join Date: Oct 2008
Posts: 492
linuxfedorafirefox
Re: No video playback, only audio.

Hi,

"-vo x11" is not a codec. It defines which video output to use. On Linux you can use multiple "paths" to push the video to the screen: VDPAU (for nv driver and nVidia cards), xv (for most cards/driver which support the Xv extension of X Window system), SDL (for systems which have proper OpenGL support), x11 (a fail-safe if nothing better works).

On most modern video cards at least "xv" works properly. Try "mplayer -vo xv video.avi". If it works, chose "xv" as default output in teh Mplayer GUI (probably same for VLC). If not, come back here with the output of "lspci" to try and figure out what video card you have and which driver is used.

WWell,
Reply With Quote
  #8  
Old 5th November 2010, 06:33 PM
haythema Offline
Registered User
 
Join Date: Nov 2010
Posts: 3
linuxfedorafirefox
Re: No video playback, only audio.

hello
new to fedora and linux no more windows user
I have a problem no video or audio play back
I get these msgs

mplayer and any app needs those plugins

MPEG-2 Video decoder
MPEG-1 Audio decoder

then the msg

Could not find plugin in any configured software source




Location not found.

please help

---------- Post added at 11:33 AM GMT ---------- Previous post was at 11:30 AM GMT ----------

update
I installed some alsa for audio decoder and what ever I can find reasonable for video decoder
same result
thanx
Reply With Quote
  #9  
Old 5th November 2010, 07:26 PM
bonedome's Avatar
bonedome Offline
Registered User
 
Join Date: Apr 2010
Location: uk
Posts: 726
windows_xp_2003firefox
Re: No video playback, only audio.

Hello
the quick answer is click on the yellow fedora set-up guides at the top of this page and install autoten.
vlc has most of what you need built in as does mplayer both of which are excellent media players
Quote:
no more windows user
welcome to the real world
__________________
fedora 14 fluxbox and gnome2 hp compaq nx9030 laptop 2Gb ram, helicopter landing pad, jacuzzi, mini fridge, gateway to alternative dimension
Reply With Quote
  #10  
Old 6th November 2010, 03:31 PM
haythema Offline
Registered User
 
Join Date: Nov 2010
Posts: 3
linuxfedorafirefox
Re: No video playback, only audio.

thanx guys foe the prompt response
VLC solved all audio video isues
thanx again
THANX bonedome
Reply With Quote
Reply

Tags
audio, playback, video

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
"The audio playback device does not work" error (Intel HD Audio) convict Hardware & Laptops 2 19th April 2010 12:23 AM
Media (DVD, web content, video & audio) playback in Fedora Firewing1 Guides & Solutions (No Questions) 240 16th July 2009 05:25 PM
ext. usb audio + firefox + flash - patchy audio playback problem ELWisty Using Fedora 1 13th July 2009 03:25 PM
Need help with video/audio playback. unwill Using Fedora 1 19th January 2006 06:14 AM
Diamond Stealth 64 Video / S3 Trio64 / Video Playback nlippincott Hardware & Laptops 0 10th October 2005 05:50 PM


Current GMT-time: 01:57 (Friday, 24-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat