--
You received this message because you are subscribed to the Google Groups "kurento" group.
To unsubscribe from this group and stop receiving emails from it, send an email to kurento+u...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
The SDP from webrtc has nothing to do with the one you use in wowza. The latter is “created” by you, with the template that looks more or less like this.
v=0
o=- 0 0 IN IP4 <wowza-ip>
s=
c=IN IP4 <wowza-ip>
t=0 0
m=video <wowza-port> RTP/AVP 100
a=rtpmap:100 H264/90000
a=recvonly
You need to read the whole thread, as the first post’s SDP was not right. Please also have a look at the other link I provided from the Wowza site to learn how to configure Wowza.
In order to do that, you need to create an RTP endpoint a invoke webrtc.connect(rtp). You don’t need to do anything else on the presenter’s part. Your mangled SDP should by no means arrive at the client. It’s something that stays server-side, between your Wowza instance and the RTP endpoint.
If you are getting that message in the browser, it seems that you are passing the Wowza SDP to the RTCPeerconnection or the WebRTC.