Temasys / AdapterJS

AdapterJS Javascript Polyfill and Tools for WebRTC - Skylink WebRTC
http://skylink.io/web
Other
430 stars 100 forks source link

Issue when app hosted in tomcat #130

Closed teo89 closed 8 years ago

teo89 commented 8 years ago

Hello, I am trying to make examples Temasys/Google-WebRTC-Samples to run with tomcat. But IE fails in these two lines of adapter.js frag.width = width; frag.height = height; with error "invalid argument". Any ideas why there is these issue?

johache commented 8 years ago

Hi, This should not happen. The plugin is not dependent on any backend, therefore whatever server system you use (here, Tomcat) should be irrelevant.

Can you be more specific about what version of Windows, IE, the plugin and Adapter.js you use ?

Also, there are a lot of examples in Temasys/Google-WebRTC-Samples. Which ones in particular are you using ?

teo89 commented 8 years ago

I am using adapter.js from //cdn.temasys.com.sg/adapterjs/0.12.x/adapter.min.js but also file from https://github.com/Temasys/AdapterJS/tree/master/publish has the same issue and i am running Google-WebRTC-Samples/samples/web/content/getusermedia/gum and Google-WebRTC-Samples/samples/web/content/peerconnection/munge-sdp. I am in Windows 8 and IE 11 and Temasys version 0.8.854 and the latest apache-tomcat-8.0.24

teo89 commented 8 years ago

Is nothing new about that issue?

johache commented 8 years ago

I am not capable of reproducing your issue. I am not running my tests on a tomcat server, but that should be irrelevant.

johache commented 8 years ago

Hi,

Since we haven't reproduced the issue and there is not activity on the ticket, I'm going to close it. Feel free to re-open should it be relevant.