diff --git a/internal/source/source.go b/internal/source/source.go index 5d22c1c..4841877 100644 --- a/internal/source/source.go +++ b/internal/source/source.go @@ -101,10 +101,6 @@ func (s *Source) Close() error { return s.inst.Close() } -func (s *Source) Next(timeout time.Duration) (Frame, error) { - return s.NextCtx(context.Background(), timeout) -} - func (s *Source) NextCtx(ctx context.Context, timeout time.Duration) (Frame, error) { for { select { diff --git a/mxl-player b/mxl-player new file mode 100755 index 0000000..90c2687 Binary files /dev/null and b/mxl-player differ