Jump to content
  • 0

I get a "publishTimeoutError".


gtk2k
 Share

Question

  • Answers 5
  • Created
  • Last Reply

Top Posters For This Question

Top Posters For This Question

5 answers to this question

Recommended Posts

  • 0

Is it possible to take a look at this issue?

I copy-paste below for your convenience. 

--------------------------------------------------------------------------------------------

There are several reasons for publishtimeout errors and here are some of them.

1 - UDP ports (and for cluster case TCP ports) are not opened. This is unlikely for your case since you say that it is fine when you publish with browser and successfully play it. However you can double check that UDP ports 5000 - 65000 are open

Also for cluster mode TCP:5000-65000 (You need to open this range in only cluster mode for internal network. It should not be open to public.)

2 - You can try changing settings.webrtc.client.start.timeoutMs= parameter according to your usage. This parameter default value is 5000. So Ant Media Server waiting for video with 5 seconds. You can increase 10 seconds with below:

settings.webrtc.client.start.timeoutMs=10000

You need to add in your application settings. You can see application settings here: /webapps//WEB-INF/red5-web.properties

3 - If there is a problem in the network(Firewall, UDP or other things), such a problem may occur. Some networks drop real-time packets.

Link to comment
Share on other sites

  • 0
Hi Chaitulittle,
Thank you for the suggestion.
​We will surely see to the best of it.
Have a great day.
--
Mohit Dubey


 
Star Ant Media Server on GitHub and get a chance to win an AMS Annual Enterprise Edition License.


On Thu, 29 Jul at 12:16 PM , Chaitulittle <chaitulittle@gmail.com> wrote:
It will be nice to have this setting exposed in the Dashboard UI as well :) 

--
You received this message because you are subscribed to the Google Groups "Ant Media Server" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ant-media-server+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ant-media-server/83656d8a-5dc3-40f7-bc93-1a2ece39497fn%40googlegroups.com.
44991:1264838
Link to comment
Share on other sites

 Share

×
×
  • Create New...