[Live-devel] mp3 streamer doubt

2009-07-08 Thread Woods
Dear all, This is a follow up email, regarding mp3 streamer. My previous mail is in the rear forwarded message part of this mail. Below presents my full code, which can be compiled and executable. As I tested, the code will crush when it plays test.mp3 for the second round. But if you change to u

[Live-devel] mp3 streamer doubt

2009-07-07 Thread Woods
Dear Experts, I have a doubt on my MP3 Streamer. This streamer is based on testMP3Streamer code, but I changed to use BasicUDPSink. And it works fine. As you know, in play() function, the code was like: source = MP3FileSource::createNew(*env,fileName); But after I slightly changed my code as