I have a problem that i want to record the stream with the playing of media player. I mean if I am streaming and can record the stream with specific duration then how can i record it. ?
Please help.
I have a problem that i want to record the stream with the playing of media player. I mean if I am streaming and can record the stream with specific duration then how can i record it. ?
Please help.
if you want 10 seconds you will have to calculate it, based on the number of bytes you have received and the bit rate of the file stream.
For your reference view this link: Record streaming audio in java?