RTMP streaming
- Warning: To be able to record RTMP requests, the Adobe RTMP option must be checked in the recording window.
After the recording, a User Path using the RTMP protocol is displayed as follows.
The RTMP Push channel is represented by the RTMPChannel object. Its recorded response contains all the messages sent by the server through the Push channel.
Once processed by the NeoLoad Post-recording wizard, the User Path is modified as follows.
NeoLoad has made the following noticeable changes:
- The request representing the Push channel (RTMP_Channel for example) has been placed in a secondary execution thread (rtmp_channel_fork).
- NeoLoad identifies the different types of message returned through the Push channel during recording. These different types of message are modelized by the Push messages ( receive_flex.samples.marketdata.Stock for example here).
Home