You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was asked to open new ticket after this conversation https://groups.google.com/forum/#!topic/nomad-tool/LUqywl3fV3U
Short recap:
I need to run some multimedia service using nomad that dynamically opens ports to serve clients. It has two settings to limit its port usage basePort and portSpan, effectively this two settings form a range [base, base + span].
It turns out that nomad can't allocate contiguous port range for a task. I think port range settings is not uncommon, especially for multi media streaming servers.
I was asked to open new ticket after this conversation https://groups.google.com/forum/#!topic/nomad-tool/LUqywl3fV3U
Short recap:
I need to run some multimedia service using nomad that dynamically opens ports to serve clients. It has two settings to limit its port usage basePort and portSpan, effectively this two settings form a range [base, base + span].
It turns out that nomad can't allocate contiguous port range for a task. I think port range settings is not uncommon, especially for multi media streaming servers.
Here for for example, Wowza Streamer, that uses a configurable UDP port range to stream media over RTP (http://www.pagefabric.com/blogs/2013/05/18/how-to-enable-firewall-friendly-streaming-in-wowza-media-server/)
I think it will be nice for nomad to support this feature.
The text was updated successfully, but these errors were encountered: