About Stream key must not be empty

I use alibaba’s livestream service (https://www.alibabacloud.com/help/en/apsaravideo-live/latest/quick-start), I get a URL like

rtmp://domainName/appName/streamName?auth_key={auth_key}

This URL does not have a ‘‘Stream key’’. When I use ref.current.startStreaming('', url) in my project, I get the error ‘‘Stream key must not be empty’’. I was able to use this URL on OBS application or this library version 0.2.0 without ‘Stream key’. Is this right?
@api.video/react-native-livestream”: “^1.1.1”

Hi there, not sure if this is going to work but he can separate url in 2 parts :

  • url: rtmp://domainName/appName
  • streamKey: streamName?auth_key={auth_key}