Current Mp3FileReaderBase create table of contents until end of stream is reached. For infinite live streams this will not work.
Skipping CreateTableOfContents(); when mp3Stream.Lengh == 0 just works unless seeking is required.
I am also looking into adding live stream support to other readers (MediaFoundationReader already working with them).
Current
Mp3FileReaderBase
create table of contents until end of stream is reached. For infinite live streams this will not work. SkippingCreateTableOfContents();
whenmp3Stream.Lengh == 0
just works unless seeking is required.I am also looking into adding live stream support to other readers (MediaFoundationReader already working with them).