--
You received this message because you are subscribed to the Google Groups "kurento" group.
To unsubscribe from this group and stop receiving emails from it, send an email to kurento+u...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to a topic in the Google Groups "kurento" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/kurento/GjtjKQRoTvU/unsubscribe.
To unsubscribe from this group and all its topics, send an email to kurento+u...@googlegroups.com.
The recorder normally stores media as it arrives, but how you create the recorder, and what type of media you feed to it is important. By default, it is configured to expect AUDIO and VIDEO, and it will not start recording until both types of media arrive. If you feed only one type to a recorder with default config, it will buffer all the media received until you execute the stop method, as it will sit there expecting the other media type to arrive.
Is it possible that your camera is only feeding video, and that the recorder expects audio and video?
Ivan Gracia