I don't know if I'm doing something wrong or not, but in the version 4.6.1 the server don't receive the stream key the way it used to in the version 4.5.1. I have a client in VueJS using vue native WebSocket, and I'm sending the JSON object this way:
this.$socket.sendObj({
'request-type': 'StartStreaming',
'message-id': '1',
'stream': {
'settings': {
'key': 'someKey'
}
}
})
With version 4.5.1 I can stream to that key, with 4.6.1 it takes the default configuration from OBS. I hope it could be fixed.
Regards,
Juan Pablo Rothkegel