Skip to content

Filter Stream is getting offline after few seconds #7039

Open
@yashtandon113

Description

Short description

After applying any filter to the stream, the output filter stream is getting offline after a couple of seconds and not able to play

Environment

  • Ant Media Server version: v2.13

Steps to reproduce

  1. Publish the live stream (WebRTC or RTMP)
  2. Apply any filter to the stream, like overlay filter or blur filter.

{ "filterId": "blur-filter", "inputStreams": ["test"], "outputStreams": ["test1"], "videoFilter": "[in0]gblur=25[out0]", "audioFilter": "[in0]acopy[out0]", "type": "asynchronous", "videoEnabled": true, "audioEnabled": false }

  1. Monitor the output stream

Expected behavior

The filter output stream should work fine.

Actual behavior

The output stream is getting offline after a couple of seconds and not removing as well from the server.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    • Status

      📋 Backlog

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions