Lobo
Lobo

Reputation: 4137

Send MP3 file via RTP

I want to send a file .mp3 in RTP packets to a client. What I know is, how many bytes I get from .mp3 file to send in each RTP packet, that is, how much bytes of the .mp3 file I place in the payload field of each RTP packet?

Thanks for the help.

Greetings!

Upvotes: 0

Views: 3040

Answers (1)

jesup
jesup

Reputation: 6984

You should look at RFC 5219 - A More Loss-Tolerant RTP Payload Format for MP3 Audio. It's not as simple as "how many bytes...". This also references the older RFCs for MP3.

Upvotes: 1

Related Questions