You can use notifications to do real-time logging inside your video application.
The notification system allows you to gather logging and debugging information for diagnostics and validation without overly stressing the system.
The logging back end is not part of a production setup and is not expected to handle high-load traffic. So, if your implementation does not need to be absolutely complete, take efficiency of data transmission into consideration so that you do not overload your system.
This is how the PMPDemoApp implements logging.
The logging back end is not part of a production setup and is not expected to handle high-load traffic. So, if your implementation does not need to be absolutely complete, you should take efficiency of data transmission into consideration so as not to overload your system.
Decrease the time interval that drives the thread that polls for new events.
Increase the size of the notification list.
The remote server could then graphically display the provided data in real-time.
Each notification event has an index value that is automatically incremented by the session.NotificationHistory class.