CN101902471A - Streaming media mapping method under RDP (Remote Desktop Protocol) environment - Google Patents

Streaming media mapping method under RDP (Remote Desktop Protocol) environment Download PDF

Info

Publication number
CN101902471A
CN101902471A CN 201010228395 CN201010228395A CN101902471A CN 101902471 A CN101902471 A CN 101902471A CN 201010228395 CN201010228395 CN 201010228395 CN 201010228395 A CN201010228395 A CN 201010228395A CN 101902471 A CN101902471 A CN 101902471A
Authority
CN
China
Prior art keywords
data
filter
media
server
streaming media
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN 201010228395
Other languages
Chinese (zh)
Other versions
CN101902471B (en
Inventor
张辉
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Fujian Centerm Information Co Ltd
Original Assignee
Fujian Centerm Information Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Fujian Centerm Information Co Ltd filed Critical Fujian Centerm Information Co Ltd
Priority to CN 201010228395 priority Critical patent/CN101902471B/en
Publication of CN101902471A publication Critical patent/CN101902471A/en
Application granted granted Critical
Publication of CN101902471B publication Critical patent/CN101902471B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Two-Way Televisions, Distribution Of Moving Picture Or The Like (AREA)

Abstract

The invention discloses a streaming media mapping method under an RDP (Remote Desktop Protocol) environment, which comprises the following steps of server side development and client side development, wherein the service side development comprises the steps of developing a Transformer Filter, appointing receiving media file types and registering to a system; scanning the Transform Filter and loading by a Direct Show in the process of automatic connection, developing a Rending Filter and receiving corresponding instructions sent by player application programs, and transmitting the related data received in a server by a data transmission module to a client side; and a data receiving module for receiving a streaming media packet from the server, a Source Filter obtaining the steaming media packet from the data receiving module and backwards sending the packet to a data decoding module, and a local medial player program for loading the Source Filter to realize a complete Direct Show system and the play of the steaming media data on a local terminal are provided in the client side development. By the mode of data mapping, the data of the streaming media are transmitted to the terminal before decoding and is decoded and rendered by hardware resources of the terminal, thereby smoothly playing the media file.

Description

Streaming Media mapping method under the RDP environment
[technical field]
The invention belongs to the multimedia application field, specifically be meant Streaming Media mapping method under a kind of RDP environment.
[background technology]
Under the RDP environment user in the playing stream media file, the parsing of this media file and the work of playing up all concentrate on the server to be carried out on server.This using method has produced 2 problems:
1, because the video transmission mechanism of RDP has determined the refresh rate of RDP environment sub-screen can't reach the refresh rate that the normal play film needs, the slack phenomenon of picture appears when causing watching film under the RDP environment.
2, when the decoded stream media file, need take a large amount of server system resources, this has increased the weight of the server work load to a great extent.
[summary of the invention]
Technical problem to be solved by this invention is to provide Streaming Media mapping method under a kind of RDP environment.By the mode of data map, the data of Streaming Media are sent to before decoding on the terminal, utilize the hardware resource of terminal media file is decoded and to play up, reach the purpose of smooth playing media file.Keep the consistency of user on operating habit simultaneously.
The present invention solves the problems of the technologies described above by the following technical solutions:
The Streaming Media mapping method comprises the steps: under the RDP environment
Step 100: server end exploitation; Comprise the steps:
Step 101: exploitation Transform Filter, specify the media file type that receives, and be registered to system; DirectShow will scan Transform Filter and load in the process that is dynamically connected certainly;
Step 102: exploitation Rending Filter receives the corresponding command that player application is sent;
Step 103: data transmission module sends to the related data of receiving on the server on the client;
Step 200: client exploitation; Comprise the steps:
Step 201: data reception module receives the flow media data packet from server;
Step 202:Source Filter obtains flow media data packet from data reception module, and sends to the data decode module backward;
Step 203: local media player program, load SourceFilter, and realize a complete DirectShow system, realize the broadcast of stream medium data in terminal this locality.
Beneficial effect of the present invention is: 1, solve terminal slack problem during files in stream media on the Play Server under the RDP pattern; 2, solve the RDP server takies a large amount of server resources when the playing stream media file problem; 3, make full use of the hardware resource of terminal this locality, improve the effect of files in stream media under the RDP environment.
[description of drawings]
The invention will be further described in conjunction with the embodiments with reference to the accompanying drawings.
Fig. 1 is a windows platform media player framework Driect Show system schematic.
Fig. 2 is the building process figure of a Filter chain of windows platform media player framework Driect Show.
Fig. 3 is a Streaming Media mapping implementation structure chart.
[embodiment]
Windows platform media player framework DirectShow be Microsoft for allow the programmer when the exploitation media player from the transfer of data of complexity, hardware differences frees in the work such as synchronism, and a cover media player framework of definition.
When the exploitation media file player application framework and bottom work are finished by DirectShow, like this, the multimedia application of developing based on the DirectShow framework will become simple relatively.On the windows platform, all basically media players are based on all that the DirectShow framework finishes.Fig. 1 is the DirectShow system schematic of a standard.
Filter is the minimum functional module in the DirectShow framework as the element in the DirectShow framework, and a Filter generally is made up of one or more Pin, and the connection between the Filter is finished by Pin.Filter is a kind of Com assembly, in order to allow the DirectShow system can load Filter, need register Filter in system before using Filter.
DirectShow will enumerate Filter all in the system automatically when the playing stream media file, and several Filter that will satisfy lowest term are linked in sequence, and forms a complete broadcast chain.Fig. 2 has simply explained the building process of a Filter chain.
Basic system according to the DirectShow system of above introduction can see that each media player comprises 3 Filter at least:
SourceFilter: be responsible for data organization, obtain data by local file system or the Internet;
TransformFilter: be responsible for data forwarding, and the media data decode operation;
RenderingFilter: media data output.
On this basis, can be by on server, replacing the purpose that Transform Filter reaches the Streaming Media mapping.
Concrete implementation detail comprises the steps:
Step 100: server end exploitation; Comprise the steps:
Step 101: exploitation Transform Filter, specify the media file type that receives, and be registered to system; DirectShow will scan Transform Filter and load in the process that is dynamically connected certainly;
Step 102: exploitation Rending Filter receives the corresponding command that player application is sent;
Step 103: data transmission module sends to the related data of receiving on the server on the client;
Step 200: client exploitation; Comprise the steps:
Step 201: data reception module receives the flow media data packet from server;
Step 202:Source Filter obtains flow media data packet from data reception module, and sends to the data decode module backward;
Step 203: local media player program, load SourceFilter, and realize a complete DirectShow system, realize the broadcast of stream medium data in terminal this locality.
Fig. 3 is a Streaming Media mapping implementation structure chart.
The specific product operating process:
1, the TSX server program is installed on server;
2, in client the TSX client-side program is installed;
3, on server, watch film by RDP.
Beneficial effect of the present invention is: 1, solve terminal slack problem during files in stream media on the Play Server under the RDP pattern; 2, solve the RDP server takies a large amount of server resources when the playing stream media file problem; 3, take full advantage of the hardware resource of terminal this locality, improve the effect of files in stream media under the RDP environment.

Claims (1)

1.RDP Streaming Media mapping method under the environment is characterized in that: comprise the steps:
Step 100: server end exploitation; Comprise the steps:
Step 101: exploitation Transform Filter, specify the media file type that receives, and be registered to system; DirectShow will scan Transform Filter and load in the process that is dynamically connected certainly;
Step 102: exploitation Rending Filter receives the corresponding command that player application is sent;
Step 103: data transmission module sends to the related data of receiving on the server on the client;
Step 200: client exploitation; Comprise the steps:
Step 201: data reception module receives the flow media data packet from server;
Step 202:Source Filter obtains flow media data packet from data reception module, and sends to the data decode module backward;
Step 203: local media player program, load SourceFilter, and realize a complete DirectShow system, realize the broadcast of stream medium data in terminal this locality.
CN 201010228395 2010-07-16 2010-07-16 Streaming media mapping method under RDP (Remote Desktop Protocol) environment Active CN101902471B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN 201010228395 CN101902471B (en) 2010-07-16 2010-07-16 Streaming media mapping method under RDP (Remote Desktop Protocol) environment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN 201010228395 CN101902471B (en) 2010-07-16 2010-07-16 Streaming media mapping method under RDP (Remote Desktop Protocol) environment

Publications (2)

Publication Number Publication Date
CN101902471A true CN101902471A (en) 2010-12-01
CN101902471B CN101902471B (en) 2013-01-16

Family

ID=43227672

Family Applications (1)

Application Number Title Priority Date Filing Date
CN 201010228395 Active CN101902471B (en) 2010-07-16 2010-07-16 Streaming media mapping method under RDP (Remote Desktop Protocol) environment

Country Status (1)

Country Link
CN (1) CN101902471B (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102387187A (en) * 2011-07-28 2012-03-21 中兴通讯股份有限公司 Server, client as well as method and system for remotely playing video file by using client
CN102710983A (en) * 2012-04-16 2012-10-03 杭州米加科技有限公司 Method for extracting audio and video data from multimedia
WO2016107174A1 (en) * 2014-12-30 2016-07-07 中兴通讯股份有限公司 Method and system for processing multimedia file data, player and client
US10979470B2 (en) 2015-12-28 2021-04-13 Industrial Technology Research Institute Server device, client device and dynamic image transmission method for virtual desktop infrastructure

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
《北京邮电大学硕士学位论文》 20091105 高飞燕 基于DirectShow的视频监控客户端软件设计 第36页 1 , *
《湘潭师范学院学报(自然科学版)》 20060331 刘琼,周慧灿 基于DirectShow 的客户端实时视频流回放技术 第61-63页 1 第28卷, 第1期 *

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102387187A (en) * 2011-07-28 2012-03-21 中兴通讯股份有限公司 Server, client as well as method and system for remotely playing video file by using client
WO2012151957A1 (en) * 2011-07-28 2012-11-15 中兴通讯股份有限公司 Server, client, and method and system for playing video file remotely therewith
CN102710983A (en) * 2012-04-16 2012-10-03 杭州米加科技有限公司 Method for extracting audio and video data from multimedia
CN102710983B (en) * 2012-04-16 2015-01-07 杭州米加科技有限公司 Method for extracting audio and video data from multimedia
WO2016107174A1 (en) * 2014-12-30 2016-07-07 中兴通讯股份有限公司 Method and system for processing multimedia file data, player and client
US10979470B2 (en) 2015-12-28 2021-04-13 Industrial Technology Research Institute Server device, client device and dynamic image transmission method for virtual desktop infrastructure

Also Published As

Publication number Publication date
CN101902471B (en) 2013-01-16

Similar Documents

Publication Publication Date Title
CN106412621B (en) Image display method and device, control method and relevant device between network direct broadcasting
US9973557B2 (en) Media acceleration for virtual computing services
CN102761603B (en) Webpage flash video redirection method in VDI environment
WO2018121014A1 (en) Video play control method and apparatus and terminal device
CN103414751B (en) A kind of PC screen content sharing/interaction control method
CN101719902B (en) Remote procedure calling (PRC) method and system
JP6022608B2 (en) Customized playback on sink devices in wireless display systems
CN107707533B (en) Company's wheat method, system and storage medium based on Web
US11128903B2 (en) Systems and methods of orchestrated networked application services
CN102158553A (en) Method and device for playing multi-media files for remote desktop
KR101874142B1 (en) Apparatus and method for providing an application service in a broadcast system
EP2784641A1 (en) User interface display method and device using same
US8656443B2 (en) Method and system for providing dynamic time slice encoding for complete internet anywhere
CN103002274A (en) Mobile multimedia real-time transcoding play system and method based on offline download
WO2014142358A1 (en) Distribution control system, distribution control method, and computer-readable storage medium
WO2012003662A1 (en) Media server and method for audio/video transmission
EP2778981B1 (en) Distribution control system, distribution system, distribution control method, and computer-readable storage medium
CN101478636A (en) Game system based on IPTV and implementation method thereof
CN101902471B (en) Streaming media mapping method under RDP (Remote Desktop Protocol) environment
US9723337B2 (en) Distribution control system and distribution system
CN105900445A (en) Robust live operation of DASH
CN102387187A (en) Server, client as well as method and system for remotely playing video file by using client
CN101472132A (en) Television set with visual telephone function
JP2014200074A (en) Distribution control system, distribution control method, and program
CN113938470A (en) Method and device for playing RTSP data source by browser and streaming media server

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C14 Grant of patent or utility model
GR01 Patent grant