SFX123456 / webrptcJava

0 stars 1 forks source link

Multiple User not working #1

Open SFX123456 opened 3 months ago

SFX123456 commented 3 months ago

Cant distinguish between DataChannel for Text and Video. One ways is to do encoding for first sent message and then check if it fits to jpg.

SFX123456 commented 3 months ago

check via JPEG files typically start with the following two bytes (in hexadecimal):

0xFF 0xD8 (Start of Image marker)