PDA

View Full Version : Fedora install won't play video


gck303
2009-04-04, 07:38
I am trying to install onto a new Fedora (F9) installation.

I can get so far, but videos won't play. It will play audio fine. I can also play the video files using an installed VLC application.

Can anyone please point me in the right direction? I am tearing my hair out!

It seems to be something to do with avutil-51-i486-linux.so

Thanks, George

03:24:07 T:2952784784 M:114876416 DEBUG: thread start, auto delete: 1
03:24:07 T:10123136 M:114876416 NOTICE: DVDPlayer: Opening: /home/gck/Vidiotic.avi
03:24:07 T:10123136 M:114876416 WARNING: CDVDMessageQueue::Put MSGQ_NOT_INITIALIZED
03:24:07 T:2942294928 M:114786304 DEBUG: Running thread 2942294928
03:24:07 T:2942294928 M:114786304 DEBUG: thread start, auto delete: 0
03:24:07 T:2942294928 M:114786304 NOTICE: Creating InputStream
03:24:07 T:2942294928 M:114786304 INFO: CDVDFactorySubtitle::GetSubtitles, searching subtitles
03:24:07 T:2942294928 M:114786304 DEBUG: CacheSubtitles: START
03:24:07 T:2942294928 M:114786304 DEBUG: CacheSubtitles: Checking for common subirs...
03:24:07 T:2942294928 M:114786304 DEBUG: CacheSubtitles: Done (time: 1 ms)
03:24:07 T:2942294928 M:114786304 DEBUG: CacheSubtitles: Searching for subtitles...
03:24:07 T:2942294928 M:114786304 DEBUG: CacheSubtitles: Done (time: 3 ms)
03:24:07 T:2942294928 M:114786304 DEBUG: CacheSubtitles: END (total time: 4 ms)
03:24:07 T:2942294928 M:114675712 INFO: CDVDFactorySubtitle::GetSubtitles, searching subtitles done
03:24:07 T:2942294928 M:114675712 NOTICE: Creating Demuxer
03:24:07 T:2942294928 M:114675712 DEBUG: SECTION:LoadDLL(Q:\system\players\dvdplayer\avutil-51-i486-linux.so)
03:24:07 T:2942294928 M:114675712 DEBUG: Loading: /usr/share/xbmc/system/players/dvdplayer/avutil-51-i486-linux.so
03:24:07 T:2942294928 M:114765824 ERROR: Unable to load /usr/share/xbmc/system/players/dvdplayer/avutil-51-i486-linux.so, reason: /usr/share/xbmc/system/players/dvdplayer/avutil-51-i486-linux.so: undefined symbol: __wrap___fprintf_chk
03:24:07 T:2942294928 M:114765824 ERROR: CDVDDemuxFFmpeg::Open - failed to load ffmpeg libraries
03:24:07 T:2942294928 M:114765824 ERROR: OpenDemuxStream - Error creating demuxer
03:24:07 T:2942294928 M:114765824 INFO: Loading skin file: DialogProgress.xml
03:24:07 T:2942294928 M:114765824 DEBUG: Load DialogProgress.xml: 5.17ms
03:24:07 T:2942294928 M:114765824 NOTICE: CDVDPlayer::OnExit()
03:24:07 T:2942294928 M:114765824 NOTICE: CDVDPlayer::OnExit() deleting input stream
03:24:07 T:2942294928 M:114765824 DEBUG: Playback was stopped
03:24:07 T:2942294928 M:114765824 DEBUG: staticThread, deleting thread graphic context
03:24:07 T:2942294928 M:114765824 DEBUG: Thread 2942294928 terminating

davilla
2009-04-04, 08:00
looks like your build was not complete as the symbol __wrap___fprintf_chk is missing. XBMC wraps most of it's libs. Perhaps describing your build process would help.

gck303
2009-04-04, 08:08
Thank you for the reply. I downloaded a pre-built package.

I will try compiling from source instead using the Atlantis 8.10 release.

George