http://bugs.winehq.org/show_bug.cgi?id=21575
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED CC| |focht@gmx.net Component|-unknown |quartz Resolution|--- |FIXED Summary|Shareaza: Media Player |Shareaza 2.5.x Media Player |refuses to play any media |refuses to play any media
--- Comment #3 from Anastasius Focht focht@gmx.net --- Hello folks,
you have to install codecs depending on what media formats you want to play ('winetricks -q allcodecs').
I tested some simple and some more advanced video formats and they work fine (pause, seek work too).
http://www.engr.colostate.edu/me/facil/dynamics/avis.htm
--- snip --- $ ffprobe drop.avi ... Input #0, avi, from 'drop.avi': Duration: 00:00:06.07, start: 0.000000, bitrate: 891 kb/s Stream #0:0: Video: indeo4 (IV41 / 0x31345649), yuv410p, 256x240, 30 tbr, 30 tbn, 30 tbc --- snip ---
http://www.bigbuckbunny.org/index.php/download/
(example: http://download.blender.org/peach/bigbuckbunny_movies/big_buck_bunny_480p_su...)
--- snip --- $ ffprobe big_buck_bunny_480p_surround-fix.avi
Input #0, avi, from 'big_buck_bunny_480p_surround-fix.avi': Duration: 00:09:56.46, start: 0.000000, bitrate: 2957 kb/s Stream #0:0: Video: mpeg4 (Simple Profile) (FMP4 / 0x34504D46), yuv420p, 854x480 [SAR 1:1 DAR 427:240], 24 tbr, 24 tbn, 24 tbc Stream #0:1: Audio: ac3 ([0] [0][0] / 0x2000), 48000 Hz, 5.1(side), fltp, 448 kb/s --- snip ---
*** Be patient! ***
The high quality mpeg4/h264 videos take some time until the first frames are actually rendered (up to ~15 secs).
Using 'winetricks -q quartz' it takes ~8 secs until the first frame is rendered.
There is a lot of spam during playback in terminal (shut it off with -quartz).
--- snip --- fixme:quartz:Parser_QueryInterface No interface for {2dd74950-a890-11d1-abe8-00a0c905f375}! fixme:quartz:MediaSeeking_GetRate (0x1a49b0/0x1a49bc)->(0x33fa18): stub !!! fixme:quartz:Parser_OutputPin_QueryInterface No interface for {56a868a5-0ad4-11ce-b03a-0020af0ba770}! --- snip ---
$ sha1sum Shareaza_2.5.1.0_Win32.exe 88fa4f49d507c1dbd7a3b76d8a4ff166b2a5ec15 Shareaza_2.5.1.0_Win32.exe
$ du -sh Shareaza_2.5.1.0_Win32.exe 6.5M Shareaza_2.5.1.0_Win32.exe
$ wine --version wine-1.7.9-250-g201ae48
Regards