Hi, <br><br>I am new to live-world.<br>I need to stream live amr data using live-555.<br><br>For this i have written a buffer(subclass of FramedSource). <br>I am converting the live raw audio to amr(sample: 8000Hz, bit-rate: 12200) using ffmpeg and writing to the buffer.<br>
<br>I have modified <b>AMRAudioFileServerMediaSubsession </b>to take my buffer as source instead of AMRAudioFileSource.<br>I also modified <b>AMRAudioRTPSink </b>to take my buffer as source instead of AMRAudioSource.<br><br>
But when i start steaming, then i am getting some musical sound or silence. But when i am writing the same data(encoded by ffmpeg) to a .amr file then it is fine.<br><br>I am reading the frame in the same way as <b>AMRAudioFileSource</b> do in doGetNextFrame().<br>
<br>Do we need some different read logic for live amr data?<br><br>Thanks in advance,<br>Atul<br><br>