Changes between Version 2 and Version 3 of Ticket #11497, comment 14


Ignore:
Timestamp:
Dec 30, 2014, 5:57:51 PM (9 years ago)
Author:
ttcoder

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11497, comment 14

    v2 v3  
    88
    99
    10 EDIT: the file is indeed corrupt, won't play in windows7 in VLC 2.x or mediaplayer; I was experimenting with a custom-made resampler that downsamples and that converts from B_AUDIO_INT to B_AUDIO_FLOAT and it evidently took me a few iterations to get it right ;-)  So it seems to the media_addon_server is vulnerable to float sample values getting out of their legal [-1.0 .. 1.0] range..?
     10EDIT: the file is indeed corrupt, won't play in windows7 in VLC 2.x or mediaplayer; Turns out the problem is that it's using a forbidden container/encoder combination (MPEG container / AAC encoder, whereas no such combination is supported by the Media Kit), due to a snafu in my code. So it seems the media_addon_server is somehow vulnerable to receiving data from such a file.. And MediaPlayer complains very loudly to stdout/stderr when playing it before it crashes, if that's any hintt..