Changes between Version 2 and Version 3 of Ticket #12565, comment 19


Ignore:
Timestamp:
Jul 5, 2018, 5:42:23 PM (6 years ago)
Author:
cocobean

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12565, comment 19

    v2 v3  
    22
    33I was using mplayer/mpv but now MediaPlayer seems to handle the files much better than before. Minor issues with 'out of memory' and audio issues on backend with certain files - but still plays.
     4
     5Tested on hrev52070 x86 - A mangled video appears and plays - there is a decoder error and video is scrambled.
     6
     7{{{
     8Haiku hrev52070 x86 w/MediaPlayer and HVEC 10-bit video (has issues)
     9
     10MediaTrackVideoSupplier::_SwitchFormat() - fVideoTrack->DecodedFormat(): General system error - retrying with B_RGB32
     11[hevc @ 0x19203800] Could not find ref with POC 2
     12[hevc @ 0x19203800] Could not find ref with POC 0
     13[hevc @ 0x19203800] Could not find ref with POC 4
     14should skip -1 lines at bottom!
     15
     16Haiku hrev52064 x86_64 w/MediaPlayer and HVEC 10-bit video (works)
     17MediaTrackVideoSupplier::_SwitchFormat() -  codec changed colorspace of decoded format (B_YCbCr422 -> B_RGB32)!
     18should skip -1 lines at bottom!
     19
     20
     21=== Below, this part happens on both Haiku x86 and x86_64 w/MediaPlayer and HVEC 10-bit video
     22
     23VideoConsumer::CreateBuffers - ERROR CREATING VIDEO RING BUFFER (Index 0 Width 1920 Height 1080 Colorspace 8: Out of memory
     24VideoConsumer::Connected - COULDN'T CREATE BUFFERS
     25BMediaRoster::Connect: aborting after BBufferConsumer::Connected, status = 0x80000000
     26VideoProducer::Connect() - consumer error: Out of memory
     27BMediaRoster::Connect: aborted
     28Can't connect the video source to the video window... trying without overlays, error: Out of memory
     29running without audio node