Tom Yates Posted October 15, 2021 Share Posted October 15, 2021 Hi, I'm following the guide here: https://github.com/ant-media/Plugins/tree/master/FilterPlugin#how-to-change-mcu-layout And created a stream with the filter plugin end-point: `curl -i -X POST -H "Accept: Application/json" -H "Content-Type: application/json" "http://X.X.X.X:5080/WebRTCAppEE/rest/v2/filters/create" -d '{"inputStreams":["room1","room2"],"outputStreams":["testMerged"],"videoFilter":"[in0]scale=354:234:force_original_aspect_ratio=decrease,pad=360:240:3:3:color=black[s0];[in1]scale=354:234:force_original_aspect_ratio=decrease,pad=360:240:3:3:color=black[s1];[s0][s1]hstack=inputs=2,pad=120:480:(ow-iw)/2:(oh-ih)/2[out0]","audioFilter":"[in0]acopy[out0]","videoEnabled":"true","audioEnabled":"true"}'` However, if I delete this broadcast using the API or the console. It's still running in the background: `broadcast is deleted but could not stopped` If I try and use the stop broadcast API end-point I get a "false" returned from the API: `{"success":false,"message":null,"dataId":null,"errorId":0}` How do I stop and delete a stream?Thanks. Link to comment Share on other sites More sharing options...
0 Burak Posted October 16, 2021 Share Posted October 16, 2021 Hi, Thank you for your feedback. Could you please create an issue for this from: https://github.com/ant-media/Ant-Media-Server/issues/new/choose Please also provide reproduce scenario that includes the Rest Methods you called. Link to comment Share on other sites More sharing options...
Question
Tom Yates
Hi,
Thanks.
Link to comment
Share on other sites
Top Posters For This Question
1
1
Popular Days
Oct 15
1
Oct 16
1
Top Posters For This Question
Burak 1 post
Tom Yates 1 post
Popular Days
Oct 15 2021
1 post
Oct 16 2021
1 post
1 answer to this question
Recommended Posts