Hi Chris,
Thanks for your response.
I'm doing one-to-one video conferencing in WebRTC. For example, video conferencing between Alice and Bob. I'm doing recording of remote stream i.e Recording Alice stream from Bob's side. This works fine on Chrome except that it failed to record audio. But in firefox(version 40), recording did not happen, throwing error: 'Security Error: This operation is insecure' . I'm using MediaStreamRecorder.js(Muaz's sample) to do this recording.
I enabled HTTPS with self signed certificate after your comments. But the issue remains the same.
I tried googling but could not find any clue regarding this issue.
Kindly provide me any suggestions of why remote stream recording fails in Firefox.