Incubator

Results 4 comments of Incubator

@mbk2787 how did you modify jsmpeg to use only one WebGL for multiple video streams? In my case I am playing from 25 websocket URLs, 25 streams, using jsmpeg the...

@konsoletyper so if put the map inside a class it would be serialized? Example: ``` public class Container() { Map aMap; } ```

If I do this: ``` public class Container() { AMapObject aCustomMap; } ``` ``` public class AMapObject extends HashMap { } ``` This field is not getting serialized.

@konsoletyper I did put: ``` @JsonProperty public Map getaMap() { return aMap; } ``` but this field is not getting serialized.