Skip to content

Incorrect logic in lldplay_destroy() #98

@jackjansen

Description

@jackjansen

Found by accident, because I get the following error during closing of multi-tile or multi-quality connections:

lldash_play: asynchronous error: [lldplay::cwipc_lldplay] [lldplay_disable_stream] exception caught:failure disableStream(): wrong adaptation set index

Turns out lldplay_destroy() calls lldplay_disable_stream() for every stream, but that call expects a tileNumber, not a stream number.

Probably not fatal, but should be fixed anyway.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions