We have a driver implemenying a live session “BaseStreamSession” for camera, mic and metadata. When no data is available we return no data se bellow. For the camera and microphone we get connection broken in the management client. And this is OK. But for metadata we get a play icon and a “recording + play icon” if we are recording. even if there is no data. What is the reason for this? Can this be changed sommehow ?
header = null;
data = null;
return false;