RtspFace/PL_RTSPServer2.h
@@ -5,12 +5,12 @@ struct RTSPServer2Config { bool syncDeliverFrame; bool payWithAux; //bool syncDeliverFrame; bool sendWithAux; bool payBlockFullQueue; RTSPServer2Config() : syncDeliverFrame(true), payWithAux(true), sendWithAux(false) sendWithAux(true), payBlockFullQueue(false) { } };