WMAPRO r22146 SVN Broken?

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
p1nky Offline
Junior Member
Posts: 29
Joined: Jun 2009
Reputation: 0
Post: #61
still no wmv pr0n watching with xbmc then Sad
find quote
koadic Offline
Junior Member
Posts: 14
Joined: Oct 2004
Reputation: 0
Post: #62
WMV's encoded using VC-1 AP@L3 with WMA 10 Pro 5.1 audio are playing back for me ok, so long as I dont try to skip ahead or resume to a spot where I stopped it last. I can pause and continue, but no stopping and resuming, or jumping to a certain point in the movie.

It has been like this the last couple svn builds. Not sure what I am on now, as I am not near my box, but the last time I updated was on the 21st, and it is working better than it was in 22528 (which if I recall, didnt work at all).
find quote
rodalpho Offline
Fan
Posts: 546
Joined: Nov 2006
Reputation: 16
Post: #63
That's a fairly accurate description of how WMV playback has been broken for the past year. The files will indeed play straight through, you just can't seek through them or resume. It's something to do with how XBMC uses ffmpeg, but obviously it's not a trivial fix or spiff would have found it.

I wouldn't hold my breath on getting it fixed.
find quote
erhnam Offline
Team-XBMC Live Developer
Posts: 655
Joined: May 2009
Reputation: 2
Location: The Netherlands
Post: #64
rodalpho Wrote:WMVs haven't worked "fine" for well over an entire year.

Same here... Too bad Sad
find quote
erhnam Offline
Team-XBMC Live Developer
Posts: 655
Joined: May 2009
Reputation: 2
Location: The Netherlands
Post: #65
Any news on this?
find quote
JackieBrown Offline
Member+
Posts: 228
Joined: Jan 2008
Reputation: 0
Location: San Antonio, TX
Post: #66
For what little it's worth, wmv work fine using the external ffmeg.
find quote
erhnam Offline
Team-XBMC Live Developer
Posts: 655
Joined: May 2009
Reputation: 2
Location: The Netherlands
Post: #67
JackieBrown Wrote:For what little it's worth, wmv work fine using the external ffmeg.

Could you explain this a little more? Did you compile XBMC using external ffmeg? Or did you install it side-by-side? Some instructions on how to this this would be very nice!
find quote
JackieBrown Offline
Member+
Posts: 228
Joined: Jan 2008
Reputation: 0
Location: San Antonio, TX
Post: #68
Here is my configure line.
./configure --disable-debug --enable-external-ffmpeg --enable-external-liba52 --enable-external-libdts --enable-external-libmpeg2 --enable-external-libass --enable-external-libogg --enable-external-libwavpack --disable-pulse

You could use --enable-external-libraries instead of specifying them but I had problems with my "external" python and wanted to use the one bundled with xbmc.

Please note that I also disabled pulse. This did not effect my playback but I don't use it and didn't like it showing up in my debug logs. Just remove that if you use pulse
find quote
rodalpho Offline
Fan
Posts: 546
Joined: Nov 2006
Reputation: 16
Post: #69
This is awesome, I'll give it a shot when I get home. I was under the impression external FFMPEG support had been broken for years.

Which libraries did you have installed when running this? Just the standard ubuntu karmic ones, or did you have to install other packages? You're saying that once it compiles with this configure line, WMV files work properly?
find quote
TREX6662k5 Offline
Member+
Posts: 214
Joined: Oct 2006
Reputation: 0
Location: London, United Kingdom
Post: #70
AFAIK you will lose VDPAU when using external ffmpeg. (In case ya need it)

Edit: Turns out ./configure tests for the presence of VDPAU and will disable it as necessary.

WYSIWYG
(This post was last modified: 2009-11-06 23:01 by TREX6662k5.)
find quote
Post Reply