Hi,
I'm also trying to stream from kurento to wowza by WebRTCEndpoint.
Post on SO has been deleted.
So, I did the following:
0. Configured wowza to receive webRTC. Tested with their webclient demo.
1. Took one2manycall example and modify it by adding additional WebRTCEndpoint to pipeline
2. initiate signaling process with wowza as client from kurento:
a. Create offer and send it to wowza
b. Received 200OK with answer and ice candidate, put them to WebRTCEndpoint
c. Initiate icegathering, but not send them to wowza as it is sendonly session (ice candidates are local only by some reason, even if I put STUN server)
Result:
Stream is not going go wowza
Question:
What I'm doing wrong or missed something ?
Thanks!