Wednesday, May 30, 2018

RTMP Performance Testing With JMeter: Learn How

RTMP is one of the most commonly used protocols for real-time video streaming. In this article, we will look at ways to load test services that use this protocol, with Apache JMeter™. We will cover a few different options.

About RTMP

Real-Time Messaging Protocol is a proprietary TCP-based protocol developed for real-time streaming audio, video and data. The protocol can split video and data into fragments while simultaneously maintaining the ability to transmit bigger chunks of information, to ensure smooth delivery of video and audio streams. The size of the fragments used can be negotiated dynamically between the client and server, and even disabled completely if desired. The default fragment sizes are 128 bytes for video and most other data types, and 64 bytes for audio data.



from DZone.com Feed https://ift.tt/2LJX7jV

No comments:

Post a Comment