Open
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
- Publish the live stream (WebRTC or RTMP)
- 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 }
- 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.
Metadata
Assignees
Type
Projects
Status
📋 Backlog
Activity