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
I am publishing multiple streams on RTMP server(on each call I made custom job like updating stream status in db). -> This part is easy since in RTMP create stream message you have publishingName(StreamKey).
I am asking where is the right place to do custom work on stream stop (to do custom api call for updating stream status in db)
I made this part in RtmpController in DeleteStreamAsync method (first mapped streamID with streamName) but when running multiple stream - that custom API call is not made.
Does this part need to be handle on different part or am I doing something wrong?
The text was updated successfully, but these errors were encountered:
I understand that it has been 2 years since this post, but I'm stuck...
How did you manage to execute anything on 'deleteStream' event? I can't trigger anything when stream is stopping using OBS.
I am publishing multiple streams on RTMP server(on each call I made custom job like updating stream status in db). -> This part is easy since in RTMP create stream message you have publishingName(StreamKey).
I am asking where is the right place to do custom work on stream stop (to do custom api call for updating stream status in db)
I made this part in RtmpController in DeleteStreamAsync method (first mapped streamID with streamName) but when running multiple stream - that custom API call is not made.
Does this part need to be handle on different part or am I doing something wrong?
The text was updated successfully, but these errors were encountered: