SIP2102V,SIP2402V,SIP2702V
SINREY
Availability: | |
---|---|
The 'Simple TCP Streaming Playback Protocol' is a set of simple file playback protocols mainly used in small audio systems where security and synchronization requirements are not high. Its advantages are simplicity and easy development, while its disadvantages are that it is usually only used in small-scale systems, in secure networks or situations with low security. Usually, only one device is played, and playing audio to multiple devices at the same time can consume a large amount of bandwidth, making it difficult to ensure the synchronization of each device's playback.
TCP playback stream can simply send an audio file, including MP3 audio files and some wav audio files (PCM encoding, sampling rate less than or equal to 48k).
TCP : Ethernet is a widely used reliable communication protocol for connections.
JSON: A Lightweight Data Exchange Format. (https://www.json.org/json-zh.html)
TCP playback can be divided into two types: client and server, but the method of establishing a connection is different. After the connection is established, the operation mode is the same. If the device is in server mode, the host needs to actively connect to the device's IP address and specified port. If the device serves as a client, the host needs to actively open the TCP port to listen and wait for the device to connect.
After the TCP connection is successfully created, the host sends an audio file to the connection for playback. For specific programming methods, you can learn about socket programming knowledge.
The equipment data processing process is as follows:
The following products all support the TCP playback protocol
The 'Simple TCP Streaming Playback Protocol' is a set of simple file playback protocols mainly used in small audio systems where security and synchronization requirements are not high. Its advantages are simplicity and easy development, while its disadvantages are that it is usually only used in small-scale systems, in secure networks or situations with low security. Usually, only one device is played, and playing audio to multiple devices at the same time can consume a large amount of bandwidth, making it difficult to ensure the synchronization of each device's playback.
TCP playback stream can simply send an audio file, including MP3 audio files and some wav audio files (PCM encoding, sampling rate less than or equal to 48k).
TCP : Ethernet is a widely used reliable communication protocol for connections.
JSON: A Lightweight Data Exchange Format. (https://www.json.org/json-zh.html)
TCP playback can be divided into two types: client and server, but the method of establishing a connection is different. After the connection is established, the operation mode is the same. If the device is in server mode, the host needs to actively connect to the device's IP address and specified port. If the device serves as a client, the host needs to actively open the TCP port to listen and wait for the device to connect.
After the TCP connection is successfully created, the host sends an audio file to the connection for playback. For specific programming methods, you can learn about socket programming knowledge.
The equipment data processing process is as follows:
The following products all support the TCP playback protocol