<div dir="ltr">Hi Ross, finally we found that the problem was a global variable that both video and audio framed source access to retrieve the pointer to the codified memory.<div>We solved this.</div><div>The original problem of the mp3 streaming was solved returning my FramedSource subclass.</div><div><br></div><div>Thanks for your help it was very useful for us! </div></div><div class="gmail_extra"><br><div class="gmail_quote">2016-04-20 17:51 GMT-03:00 Ross Finlayson <span dir="ltr"><<a href="mailto:finlayson@live555.com" target="_blank">finlayson@live555.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">> I copy below two links of the test which I have done. Maybe you have a better idea of what kind of mistake we are doing.<br>
><br>
> <a href="https://drive.google.com/file/d/0B0rFtoVWa4g0VWFNb3luYUhoMmM/view?usp=sharing" rel="noreferrer" target="_blank">https://drive.google.com/file/d/0B0rFtoVWa4g0VWFNb3luYUhoMmM/view?usp=sharing</a><br>
><br>
> <a href="https://drive.google.com/file/d/0B0rFtoVWa4g0MzZDLXFjUEZFdW8/view?usp=sharing" rel="noreferrer" target="_blank">https://drive.google.com/file/d/0B0rFtoVWa4g0MzZDLXFjUEZFdW8/view?usp=sharing</a><br>
<br>
</span>OK, but do you have the names of these files backwards? It’s the “test1_withVideo.mp3” file that plays perfectly, but the “test2_withoutVideo.mp3” file that plays badly (it’s missing MP3 frames). I presume (based on your earlier emails) that the file names should be the other way round??<br>
<br>
In any case, I’m pretty sure that the problem arises from the way that you are *capturing* your MP3 audio, not in the way that you are *streaming* it. You can easily test this by modifying your “FramedSource” subclass - for capturing MP3 audio - to write the encoded MP3 audio data into a separate file at the same time that you are copying it to the downstream LIVE555 object. Then try playing this file.<br>
<div class="HOEnZb"><div class="h5"><br>
<br>
Ross Finlayson<br>
Live Networks, Inc.<br>
<a href="http://www.live555.com/" rel="noreferrer" target="_blank">http://www.live555.com/</a><br>
<br>
<br>
_______________________________________________<br>
live-devel mailing list<br>
<a href="mailto:live-devel@lists.live555.com">live-devel@lists.live555.com</a><br>
<a href="http://lists.live555.com/mailman/listinfo/live-devel" rel="noreferrer" target="_blank">http://lists.live555.com/mailman/listinfo/live-devel</a><br>
</div></div></blockquote></div><br></div>