Opened 9 years ago

Closed 9 years ago

#11570 closed bug (fixed)

MediaPlayer doesn't play any mediafile

Reported by: blutigerWilliam Owned by: nobody
Priority: normal Milestone: R1/beta1
Component: Audio & Video Version: R1/Development
Keywords: Cc:
Blocked By: Blocking:
Platform: All

Description

Mediaplayer doesn't play any mediafile. Tested it with *.avi, *.mp4, *.flv, *.mp3, *.ogg. Everytime i get a "General system error". This is hrev48448 x86_gcc2.

Attachments (1)

syslog.txt (226.8 KB ) - added by blutigerWilliam 9 years ago.

Download all attachments as: .zip

Change History (9)

comment:1 by anevilyak, 9 years ago

Could you attach a syslog from the time frame when you were seeing those errors?

comment:2 by pulkomandy, 9 years ago

Which version of ffmpeg is installed? Can you run MediaPlayer from terminal and see if it prints any information there?

by blutigerWilliam, 9 years ago

Attachment: syslog.txt added

comment:3 by blutigerWilliam, 9 years ago

Terminal shows the following output:

open playlist item: Feuershow Goldener Anker(1).mp4
Controller::SetTo: InitCheck failed
open playlist item: Sunny Domestozs - Monsters Of The Night.mp3
Controller::SetTo: InitCheck failed

comment:4 by blutigerWilliam, 9 years ago

ffmpeg-0.11.5-2-x86_gcc2.hpkg, ffmpeg_x86-0.10.14-1-x86_gcc2.hpkg and ffmpeg_x86_devel-0.10.14-1-x86_gcc2.hpkg seem to be installed in /boot/system/packages.

comment:5 by pulkomandy, 9 years ago

ffmpeg-0.11.5-2-x86_gcc2.hpkg

This is your problem, this version is broken. Delete this file from /boot/system/packages then install the working version (0.10.14):

rm /boot/system/packages/ffmpeg-0.11.5-2-x86_gcc2.hpkg
pkgman install ffmpeg

comment:6 by blutigerWilliam, 9 years ago

Thank you! Works now. Ticket can be closed. Sorry for wasting your time. Seems weird though, because i have this problem on every of my 3 haiku machines. And i didn't install the broken ffmpeg-package by hand. Shouldn't packageman take care of such situations, when updating the system via packageman? (updating this installation since august/september via packageman)

comment:7 by pulkomandy, 9 years ago

pkgman update will never downgrade packages. The 0.11.5 version was in the repo for a short time before this was noticed and it was reverted to 0.10.14, so if you updated at this moment, it was never downgraded since then. You can use pkgman full-sync to also downgrade packages and always exactly match what's in the repos.

comment:8 by pulkomandy, 9 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.