Skip to content

Is there a way to spawn multiple VLC players? #14

Description

@moeiscool

I am making a client for my CCTV app and am trying to display multiple streams at the same time. Whenever I do though, only the second (or last) one actually loads. The first one just continues to show the placeholder (in this case a loading spinner).

any help would be greatly appreciated, thank you!

faa36933-3f5a-4c35-861f-f509ae0d3dfa

this is the function i use to create my widget

vlcWidget() {
  final _videoViewController = VlcPlayerController();
  return VlcPlayer(
    url: loginEndpoint + _activeStreamUrl,
    controller: _videoViewController,
    placeholder: Center(child: CircularProgressIndicator()),
  );
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions