gtk2k Posted March 28, 2021 Share Posted March 28, 2021 I'm using WebRTC signaling, but I get a "publishTimeoutError". log.txt Link to comment Share on other sites More sharing options...
0 mekya Posted March 28, 2021 Share Posted March 28, 2021 Is it possible to take a look at this issue? https://github.com/ant-media/Ant-Media-Server/issues/2929 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 More sharing options...
0 gtk2k Posted March 28, 2021 Author Share Posted March 28, 2021 thanx. The problem has been resolved. Link to comment Share on other sites More sharing options...
0 mekya Posted March 29, 2021 Share Posted March 29, 2021 My pleasure :) Link to comment Share on other sites More sharing options...
0 Chai Posted July 29, 2021 Share Posted July 29, 2021 It will be nice to have this setting exposed in the Dashboard UI as well :) Link to comment Share on other sites More sharing options...
0 Ant Media Support Posted July 29, 2021 Share Posted July 29, 2021 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 More sharing options...
Question
gtk2k
I'm using WebRTC signaling, but I get a "publishTimeoutError".
log.txt
Link to comment
Share on other sites
Top Posters For This Question
2
2
1
1
Popular Days
Mar 28
3
Jul 29
2
Mar 29
1
Top Posters For This Question
mekya 2 posts
gtk2k 2 posts
Ant Media Support 1 post
Chai 1 post
Popular Days
Mar 28 2021
3 posts
Jul 29 2021
2 posts
Mar 29 2021
1 post
5 answers to this question
Recommended Posts