When I try to call getChildren()
on the mediapipeline
which has my custom module endpoint running in it I'm getting this exception:
org.kurento.client.internal.server.ProtocolException: Exception creating Java Class for mycustomfilter.MyCustomFilter
This is the code which triggers it:
List<MediaObject> mediaObjects = pipelines.get(i).getChildren();
Do I have to cast the List<MediaObject>
to some other data type?