Search found 3 matches

by vbatista
Mon May 18, 2015 7:59 am
Forum: ScientiaMobile WURFL Cloud Service
Topic: Integration with Wowza streaming server
Replies: 4
Views: 34007

Re: Integration with Wowza streaming server

Hi Fulvio, We have managed to get a reference to Wowza's IHTTPRequest and we have implemented the wrapper. Null implementation, except for the methods your referred: getHeaderNames() getHeader(String name) getParameter(String name) getRemoteAddr() It is working nice! Thank you very much. Best regard...
by vbatista
Sat May 02, 2015 6:51 pm
Forum: ScientiaMobile WURFL Cloud Service
Topic: Integration with Wowza streaming server
Replies: 4
Views: 34007

Re: Integration with Wowza streaming server

Hi Fulvio, Thank you very much for your reply. I don't think your solution would work. Event if there was a match between the methods of both interfaces (HttpServletRequest and IHttpRequest), how would I tell Wowza to use my new implementation (which would extend actual Wowza implemantation and impl...
by vbatista
Tue Apr 28, 2015 6:38 am
Forum: ScientiaMobile WURFL Cloud Service
Topic: Integration with Wowza streaming server
Replies: 4
Views: 34007

Integration with Wowza streaming server

Hi, I am trying to integrate Wurfl's cloud service with the Wowza streaming server (detect dynamically the streaming capabilities of each device ). The problem is that Wowza is not a Servlet container, and as such I don't have access to the HTTPServletRequest/Response. Using Wurfl's Cloud service, h...