push video to Azure media service via WebRTC as RTMP re-publishing

digital

New Member
I just tested streaming to the azure media service
RTMP URL: rtmp://mediaservice-webrtcmedia.channel.mediaservices.windows.net:1935/live/783caf1329a74cb1b87d7ab11b6a6f2e
The first test shows publishing,but i can't receive any media content from Azure media service.
The Second test shows failed.
How should i do?
I think this solution is very suitable my client's needs, hoping to help support,Thanks.
 

Max

Administrator
Staff member
Hello
We had been testing WebRTC-RTMP re-publishing with Azure Media Services few months ago.
By unknown reason Azure drops RTMP connections from WCS server.
So we need a support feedback from Azure engineering team to get this working.

You can try to change video codec in WCS_HOME/conf/flashphoner.properties
Code:
codecs=opus,alaw,ulaw,g729,speex16,g722,mpeg4-generic,telephone-event,vp8,h264,flv,mpv
Here vp8 codec has priority over h264.
Then update server to the latest one:
Code:
service webcallserver update
If it does not help, please create a dump.
Code:
tcpdump -s 4096 -w log.pcap
Finally we have to show this dump to Azure Media Services team.
 

digital

New Member
Thanks for your reply.
I have tested Nginx RTMP relay to Azure media service,that is works fine.
But i don't know how to test on your server.
 
Top