Wowza Community

parameters handover from jwplayer to wowza?

Hello dear Wowza Community,

is it possible to handover a parameter/costum value from the jwplayer to the wowza server?:confused:

so i can handle some checks with the “onPlay” methods. e.g i want to check if someone in my database has a ticket to view the livestream.

thank you for your time and help

do you have a better idea how can i realize something like that?

best regards:)

Hi,

You can pass variables using a query parameter so you can do

rtmp://[wowza-ip-address]/appname/stream?myparam=mine

A totial can be found here

-How-to-do-file-based-authentication-with-RTMP-client-and-credentials-in-querystring-of-NetConnection-connect-RTMP-URL

which has an example.

Andrew