Wowza Community

Filtering URLs

Hi,

Is there a way to specify valid URLs that the user can enter and only those URLs will be passed on to wowza? For example for myApp application only the following http request should be reaching Wowza:

http:/domain.com/MyApp/mp4:myStream

People can enter all sorts of stuff:

http:/domain.com/ThyApp

http:/domain.com/mp4:Test

etc. which causes Wowza sometimes to crash.

Thanks!

Atmapuri

Hi there.

You can use this API and create some logic to String queryStr = httpSession.getQueryStr(); to determine if the query is good or not:

How to control access to HTTP streams (cupertinostreaming, sanjosestreaming, smoothstreaming, mpegdashstreaming)

You should also look through this guide:

Media security overview

Regards,

Salvadore