1. My RTSPClient module is receiving .mp3 audio data through
testOnDemandRTSPServer.
2. Is it necessary to decode this data using FFMPEG, or can I directly play
the same in C#.
You have to decode the data (of course!). It's up to you to decide
how (but FFMPEG is one possibility), but this is o
1. My RTSPClient module is receiving .mp3 audio data through
testOnDemandRTSPServer.
2. Is it necessary to decode this data using FFMPEG, or can I directly play
the same in C#.
3. I am saving the incoming data into a .mp3 file, this file is playing but
with too much courrpted sound.(that means inco