process b32 address with path

This commit is contained in:
orignal 2014-02-17 17:47:21 -05:00
parent 10c7e05ff4
commit f5fa953458
3 changed files with 23 additions and 8 deletions

View file

@ -318,7 +318,7 @@ namespace stream
void StreamingDestination::HandleNextPacket (Packet * packet)
{
uint32_t sendStreamID = be32toh (*(uint32_t *)(packet->buf));
uint32_t sendStreamID = packet->GetSendStreamID ();
auto it = m_Streams.find (sendStreamID);
if (it != m_Streams.end ())
it->second->HandleNextPacket (packet);