fix Avoid stream crash in case of multiple start call
In case a stream is already started, calling start again will crash the application. This is due to some bad ressource handling in the packetConsumer: the internal thread isn't stop in the destructor.
The bug has been introduced by !77 (merged)
@jerome.dias PTAL
Edited by Nick Laurenson