std::cout<<"Unexpected transcoded packet received from transcoder: Module='"<<pack.module<<"' StreamID="<<std::hex<<std::showbase<<ntohs(pack.streamid)<<std::endl;
}
@ -174,6 +167,7 @@ void CCodecStream::RxThread()
{
// pop the original packet
autoPacket=m_LocalQueue.Pop();
std::cout<<"DEBUG: Popped packet from LocalQueue. Matching..."<<std::endl;
std::cout<<"Transcoder packet received but CodecStream["<<m_CSModule<<"] is closed: Module='"<<pack.module<<"' StreamID="<<std::hex<<std::showbase<<ntohs(pack.streamid)<<std::endl;
}
}
else
{
// Receive timed out or failed (e.g. module not open).
// Sleep briefly to prevent busy-looping if Receive returns immediately (error case).