Name is required.
Email address is required.
Invalid email address
Answer is required.
Exceeding max length of 5KB

Pass parametrs to Wowza via smil file


May i pass my paramers (ticket for example) to Wowza, when i using SMIL File?

Example:

file: "http://[IP]:1935/live/stream.smil/jwplayer.smil?ticket=123sadf",

Not Working, when i try to find it in Wowza "play" event.

3 Community Answers

Cooper Reid

JW Player Support Agent  
0 rated :

You may have to use the ‘type’ parameter so the player knows what type of stream to expect:

jwplayer(“player”).setup({
file: “http://[IP]:1935/live/stream.smil/jwplayer.smil?ticket=123sadf”,
width:‘100%’,
type: ‘rtmp’
});

Cooper

rtfdeamon

User  
0 rated :

I'ts not working at WOWZA On play event. Rtmp URL and parametrs going without "ticket" params.

Cooper Reid

JW Player Support Agent  
0 rated :

Url parameters are not removed by our player -

This question has received the maximum number of answers.