[haiku-bugs] Re: [Haiku] #12696: MediaPlayer doesn't support VP9 and Opus codecs (was: MediaPlayer don't support VP9 and Opus codecs)

  • From: "korli" <trac@xxxxxxxxxxxx>
  • Date: Thu, 24 Mar 2016 09:39:11 -0000

#12696: MediaPlayer doesn't support VP9 and Opus codecs
------------------------------------+----------------------------
   Reporter:  X512                  |      Owner:  nobody
       Type:  enhancement           |     Status:  new
   Priority:  normal                |  Milestone:  Unscheduled
  Component:  Audio & Video/Codecs  |    Version:  R1/Development
 Resolution:                        |   Keywords:  webm VP9 Opus
 Blocked By:                        |   Blocking:
Has a Patch:  0                     |   Platform:  All
------------------------------------+----------------------------
Changes (by korli):

 * type:  bug => enhancement


Old description:

This is hrev50152.

MediaPlayer show "General system error" when trying to open webm video
with VP9 video and Opus audio codecs. WebPositive play this file, but
with lags.

MediaPlayer write following in Terminal:
{{{
[matroska,webm @ 0x18399cb8] Unknown entry 0x56AA
[matroska,webm @ 0x18399cb8] Unknown entry 0x56BB
[matroska,webm @ 0x18399cb8] Unknown/unsupported CodecID V_VP9.
[matroska,webm @ 0x18399cb8] Unknown/unsupported CodecID A_OPUS.
[matroska,webm @ 0x18399cb8] max_analyze_duration 5000000 reached at
5005000
[matroska,webm @ 0x18399cb8] decoding for stream 0 failed
[matroska,webm @ 0x18399cb8] Could not find codec parameters (Video:
none, 1920x1080)
[matroska,webm @ 0x18399cb8] decoding for stream 1 failed
[matroska,webm @ 0x18399cb8] Could not find codec parameters (Audio:
none, 48000 Hz, 2 channels)
Controller::SetTo: InitCheck failed
}}}

As I understand Haiku use ffmpeg so enabling this codecs should be not
difficult.

New description:

 This is hrev50152.

 MediaPlayer shows "General system error" when trying to open webm video
 with VP9 video and Opus audio codecs. WebPositive plays this file, but
 with lags.

 MediaPlayer writes following in Terminal:
 {{{
 [matroska,webm @ 0x18399cb8] Unknown entry 0x56AA
 [matroska,webm @ 0x18399cb8] Unknown entry 0x56BB
 [matroska,webm @ 0x18399cb8] Unknown/unsupported CodecID V_VP9.
 [matroska,webm @ 0x18399cb8] Unknown/unsupported CodecID A_OPUS.
 [matroska,webm @ 0x18399cb8] max_analyze_duration 5000000 reached at
 5005000
 [matroska,webm @ 0x18399cb8] decoding for stream 0 failed
 [matroska,webm @ 0x18399cb8] Could not find codec parameters (Video: none,
 1920x1080)
 [matroska,webm @ 0x18399cb8] decoding for stream 1 failed
 [matroska,webm @ 0x18399cb8] Could not find codec parameters (Audio: none,
 48000 Hz, 2 channels)
 Controller::SetTo: InitCheck failed
 }}}

 As I understand Haiku uses ffmpeg so enabling these codecs should be not
 difficult.

--

--
Ticket URL: <https://dev.haiku-os.org/ticket/12696#comment:1>
Haiku <https://dev.haiku-os.org>
Haiku - the operating system.

Other related posts:

  • » [haiku-bugs] Re: [Haiku] #12696: MediaPlayer doesn't support VP9 and Opus codecs (was: MediaPlayer don't support VP9 and Opus codecs) - korli