Opened 7 years ago

Last modified 5 years ago

#13459 assigned bug

BMediafile fails to find extractor/decoder for Ogg streams

Reported by: fishpond Owned by: nobody
Priority: normal Milestone: Unscheduled
Component: Kits/Media Kit Version: R1/Development
Keywords: BMediaFile, Ogg, AdapterIO Cc:
Blocked By: Blocking:
Platform: All

Description

When creating a BMediaFile with an Ogg stream Url as a basis, the stream is getting read infinitely and the call does not return as usual with an extractor decoder in place. When supplying a customized BPOsitionIO with the ability to simply not answer read-requests over a certain threshold (unless the format has been detected), BMediafile will correctly identify the stream format. From modules in memory I presume that all of this happens wihtin ffmpeg, so one of the sniffers just seems overly greedy on data. As an example, use http://stream-tx3.radioparadise.com/rp_192.ogg.

Change History (2)

comment:1 by Barrett, 7 years ago

Hi, I found the source of the bug, but I need to allocate a few time to solve it as usual.

Thanks for reporting!

comment:2 by korli, 5 years ago

Owner: changed from Barrett to nobody
Status: newassigned
Note: See TracTickets for help on using tickets.