Streaming: Remove any pointer BUrl argument* There's no need to pass BUrl by pointer, this ispotentially dangerous and leaky without any advantage,copying is definitely safer.
streamer_sniff_test: Little improvements* Print tracks detected count.* Delete media file before to exit.
Add streamer_sniff_test* This is a simple test that open an url for streaming usingBMediaFile, the purpose is to test if streamers sniffing workwell.