You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rtmp{
server{
application A{
live on;
#..othercommands
}
application B{
live on;
#..othercommands
}
application C{
live on;
#..othercommands
}
}
}
Have added application blocks using _addVerbatimBlock function. Currently, there is no update function. So, for updating, I remove the block and add it again. But the following remove functions does not work :
Hi,
Config example :
Have added application blocks using _addVerbatimBlock function. Currently, there is no update function. So, for updating, I remove the block and add it again. But the following remove functions does not work :
Which is the correct way to remove or update the block ?
The text was updated successfully, but these errors were encountered: