Hi,
We are building a live streaming infrastructure with multiple WSE origins pushing to Azure Media Services Live Channels.
I’m trying to push an RTMP stream to my Azure Media Services Live channel using Stream Target on WSE 4.5.0
Azure gives me the following syntax for RTMP ingest :
rtmp://myChannelName.channel.mediaservices.windows.net:1935/live/GUID
I’ve tried several combinations of host / application / instance / stream name but as soon I start the Stream Target I get the following error:
PushPublishRTMP.sessionClosed[rtmp://myChannelName.channel.mediaservices.windows.net:1935/live/GUID/livestream]: RTMP session closed unexpectedly. Retrying in 3000 msec
For information with FMLE, FFMPEG, Wirecast, it works with any stream name and the following syntax:
Server : rtmp://myChannelName.channel.mediaservices.windows.net:1935/live/GUID/
Stream Name : Anything
Thank you