I'm developing a socket communicate routine, and the messages delimiter is a single #
character.
And the data sending may contain .amr
audio files. I want to confirm whether the content of the file might contains the #
delimiter character, which may cause unexpected interrupt.
Anyone familiar with media codec can answer this question?