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)
↧