filter plugin if input source lost connection then stream stop #6368
Replies: 5 comments
-
@nocpbxchap To achieve this, we would need to make a small development, we will convert this into an issue. How critical is this for you? |
Beta Was this translation helpful? Give feedback.
-
hi, we are triyng to make new development using filter , but we find these issue maybe if you add 1.- When creating Filter Enter Backup StreamID rule, IF ANy of Sources are Lost then Play stream XXXXXX. And yes is important i think we can do lot of things with filter. |
Beta Was this translation helpful? Give feedback.
-
@nocpbxchap We have created an issue for this and our team will look into it. You can follow it here- #6372 |
Beta Was this translation helpful? Give feedback.
-
Thanks, we hope it can be done quick, filter plugin has a lot of advantages
and we can add more functionality to streams.
El vie., 31 de may. de 2024 12:47 a. m., Amarnath Thodupunoori <
***@***.***> escribió:
… @nocpbxchap <https://github.com/nocpbxchap> We have created an issue for
this and our team will look into it. You can follow it here- #6372
<#6372>
—
Reply to this email directly, view it on GitHub
<#6368 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ATZCTMF7QQG5TPHF56RSCY3ZFAMH5AVCNFSM6AAAAABIMG2UF2VHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4TMMJUGQYDC>
.
You are receiving this because you were mentioned.Message ID:
***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
-
Hi @nocpbxchap, |
Beta Was this translation helpful? Give feedback.
-
hello, i was testing filter plugin the issue i found is if one of input sources lost connection then stream stop, there is a way to try to reconnect not stream stop.
example
curl -i -X POST -H "Accept: application/json" -H "Content-Type: application/json" "http://localhost:5080/WebRTCAppEE/rest/v2/filters/create" -d '{
"filterId": "filter",
"inputStreams": ["DiMNsHiFZxbXXzra", "qutIjZJBjxHmxcDB", "wfrTCiwIcKBmJAPW"],
"outputStreams": ["1709760915"],
"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];[in2]scale=174:114:force_original_aspect_ratio=decrease,pad=720:120:273:3:color=black[s2];[s0][s1]hstack=inputs=2[p];[p][s2]vstack=inputs=2[out0]",
"audioFilter": "[in0][in1][in2]amix=inputs=3[out0]",
"videoEnabled": true,
"audioEnabled": true,
"type": "asynchronous"
}'
if "inputStreams": ["DiMNsHiFZxbXXzra disconnect then stream stop.
Beta Was this translation helpful? Give feedback.
All reactions