Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stream does not support seeking #8

Open
joelamos opened this issue Aug 6, 2016 · 1 comment
Open

Stream does not support seeking #8

joelamos opened this issue Aug 6, 2016 · 1 comment
Labels

Comments

@joelamos
Copy link
Owner

joelamos commented Aug 6, 2016

Several users have reported this error:

Unhandled Exception: System.NotSupportedException: Stream does not support seeking.
   at System.IO.BufferedStream.get_Position()
   at CSCore.Tags.ID3.ID3v2.SkipTag(Stream stream)
   at CSCore.Codecs.MP3.DmoMp3Decoder.ParseForMp3Frames(Stream stream, Boolean enableSeeking)
   at CSCore.Codecs.MP3.DmoMp3Decoder..ctor(Stream stream, Boolean enableSeeking)
   at CSCore.Codecs.MP3.Mp3WebStream.BufferProc(Object o)
   at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
   at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
   at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
   at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
   at System.Threading.ThreadHelper.ThreadStart(Object obj)

There's no way for me to directly fix this, as the source of the error resides in a third-party library. The fix will come when CSCore 1.2 is released.

@joelamos joelamos added the bug label Sep 21, 2016
@joelamos
Copy link
Owner Author

joelamos commented Feb 12, 2017

CSCore 1.2 has been released, so this bug should now be fixable. Note that I have yet to incorporate this into SourceRadio, but I will do so soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant