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

Dynamic RTMP Streaming on port 80 wait 1 minute


Hi,

The problem is that I need to wait about 1 minutes to play the video after I click the play button.

The source url is something like this: http://abc.com:80/vod/smil:sample.smil/jwplayer.smil

My server only allow connection on port 80, but i find some connections using port 1935 when I am waiting for the video.

The situation seems like the player always try to use port 1935 first.

if that is the case, can i force the player to use 80 port?

P.S. I have no problem with normal RTMP streaming (one video)

2 Community Answers

Hong

User  
1 rated :

I found the answer myself.
https://www.wowza.com/forums/content.php?343-How-to-use-JW-Player-with-adaptive-bitrate-streaming-from-Wowza-Streaming-Engine

If you use a streaming port number other than 1935, you must specify the ?domain query parameter and port number at the end of the URL. For example:

http://[wowza-ip-address]/live/smil:sample.smil/jwplayer.smil?domain=my.example.com:80

Todd

JW Player Support Agent  
0 rated :

Glad you figured it out. Thank you for providing those links in case someone else asks the same question.

This question has received the maximum number of answers.