Reuben Martin
Reuben Martin
A "connection" is the session that is negotiated between client and server. It is possible to do a createStream and publish multiple streams all within the same connection. Most solutions...
What happens is that there is more than one createStream + publish. If I understand the documentation correctly, each new createStream + publish creates a new message stream ID, The...
Well, again that is assuming I understand the documentation correctly. The spec that adobe provides is very terse and inexplicit.
Perhaps maybe something similar to this? Does robtk support a tabbed interface. If you do more than a single band, it might be useful to put the bands in tabs....
Meh, didn't realize I closed this.
> Is Windows different? Even on Linux, though, I'm not sure how to express that in terms of API because we're dealing with 2 different types (int and list). That...
You might be able to get the GPU to do this for you at little or no cost: Check for all the extensions with "sRGB" in their name: https://www.khronos.org/registry/OpenGL/extensions/EXT/ Many...
I think there is an big limiting factor with all the "DASH representation", "HLS Variant", and "RTMP dynamic streaming". (I think you could add this as a limitation to "MP4-SVC"...
You might want to keep an eye on the [CMAF](http://mpeg.chiariglione.org/standards/mpeg-a/common-media-application-format/text-isoiec-cd-23000-19-common-media-application) (ISO/IEC CD 23000-19) spec. That's where this supposed unification of DASH / HLS fragment formats is taking place. I haven't...
I would think the "correct" way to handle it is to return code 503 with the "retry-after" header indicating a delay time. But that would depend on the browser &...