You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
Current
Mp3FileReaderBase
create table of contents until end of stream is reached. For infinite live streams this will not work.Skipping
CreateTableOfContents();
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).
The text was updated successfully, but these errors were encountered: