Method for realizing quasi-real-time transmission of media data
Patent Information
- Authority / Receiving Office
- CN Β· China
- Patent Type
- Applications(China)
- Current Assignee / Owner
- ZTE CORP
- Publication Date
- 2012-01-18
- Estimated Expiration
- Not applicable Β· inactive patent
Smart Images
Figure 1 Figure 2 Figure 3
Abstract
Description
technical field
[0001] The invention belongs to the field of computer applications, and in particular relates to a media server and a method for realizing quasi-real-time transmission of media data. Background technique
[0002] In the prior art, in the application of the media server based on the Linux operating system, it is necessary to regularly send the media data from the server host to the network. The performance of the timing sending mechanism will be directly related to the quality of the media service and the user's satisfaction with the media service.
[0003] In the prior art, the methods for the user process to regularly send media data packets mainly include the following two methods: (1) delay mode; (2) timer mode;
[0004] The delay method is generally implemented by using the select or nanosleep system call. When the specified delay is over, the call returns to the user process, and the user process can then send the media data packet.
[0005] The timer ...