WO2011157007A1 - Method and device for adapting and forwarding multimedia data contents - Google Patents

Method and device for adapting and forwarding multimedia data contents Download PDF

Info

Publication number
WO2011157007A1
WO2011157007A1 PCT/CN2010/077176 CN2010077176W WO2011157007A1 WO 2011157007 A1 WO2011157007 A1 WO 2011157007A1 CN 2010077176 W CN2010077176 W CN 2010077176W WO 2011157007 A1 WO2011157007 A1 WO 2011157007A1
Authority
WO
WIPO (PCT)
Prior art keywords
data item
platform
destination
multimedia
length
Prior art date
Application number
PCT/CN2010/077176
Other languages
French (fr)
Chinese (zh)
Inventor
张剑
Original Assignee
中兴通讯股份有限公司
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 中兴通讯股份有限公司 filed Critical 中兴通讯股份有限公司
Publication of WO2011157007A1 publication Critical patent/WO2011157007A1/en

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L65/00Network arrangements, protocols or services for supporting real-time applications in data packet communication
    • H04L65/60Network streaming of media packets
    • H04L65/75Media network packet handling
    • H04L65/762Media network packet handling at the source 

Definitions

  • the present invention relates to the field of communications, and in particular to a method and apparatus for adapting and forwarding multimedia data content.
  • MMS Multimedia Messaging Service
  • MMS is a messaging service capable of transmitting multimedia data content between a mobile phone and a mobile phone, and between other applications such as a mobile phone and an email server, a web server, and the like.
  • the multimedia message will provide users with message content including video, sound, picture, flash animation and other media formats, so that operators can provide users with very rich and personalized services. For example, you can send beautiful scenery with background music to your friends and relatives on the go, and send elaborate e-cards.
  • multimedia messages need to be forwarded between different application platforms, such as between a variety of different multimedia messaging platforms, between value-added service platforms.
  • the size of the multimedia message that can be processed by the multimedia message center is limited, so that the multimedia message cannot be successfully forwarded, and the multimedia message cannot be successfully delivered.
  • the value-added service can save the multimedia message, but when accessing the value-added service platform through the computer terminal, the normal operation cannot be performed normally. Play some media information, etc.
  • a primary object of the present invention is to provide a method and apparatus for adapting and forwarding multimedia data content, so as to at least solve the above-mentioned problem that a forwarding failure or a receiving side cannot be identified in the processing of a multimedia data service.
  • a method for adapting and forwarding multimedia data content including: parsing the obtained multimedia data content; parsing each data item and destination address, obtaining the destination address attribution, and receiving the multimedia data content.
  • the code of the destination platform processes the length, type and corresponding format of the data item;
  • the type and format of the data item processed by the target platform are converted, and the length of the converted data item is less than the length of the data item processed by the destination platform; and the converted data items are forwarded to the destination platform.
  • the type includes at least one of text, picture, audio, and video.
  • the destination platform is a multimedia processing center, a value-added service platform, a mail server, or a network server.
  • the code of the destination platform is: the domain name of the multimedia processing center, the enterprise code of the value-added service platform, the IP address of the mail server, or the IP address of the network server.
  • the method further includes: determining whether the type and format of each parsed data item belong to the range of the conversion, and whether the length of the converted data item is less than the length of the data item processed by the destination platform; if not, and greater than , the output cannot be converted; if it is, and is less than, then the subsequent conversion steps are performed. Further, after outputting the untransformable result, the method further includes: forwarding the obtained multimedia data content to the destination platform.
  • an apparatus for adapting and forwarding multimedia data content including: a parsing module, parsing the obtained multimedia data content, parsing each data item and a destination address, and obtaining a destination address attribution a code for receiving a destination platform of the multimedia data content; a search module, configured to obtain a length, a type, and a corresponding format of the data item according to the code; and a conversion module, configured to process each parsed data item according to the destination platform The type and format of the data item are converted, and the length of the converted data item is less than the length of the data item processed by the destination platform; and the sending module is configured to forward the converted data item to the destination platform.
  • the destination platform to which the sending module forwards each data item includes: a multimedia processing center, a value-added service platform, a mail server, or a network server.
  • the device further includes: a determining module, configured to determine, before the converting module performs the operation, whether the type and format of the parsed data items belong within the conversion range, and whether the converted data item length is smaller than the target platform processing The length of the data item; if it does not belong to, and is greater than, the output cannot be converted; if it is, and is less than, the conversion module is triggered to perform the operation.
  • the device further includes: a transmission module, configured to forward the multimedia data content obtained by the parsing module to the destination platform after determining that the module outputs the untransformable result.
  • the multimedia message can be forwarded according to the processing parameters of the destination platform.
  • the destination platform receives the adapted multimedia message and directly sends it to the user, thereby avoiding the problem that the forwarding failure or the receiving side cannot be identified during the processing of the multimedia data service due to different processing capabilities between different platforms.
  • FIG. 1 is a flow chart of a first embodiment of the present invention
  • FIG. 2 is a flow chart of a second embodiment of the present invention
  • FIG. 3 is a structural diagram of a third embodiment of the present invention.
  • the multimedia data content includes a multimedia message, or a mail, and the like.
  • the destination platform includes a multimedia message processing center, a value-added service platform, and a mail server. Each platform has a unique unique identifier for each platform.
  • the multimedia message processing center can use i or name, value-added services.
  • the platform can use enterprise code, and there are options to configure whether the application platform supports content adaptation. Performing service analysis on the received multimedia data content.
  • the target number of the message is found to be a message that needs to be forwarded to another service platform, look up the identifier of the service platform, for example, if the peer end is a multimedia message processing center, look for it.
  • the domain name if it is a value-added business platform, find its enterprise code.
  • S13 obtaining, according to the code, a length, a type, and a corresponding format of the data processing item of the destination platform; for example, processing a txt text character data item 200k, processing a jpg format picture 50k, processing an rmvb format video 500k, and the like.
  • S 14 converting the parsed data items according to the type and format of the data items processed by the destination platform, and the converted data item length is smaller than the length of the data processing item processed by the destination platform; Converting separately, for example, converting text in word and PDF format to text in txt format, converting audio in mp3 format to audio in WMA format, converting image in jpg format to image in bmp format, and pixel conversion of image.
  • the video can convert video in h.264 format to video format in rmvb format.
  • the conversion Before the conversion, it is also necessary to judge whether the size of each data item converted can be processed by the destination platform, for example: the video size before conversion is 50k, and after conversion, it becomes 200k, when it is judged that the length of the converted data item is larger than the purpose
  • the platform stops the conversion and returns the result that cannot be converted. If it is determined that the length of the converted data item is less than the length of the data item processed by the destination platform, the conversion is performed, and the message formed by the converted data items is forwarded.
  • FIG. 1 illustrates an embodiment of the present invention applied between several multimedia messaging platforms. It mainly includes the following message platforms, as shown in Figure 2, including:
  • Originator MMS Platform The source multimedia message processing center, which may be a multimedia service processing platform, or a value-added service platform, or a mail server.
  • MMSRelay/Server Multimedia message processing center, which can realize the configuration of multimedia message service and the search of destination platform code.
  • TranscodingPlatform The content adaptation platform can adapt the configuration and content adaptation service processing to each data item, and is responsible for adapting the content of the multimedia message.
  • ApplicationPlatform Application platform, which can be a destination multimedia message processing platform, a value-added service platform or a mail server. See the flow chart shown in Figure 1, including the following steps:
  • the source multimedia message processing center sends the received multimedia message to the multimedia message processing center.
  • the source multimedia message processing center receives the multimedia message sent by the user through the mobile phone, the internet terminal or the mail server, and sends the multimedia message to the multimedia message processing center through the Submit.REQ message.
  • the multimedia message processing center parses the received message, and sends the parsed multimedia message to the content adaptation platform by using a ContentAdapt_REQ message.
  • the information of different application platforms is configured, and there are several categories of multimedia message processing centers, value-added service platforms, and mail servers. Each platform in each category has different unique identifiers, for example: multimedia
  • the message processing center can use the domain name
  • the value-added service platform can use the enterprise code
  • there are options such as whether the application platform supports the content adaptation function.
  • the multimedia message processing center performs service analysis on the received multimedia message.
  • the identifier of the service platform is searched, for example, if the peer end is a multimedia message processing center. Then look up its domain name, if it is a value-added business platform, look up its enterprise code.
  • the multimedia message processing center treats these identifiers as UAProfile information and submits them to the content adaptation platform in the ConetentAdapt.REQ message.
  • the content adaptation platform performs the conversion operation.
  • the content adaptation platform After receiving the ConetentAdapt.REQ message, the content adaptation platform searches the local UAProfile configuration database according to the UAProfile information in the request, and then converts the format and size of the multimedia message carried in the ContentAdapt.REQ message according to the configuration database information.
  • the message is returned to the multimedia message center through ContentAdapt.ACK.
  • Configuring multimedia message processing parameters of different service platforms on the content adaptation platform the parameters mainly include: the size of the multimedia message supported by the application platform, the type and format of the multimedia message that can be processed on the platform, and whether the synchronous multimedia is supported. Integrated voice SMIL and other options.
  • the content adaptation platform obtains the identifier of the service platform according to the UAProfile information in the request, and searches for the corresponding configuration parameter according to the identifier. For example, processing parameters of various service data such as data processing length, text processing capability, picture format parameters, video format parameters, and audio format parameters of the destination platform.
  • Each data item in the content adaptation platform multimedia message is converted separately, for example, converting text in word and PDF format into text in txt format, converting audio in mp3 format into audio in WMA format, and converting image in jpg format
  • video can convert h.264 format video to rmvb format video format.
  • the destination platform Before the conversion, it is also necessary to judge whether the size of each data item converted can be processed by the destination platform, for example: the video size before conversion is 50k, and after conversion, it becomes 200k, when it is judged that the length of the converted data item is larger than the purpose
  • the platform stops the conversion and returns the result that cannot be converted. If it is determined that the converted data item length is less than the length of the destination platform processing data item, the conversion is performed, and the message formed by the converted each data item is returned to the multimedia message processing center.
  • the content adaptation platform replies to the multimedia message processing center with a ContentAdapt RES message.
  • the content adaptation platform replies to the ContentAdapt RES message to the multimedia message processing center, and adds the result of the conversion, such as the result that cannot be converted, or the converted data item. Messages can also be returned to the multimedia message center via a ContentAdapt.ACK message.
  • the multimedia message processing center sends a Forward.REQ message to the application platform. If the content adaptation platform is successfully converted, the multimedia message processing center sends the converted message containing each data item to the application platform.
  • the application platform that is, the destination platform, may be a destination multimedia message processing platform, a value-added service platform, or a mail server. If no conversion is successful, the multimedia message processing center sends the pre-conversion message to the application platform.
  • S27 The application platform replies to the multimedia message processing center with a Forward.RES response message.
  • S28 The multimedia message processing center sends a Delivery_report.REQ message to the application platform.
  • the multimedia message processing center sends a delivery report.REQ message to the source multimedia message processing center. After the above processing, the multimedia message can be forwarded according to the processing parameters of the destination platform.
  • the target platform receives the adapted multimedia message and directly sends it to the user, thereby avoiding the problem that the forwarding failure or the receiving side cannot be recognized during the processing of the multimedia data service due to different processing capabilities between different platforms.
  • a parsing module 31 parsing the obtained multimedia data content, parsing each data item and a destination address, and obtaining the destination address attribution.
  • a code for receiving a destination platform of the multimedia data content a searching module 32, configured to obtain, according to the code, a length, a type, and a corresponding format of the data item processed by the destination platform;
  • the data item has a type and format conversion, and the converted data item length is smaller than the length of the destination platform processing data item.
  • the sending module 34 is configured to forward the converted data item to the destination platform.
  • the destination platform to which the sending module 34 forwards each data item includes: For multimedia processing centers, value-added service platforms, mail servers, or web servers.
  • the method further includes: a determining module 35, configured to determine, before the converting module 33 performs an operation, whether the type and format of the parsed data items belong to the converted range, and whether the converted data item length is less than
  • the destination platform processes the length of the data item; if it does not belong to, and is greater than, the output cannot be converted; if it belongs to, and is less than, the conversion module is triggered to perform the operation.
  • the method further includes: a transmission module 36, configured to: after the determining module 35 outputs the untransformable result, forward the multimedia data content obtained by the parsing module to the destination platform.
  • the device embodiment of the present invention can implement the processes of the foregoing two method embodiments, and is not described here.
  • modules or steps of the present invention can be implemented by a general-purpose computing device, which can be concentrated on a single computing device or distributed over a network composed of multiple computing devices.
  • they may be implemented by program code executable by the computing device, such that they may be stored in the storage device by the computing device and, in some cases, may be different from the order herein.
  • the steps shown or described are performed, or they are separately fabricated into individual integrated circuit modules, or a plurality of modules or steps are fabricated as a single integrated circuit module.
  • the invention is not limited to any specific combination of hardware and software.

Landscapes

  • Engineering & Computer Science (AREA)
  • Multimedia (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

The present invention discloses a method and device for adapting and forwarding multimedia data contents, and the method in the present invention includes: analyzing the obtained multimedia data contents; obtaining each data item and destination address from the analyzing, and obtaining the code of the destination platform which the destination address belongs to and receives the multimedia data contents; based on the code, obtaining the length, type and corresponding format of the data items processed by the destination platform; transforming each analyzed data item according to the type and format of the data items processed by the destination platform, and the length of the transformed data item is less than the data items length processed in the destination platform; forwarding each transformed data item to the destination platform. The destination platform receives the adapted multimedia message and transmits it to user directly, therefore avoids the problems that a forwarding failure appears or the receiving side can not identify in the processing procedure of a multimedia data service because of the different processing ability between different platforms.

Description

多媒体数据内容的适配转发方法 ^置 技术领域 本发明涉及通信领域, 具体而言, 涉及一种多媒体数据内容的适配转发 方法及装置。 背景技术 多媒体消息业务( Multimedia Messaging Service , 简称 MMS )是一种能 够在手机和手机之间以及手机和 Email月艮务器、 网络月艮务器等其它应用之间 传送多媒体数据内容的消息服务。 相对于文本形式的消息业务, 多媒体消息将为用户提供包括视频、声音、 图片、 flash动画等多种媒体格式的消息内容, 使运营商可以为用户提供非常 丰富的, 个性化的服务。 比如, 可以在旅程中将看到的美景配上背景音乐随 时随地发送给远方的亲朋好友, 发送精心制作的电子贺卡。 随着业务发展, 多媒体消息需要在不同的应用平台之间进行转发, 比如 在多种不同的多媒体消息平台之间, 在增值业务平台之间。 由于不同平台之 间的处理能力不同, 在多媒体数据业务的处理过程中, 出现转发故障或接收 侧无法识别的问题。比如多媒体消息中心能够处理的多媒体消息大小有限制, 导致多媒体消息无法成功转发, 导致多媒体消息无法成功下发; 又比如, 增 值业务可以保存多媒体消息, 但是通过电脑终端访问增值业务平台时, 无法 正常播放部分媒体信息等。 发明内容 本发明的主要目的在于提供一种多媒体数据内容的适配转发方法及装 置, 以至少解决上述在多媒体数据业务的处理过程中, 出现转发故障或接收 侧无法识别的问题。 根据本发明的一个方面, 提供一种多媒体数据内容的适配转发方法, 包 括: 对获得的多媒体数据内容进行解析; 解析出各个数据项及目的地址, 获 得目的地址归属的、 接收多媒体数据内容的目的平台的代码; 按照代码获得 目的平台处理数据项的长度、 类型及对应的格式; 将解析出的各个数据项按 照目的平台所处理数据项的类型及格式转换, 且转换后的数据项长度小于目 的平台处理数据项的长度; 将转换后的各个数据项转发至目的平台。 进一步地, 类型至少包括文本、 图片、 音频、 和视频中的一种。 进一步地, 目的平台为多媒体处理中心、 增值业务平台、 邮件服务器、 或网络月艮务器。 进一步地, 目的平台的代码为: 多媒体处理中心的域名、 增值业务平台 的企业代码、 邮件服务器的 IP地址、 或网络服务器的 IP地址。 进一步地, 转换之前, 还包括: 判断解析出的各个数据项的类型及格式 是否属于转换的范围内、 以及转换后的数据项长度是否小于目的平台处理数 据项的长度; 如果不属于、 且大于, 则输出无法转换的结果; 如果属于、 且 小于, 则执行后续的转换步骤。 进一步地, 输出无法转换的结果之后, 还包括: 将获得的多媒体数据内 容转发至目的平台。 根据本发明的另一个方面,还提供一种多媒体数据内容的适配转发装置, 包括: 解析模块, 对获得的多媒体数据内容进行解析, 并解析出各个数据项 及目的地址,获得目的地址归属的、接收多媒体数据内容的目的平台的代码; 查找模块, 用于按照代码获得目的平台处理数据项的长度、 类型及对应的格 式; 转换模块, 用于将解析出的各个数据项按照目的平台所处理数据项的类 型及格式转换, 且转换后的数据项长度小于目的平台处理数据项的长度; 发 送模块, 用于将转换后的各个数据项转发至目的平台。 进一步地, 发送模块将各个数据项转发至的目的平台包括: 为多媒体处 理中心、 增值业务平台、 邮件服务器、 或网络服务器。 进一步地, 该装置还包括: 判断模块, 用于在转换模块执行操作之前, 判断解析出的各个数据项的类型及格式是否属于转换的范围内、 以及转换后 的数据项长度是否小于目的平台处理数据项的长度; 如果不属于、 且大于, 则输出无法转换的结果; 如果属于、 且小于, 则触发转换模块执行操作。 进一步地, 该装置还包括: 传输模块, 用于当判断模块输出无法转换的 结果之后, 将解析模块获得的多媒体数据内容转发至目的平台。 经过上述的处理, 可实现按照目的平台的处理参数转发多媒体消息。 目 的平台接收到适配后的多媒体消息, 直接发送给用户, 从而避免了由于不同 平台之间的处理能力不同, 在多媒体数据业务的处理过程中, 出现转发故障 或接收侧无法识别的问题。 附图说明 此处所说明的附图用来提供对本发明的进一步理解, 构成本申请的一部 分, 本发明的示意性实施例及其说明用于解释本发明, 并不构成对本发明的 不当限定。 在附图中: 图 1是本发明实施例一的流程图; 图 2是本发明实施例二的流程图; 图 3是本发明实施例三的结构图。 具体实施方式 下文中将参考附图并结合实施例来详细说明本发明。 需要说明的是, 在 不冲突的情况下, 本申请中的实施例及实施例中的特征可以相互组合。 下面结合附图详细说明本发明的实施例。 图 1所示的实施例中, 包括以 下步骤: The present invention relates to the field of communications, and in particular to a method and apparatus for adapting and forwarding multimedia data content. BACKGROUND A Multimedia Messaging Service (MMS) is a messaging service capable of transmitting multimedia data content between a mobile phone and a mobile phone, and between other applications such as a mobile phone and an email server, a web server, and the like. Compared with the text service, the multimedia message will provide users with message content including video, sound, picture, flash animation and other media formats, so that operators can provide users with very rich and personalized services. For example, you can send beautiful scenery with background music to your friends and relatives on the go, and send elaborate e-cards. As the business develops, multimedia messages need to be forwarded between different application platforms, such as between a variety of different multimedia messaging platforms, between value-added service platforms. Due to the different processing capabilities between different platforms, in the process of processing multimedia data services, there is a problem of forwarding failure or unrecognized by the receiving side. For example, the size of the multimedia message that can be processed by the multimedia message center is limited, so that the multimedia message cannot be successfully forwarded, and the multimedia message cannot be successfully delivered. For example, the value-added service can save the multimedia message, but when accessing the value-added service platform through the computer terminal, the normal operation cannot be performed normally. Play some media information, etc. SUMMARY OF THE INVENTION A primary object of the present invention is to provide a method and apparatus for adapting and forwarding multimedia data content, so as to at least solve the above-mentioned problem that a forwarding failure or a receiving side cannot be identified in the processing of a multimedia data service. According to an aspect of the present invention, a method for adapting and forwarding multimedia data content is provided, including: parsing the obtained multimedia data content; parsing each data item and destination address, obtaining the destination address attribution, and receiving the multimedia data content. The code of the destination platform; according to the code, the destination platform processes the length, type and corresponding format of the data item; The type and format of the data item processed by the target platform are converted, and the length of the converted data item is less than the length of the data item processed by the destination platform; and the converted data items are forwarded to the destination platform. Further, the type includes at least one of text, picture, audio, and video. Further, the destination platform is a multimedia processing center, a value-added service platform, a mail server, or a network server. Further, the code of the destination platform is: the domain name of the multimedia processing center, the enterprise code of the value-added service platform, the IP address of the mail server, or the IP address of the network server. Further, before the converting, the method further includes: determining whether the type and format of each parsed data item belong to the range of the conversion, and whether the length of the converted data item is less than the length of the data item processed by the destination platform; if not, and greater than , the output cannot be converted; if it is, and is less than, then the subsequent conversion steps are performed. Further, after outputting the untransformable result, the method further includes: forwarding the obtained multimedia data content to the destination platform. According to another aspect of the present invention, an apparatus for adapting and forwarding multimedia data content is provided, including: a parsing module, parsing the obtained multimedia data content, parsing each data item and a destination address, and obtaining a destination address attribution a code for receiving a destination platform of the multimedia data content; a search module, configured to obtain a length, a type, and a corresponding format of the data item according to the code; and a conversion module, configured to process each parsed data item according to the destination platform The type and format of the data item are converted, and the length of the converted data item is less than the length of the data item processed by the destination platform; and the sending module is configured to forward the converted data item to the destination platform. Further, the destination platform to which the sending module forwards each data item includes: a multimedia processing center, a value-added service platform, a mail server, or a network server. Further, the device further includes: a determining module, configured to determine, before the converting module performs the operation, whether the type and format of the parsed data items belong within the conversion range, and whether the converted data item length is smaller than the target platform processing The length of the data item; if it does not belong to, and is greater than, the output cannot be converted; if it is, and is less than, the conversion module is triggered to perform the operation. Further, the device further includes: a transmission module, configured to forward the multimedia data content obtained by the parsing module to the destination platform after determining that the module outputs the untransformable result. After the above processing, the multimedia message can be forwarded according to the processing parameters of the destination platform. The destination platform receives the adapted multimedia message and directly sends it to the user, thereby avoiding the problem that the forwarding failure or the receiving side cannot be identified during the processing of the multimedia data service due to different processing capabilities between different platforms. BRIEF DESCRIPTION OF THE DRAWINGS The accompanying drawings, which are set to illustrate,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 1 is a flow chart of a first embodiment of the present invention; FIG. 2 is a flow chart of a second embodiment of the present invention; and FIG. 3 is a structural diagram of a third embodiment of the present invention. BEST MODE FOR CARRYING OUT THE INVENTION Hereinafter, the present invention will be described in detail with reference to the accompanying drawings. It should be noted that the embodiments in the present application and the features in the embodiments may be combined with each other without conflict. Embodiments of the present invention will be described in detail below with reference to the accompanying drawings. In the embodiment shown in Figure 1, the following steps are included:
S 11 : 对获得的所述多媒体数据内容进行解析; 多媒体数据内容包括多媒体消息、 或邮件等。 S11: parsing the obtained multimedia data content; the multimedia data content includes a multimedia message, or a mail, and the like.
S 12: 解析出各个数据项及接收所述多媒体数据内容的目的平台的代码; 解析的多媒体数据内容中, 包括多种数据项, 至少包括文本、 图片、 音 频、 视频数据中的一种, 以及目的地址, 获得目的地址归属的、 接收所述多 媒体数据内容的目的平台的代码。 目的平台包括有多媒体消息处理中心, 增值业务平台, 邮件服务器几个 大类, 每个大类中每个平台都有不同的唯一标识符, 例如: 多媒体消息处理 中心可以使用 i或名, 增值业务平台可以使用企业代码, 并且还有配置应用平 台是否支持内容适配功能等选项。 对接收到的多媒体数据内容进行业务分析, 如果发现消息的目标号码是 需要转发到其它业务平台的消息, 则查找该业务平台的标识符, 例如, 如果 是对端是多媒体消息处理中心则查找其域名, 如果是增值业务平台则查找其 企业代码。 S 13 : 按照所述代码获得所述目的平台处理数据项的长度、 类型及对应 的格式; 如处理 txt文本字符数据项 200k, 处理 jpg格式图片 50k, 处理 rmvb格 式视频 500k等。 S12: parsing out each data item and a code of a destination platform that receives the multimedia data content; the parsed multimedia data content includes a plurality of data items, at least one of text, picture, audio, and video data, and The destination address obtains a code of the destination platform to which the destination address belongs and receives the multimedia data content. The destination platform includes a multimedia message processing center, a value-added service platform, and a mail server. Each platform has a unique unique identifier for each platform. For example: The multimedia message processing center can use i or name, value-added services. The platform can use enterprise code, and there are options to configure whether the application platform supports content adaptation. Performing service analysis on the received multimedia data content. If the target number of the message is found to be a message that needs to be forwarded to another service platform, look up the identifier of the service platform, for example, if the peer end is a multimedia message processing center, look for it. The domain name, if it is a value-added business platform, find its enterprise code. S13: obtaining, according to the code, a length, a type, and a corresponding format of the data processing item of the destination platform; for example, processing a txt text character data item 200k, processing a jpg format picture 50k, processing an rmvb format video 500k, and the like.
S 14: 将所述解析出的各个数据项按照所述目的平台所处理数据项的类 型及格式转换,且转换后的数据项长度小于所述目的平台处理数据项的长度; 将各个数据项, 分别进行转换, 例如, 将 word 、 PDF格式的文本转换 为 txt格式的文本, 将 mp3格式的音频转换为 WMA格式的音频, 将 jpg格 式的图片转换为 bmp格式的图片, 以及图片的像素转换, 视频可将 h.264格 式的视频转换为 rmvb格式的视频格式等。 在转换前, 还需要判断转换的每个数据项的大小是否可以被目的平台所 处理, 例如: 转换前的视频大小为 50k, 转换后变成 200k, 当判断出转换后 的数据项长度大于目的平台处理数据项的长度, 则停止转换, 并返回无法转 换的结果。 如果判断出转换后的数据项长度小于目的平台处理数据项的长度, 则进 行转换, 并将转换后的各个数据项所构成的消息转发。 S 14: converting the parsed data items according to the type and format of the data items processed by the destination platform, and the converted data item length is smaller than the length of the data processing item processed by the destination platform; Converting separately, for example, converting text in word and PDF format to text in txt format, converting audio in mp3 format to audio in WMA format, converting image in jpg format to image in bmp format, and pixel conversion of image. The video can convert video in h.264 format to video format in rmvb format. Before the conversion, it is also necessary to judge whether the size of each data item converted can be processed by the destination platform, for example: the video size before conversion is 50k, and after conversion, it becomes 200k, when it is judged that the length of the converted data item is larger than the purpose When the platform processes the length of the data item, it stops the conversion and returns the result that cannot be converted. If it is determined that the length of the converted data item is less than the length of the data item processed by the destination platform, the conversion is performed, and the message formed by the converted data items is forwarded.
S 15 : 将转换后的各个数据项转发至所述目的平台。 如果能够转换,将转换后的各个数据项发送至目的平台; 如果不能转换, 则将转换前的数据内容发送至目的平台。 图 2示出了本发明实施例应用在几个多媒体消息平台之间。 其中主要包 括以下几个消息平台, 参见图 2 , 包括: S15: Forward the converted data items to the destination platform. If the conversion is possible, the converted data items are sent to the destination platform; if they cannot be converted, the data content before the conversion is sent to the destination platform. Figure 2 illustrates an embodiment of the present invention applied between several multimedia messaging platforms. It mainly includes the following message platforms, as shown in Figure 2, including:
Originator MMS Platform: 源多媒体消息处理中心, 这里有可能是一个 多媒体业务处理平台, 也可能是一个增值业务平台, 也可以是邮件服务器。 MMSRelay/Server:多媒体消息处理中心, 可实现多媒体消息业务配置及 目的平台代码的查找。 Originator MMS Platform: The source multimedia message processing center, which may be a multimedia service processing platform, or a value-added service platform, or a mail server. MMSRelay/Server: Multimedia message processing center, which can realize the configuration of multimedia message service and the search of destination platform code.
TranscodingPlatform: 内容适配平台, 可对各个数据项内容适配配置和 内容适配业务处理, 负责对多媒体消息的内容适配。 ApplicationPlatform: 应用平台, 可以是目的多媒体消息处理平台, 增值 业务平台或者邮件服务器。 参见图 1所示的流程图, 包括以下步骤: TranscodingPlatform: The content adaptation platform can adapt the configuration and content adaptation service processing to each data item, and is responsible for adapting the content of the multimedia message. ApplicationPlatform: Application platform, which can be a destination multimedia message processing platform, a value-added service platform or a mail server. See the flow chart shown in Figure 1, including the following steps:
S21 : 源多媒体消息处理中心将接收到的多媒体消息发送至多媒体消息 处理中心。 源多媒体消息处理中心接收到用户通过手机、 互联网终端或邮件服务器 发送的多媒体消息, 并通过 Submit.REQ 消息将多媒体消息发送至多媒体消 息处理中心。 S21: The source multimedia message processing center sends the received multimedia message to the multimedia message processing center. The source multimedia message processing center receives the multimedia message sent by the user through the mobile phone, the internet terminal or the mail server, and sends the multimedia message to the multimedia message processing center through the Submit.REQ message.
S22: 多媒体消息处理中心收到后, 回复 Submit.RES消息。 S22: After receiving the multimedia message processing center, reply to the Submit.RES message.
S23 : 多媒体消息处理中心对接收的消息进行解析, 将解析后的多媒体 消息通过 ContentAdapt_REQ消息发送至内容适配平台。 在多媒体消息处理中心内, 配置不同应用平台的信息, 有多媒体消息处 理中心, 增值业务平台, 邮件服务器几个大类, 每个大类中每个平台都有不 同的唯一标识符, 例如: 多媒体消息处理中心可以使用域名, 增值业务平台 可以使用企业代码, 并且还有配置应用平台是否支持内容适配功能等选项。 通过解析出的目的地址, 可找到目的地址归属的、 接收多媒体数据内容的目 的平台代码。 多媒体消息处理中心对接收到的多媒体消息进行业务分析, 如果发现消 息的目标号码是需要转发到其它业务平台的消息, 则查找该业务平台的标识 符, 例如, 如果是对端是多媒体消息处理中心则查找其域名, 如果是增值业 务平台则查找其企业代码。多媒体消息处理中心将这些标识符当作 UAProfile 信息, 在 ConetentAdapt.REQ消息中提交给内容适配平台。 内容适配平台执行转换操作。 内容适配平台收到 ConetentAdapt.REQ消息以后,才艮据请求中 UAProfile 信息, 查找本地的 UAProfile 配置数据库, 才艮据配置数据库信息将 ContentAdapt.REQ消息中携带的多媒体消息进行格式和大小的转换, 适配成 功以后, 将消息通过 ContentAdapt.ACK返回给多媒体消息中心。 在内容适配平台上配置不同业务平台的多媒体消息处理参数, 这些参数 主要包括: 应用平台所支持的多媒体消息的大小, 该平台上所能处理的多媒 体消息类型、 及格式, 以及是否支持同步多媒体集成语音 SMIL等选项。 内容适配平台才艮据请求中 UAProfile信息, 通过此信息获得业务平台的 标识符, 按照标识符查找相应的配置参数。 例如, 目的平台的数据处理长度、 文本处理能力、 图片格式参数、 视频格式参数、 和音频格式参数等各种业务 数据的处理参数。 内容适配平台多媒体消息中的各个数据项, 分别进行转换, 例如, 将 word 、 PDF格式的文本转换为 txt格式的文本, 将 mp3格式的音频转换为 WMA格式的音频, 将 jpg格式的图片转换为 bmp格式的图片, 以及图片的 像素转换, 视频可将 h.264格式的视频转换为 rmvb格式的视频格式等。 在转换前, 还需要判断转换的每个数据项的大小是否可以被目的平台所 处理, 例如: 转换前的视频大小为 50k, 转换后变成 200k, 当判断出转换后 的数据项长度大于目的平台处理数据项的长度, 则停止转换, 并返回无法转 换的结果。 如果判断出转换后的数据项长度小于目的平台处理数据项的长度, 则进 行转换,并将转换后的各个数据项所构成的消息返回给多媒体消息处理中心。 S23: The multimedia message processing center parses the received message, and sends the parsed multimedia message to the content adaptation platform by using a ContentAdapt_REQ message. In the multimedia message processing center, the information of different application platforms is configured, and there are several categories of multimedia message processing centers, value-added service platforms, and mail servers. Each platform in each category has different unique identifiers, for example: multimedia The message processing center can use the domain name, the value-added service platform can use the enterprise code, and there are options such as whether the application platform supports the content adaptation function. Through the parsed destination address, the destination platform code to which the destination address belongs and receives the multimedia data content can be found. The multimedia message processing center performs service analysis on the received multimedia message. If the target number of the message is a message that needs to be forwarded to another service platform, the identifier of the service platform is searched, for example, if the peer end is a multimedia message processing center. Then look up its domain name, if it is a value-added business platform, look up its enterprise code. The multimedia message processing center treats these identifiers as UAProfile information and submits them to the content adaptation platform in the ConetentAdapt.REQ message. The content adaptation platform performs the conversion operation. After receiving the ConetentAdapt.REQ message, the content adaptation platform searches the local UAProfile configuration database according to the UAProfile information in the request, and then converts the format and size of the multimedia message carried in the ContentAdapt.REQ message according to the configuration database information. After the adaptation is successful, the message is returned to the multimedia message center through ContentAdapt.ACK. Configuring multimedia message processing parameters of different service platforms on the content adaptation platform, the parameters mainly include: the size of the multimedia message supported by the application platform, the type and format of the multimedia message that can be processed on the platform, and whether the synchronous multimedia is supported. Integrated voice SMIL and other options. The content adaptation platform obtains the identifier of the service platform according to the UAProfile information in the request, and searches for the corresponding configuration parameter according to the identifier. For example, processing parameters of various service data such as data processing length, text processing capability, picture format parameters, video format parameters, and audio format parameters of the destination platform. Each data item in the content adaptation platform multimedia message is converted separately, for example, converting text in word and PDF format into text in txt format, converting audio in mp3 format into audio in WMA format, and converting image in jpg format For bmp format pictures, and pixel conversion of pictures, video can convert h.264 format video to rmvb format video format. Before the conversion, it is also necessary to judge whether the size of each data item converted can be processed by the destination platform, for example: the video size before conversion is 50k, and after conversion, it becomes 200k, when it is judged that the length of the converted data item is larger than the purpose When the platform processes the length of the data item, it stops the conversion and returns the result that cannot be converted. If it is determined that the converted data item length is less than the length of the destination platform processing data item, the conversion is performed, and the message formed by the converted each data item is returned to the multimedia message processing center.
S25:内容适配平台向多媒体消息处理中心回复 ContentAdapt RES消息。 内容适配平台向多媒体消息处理中心回复 ContentAdapt RES消息中,加 入转换的结果, 如无法转换的结果, 或转换后的各个数据项。 还可以将消息 通过 ContentAdapt.ACK消息返回给多媒体消息中心。 S25: The content adaptation platform replies to the multimedia message processing center with a ContentAdapt RES message. The content adaptation platform replies to the ContentAdapt RES message to the multimedia message processing center, and adds the result of the conversion, such as the result that cannot be converted, or the converted data item. Messages can also be returned to the multimedia message center via a ContentAdapt.ACK message.
S26: 多媒体消息处理中心向应用平台发送 Forward.REQ消息。 如果内容适配平台转换成功, 多媒体消息处理中心将转换后的含有各个 数据项的消息发送至应用平台。 应用平台即目的平台, 可以是目的多媒体消 息处理平台, 增值业务平台或者邮件服务器等设备。 如果没有转换成功, 多媒体消息处理中心将转换前的消息发送至应用平 台 S26: The multimedia message processing center sends a Forward.REQ message to the application platform. If the content adaptation platform is successfully converted, the multimedia message processing center sends the converted message containing each data item to the application platform. The application platform, that is, the destination platform, may be a destination multimedia message processing platform, a value-added service platform, or a mail server. If no conversion is successful, the multimedia message processing center sends the pre-conversion message to the application platform.
S27: 应用平台向多媒体消息处理中心回复 Forward.RES应答消息。 S28: 多媒体消息处理中心向应用平台发送 Delivery_report.REQ 消息 4艮 告。 S27: The application platform replies to the multimedia message processing center with a Forward.RES response message. S28: The multimedia message processing center sends a Delivery_report.REQ message to the application platform.
S29: 应用平台向多媒体消息处理中心回复 Delivery report.RES应答 4艮 告。 S29: The application platform replies to the multimedia message processing center with a delivery report. RES response 4 告.
S30: 多媒体消 息处理中 心向源多媒体消 息处理中 心发送 Delivery report.REQ消息 艮告。 经过上述的处理, 可实现按照目的平台的处理参数转发多媒体消息。 目 的平台接收到适配后的多媒体消息, 直接发送给用户, 从而避免了由于不同 平台之间的处理能力不同, 在多媒体数据业务的处理过程中, 出现转发故障 或接收侧无法识别的问题。 上面详细说明了本发明的方法实施例, 对于本发明的方法实施例中的各 个步骤, 可以釆用各种形式的集成电路或芯片实现, 下面给出本发明的一种 优选地装置实施例, 并结合附图详细说明, 参见图 3所示的装置结构框图, 包括: 解析模块 31 , 对获得的所述多媒体数据内容进行解析, 并解析出各个数 据项及目的地址, 获得所述目的地址归属的、 接收所述多媒体数据内容的目 的平台的代码; 查找模块 32 , 用于按照所述代码获得所述目的平台处理数据项的长度、 类型及对应的格式; S30: The multimedia message processing center sends a delivery report.REQ message to the source multimedia message processing center. After the above processing, the multimedia message can be forwarded according to the processing parameters of the destination platform. The target platform receives the adapted multimedia message and directly sends it to the user, thereby avoiding the problem that the forwarding failure or the receiving side cannot be recognized during the processing of the multimedia data service due to different processing capabilities between different platforms. The method embodiments of the present invention are described in detail above. The various steps in the method embodiments of the present invention may be implemented in various forms of integrated circuits or chips. A preferred apparatus embodiment of the present invention is given below. The detailed description of the device structure shown in FIG. 3 includes: a parsing module 31, parsing the obtained multimedia data content, parsing each data item and a destination address, and obtaining the destination address attribution. a code for receiving a destination platform of the multimedia data content; a searching module 32, configured to obtain, according to the code, a length, a type, and a corresponding format of the data item processed by the destination platform;
数据项的类型及格式转换, 且转换后的数据项长度小于所述目的平台处理数 据项的长度; 发送模块 34 , 用于将转换后的各个数据项转发至所述目的平台。 优选地, 所述发送模块 34 将各个数据项转发至的所述目的平台包括: 为多媒体处理中心、 增值业务平台、 邮件服务器、 或网络服务器。 优选地, 还包括: 判断模块 35 , 用于在所述转换模块 33执行操作之前, 判断解析出的各 个数据项的类型及格式是否属于转换的范围内、 以及转换后的数据项长度是 否小于所述目的平台处理数据项的长度; 如果不属于、 且大于, 则输出无法转换的结果; 如果属于、 且小于, 则触发所述转换模块执行操作。 优选地, 还包括: 传输模块 36 , 用于当所述判断模块 35输出无法转换的结果之后, 将所 述解析模块获得的多媒体数据内容转发至所述目的平台。 上面详细说明了本发明的装置实施例, 本发明的装置实施例可实现上述 两个方法实施例的流程, 这里不再——赞述。 显然, 本领域的技术人员应该明白, 上述的本发明的各模块或各步骤可 以用通用的计算装置来实现, 它们可以集中在单个的计算装置上, 或者分布 在多个计算装置所组成的网络上, 可选地, 它们可以用计算装置可执行的程 序代码来实现, 从而, 可以将它们存储在存储装置中由计算装置来执行, 并 且在某些情况下, 可以以不同于此处的顺序执行所示出或描述的步骤, 或者 将它们分别制作成各个集成电路模块, 或者将它们中的多个模块或步骤制作 成单个集成电路模块来实现。 这样, 本发明不限制于任何特定的硬件和软件 结合。 以上所述仅为本发明的优选实施例而已, 并不用于限制本发明, 对于本 领域的技术人员来说, 本发明可以有各种更改和变化。 凡在本发明的 ^"神和 原则之内, 所作的任何修改、 等同替换、 改进等, 均应包含在本发明的保护 范围之内。 The data item has a type and format conversion, and the converted data item length is smaller than the length of the destination platform processing data item. The sending module 34 is configured to forward the converted data item to the destination platform. Preferably, the destination platform to which the sending module 34 forwards each data item includes: For multimedia processing centers, value-added service platforms, mail servers, or web servers. Preferably, the method further includes: a determining module 35, configured to determine, before the converting module 33 performs an operation, whether the type and format of the parsed data items belong to the converted range, and whether the converted data item length is less than The destination platform processes the length of the data item; if it does not belong to, and is greater than, the output cannot be converted; if it belongs to, and is less than, the conversion module is triggered to perform the operation. Preferably, the method further includes: a transmission module 36, configured to: after the determining module 35 outputs the untransformable result, forward the multimedia data content obtained by the parsing module to the destination platform. The device embodiment of the present invention is described in detail above. The device embodiment of the present invention can implement the processes of the foregoing two method embodiments, and is not described here. Obviously, those skilled in the art should understand that the above modules or steps of the present invention can be implemented by a general-purpose computing device, which can be concentrated on a single computing device or distributed over a network composed of multiple computing devices. Alternatively, they may be implemented by program code executable by the computing device, such that they may be stored in the storage device by the computing device and, in some cases, may be different from the order herein. The steps shown or described are performed, or they are separately fabricated into individual integrated circuit modules, or a plurality of modules or steps are fabricated as a single integrated circuit module. Thus, the invention is not limited to any specific combination of hardware and software. The above is only the preferred embodiment of the present invention, and is not intended to limit the present invention, and various modifications and changes can be made to the present invention. Any modifications, equivalent substitutions, improvements, etc. made within the scope of the present invention are intended to be included within the scope of the present invention.

Claims

权 利 要 求 书 一种多媒体数据内容的适配转发方法, 其特征在于, 包括:  The invention relates to a method for adapting and forwarding multimedia content, which is characterized in that it comprises:
对获得的多媒体数据内容进行解析;  Parsing the obtained multimedia data content;
解析出各个数据项及目的地址, 获得所述目的地址归属的、 接收所 述多媒体数据内容的目的平台的代码; 按照所述代码获得所述目的平台处理数据项的长度、 类型及对应的 格式; 及格式转换, 且转换后的数据项长度小于所述目的平台处理数据项的长 度;  Parsing each data item and a destination address, obtaining a code of the destination platform to which the destination address belongs, and receiving the multimedia data content; obtaining, according to the code, a length, a type, and a corresponding format of the data item processed by the destination platform; And format conversion, and the length of the converted data item is less than the length of the data item processed by the destination platform;
将转换后的各个数据项转发至所述目的平台。 根据权利要求 1所述的方法, 其特征在于, 所述类型至少包括文本、 图 片、 音频、 和视频中的一种。 根据权利要求 1所述的方法, 其特征在于, 所述目的平台为多媒体处理 中心、 增值业务平台、 邮件服务器、 或网络服务器。 根据权利要求 3所述的方法, 其特征在于, 所述目的平台的代码为: 多 媒体处理中心的域名、增值业务平台的企业代码、邮件服务器的 IP地址、 或网络服务器的 IP地址。 才艮据权利要求 1所述的方法, 其特征在于, 所述转换之前, 还包括: 判断解析出的各个数据项的类型及格式是否属于转换的范围内、 以 及转换后的数据项长度是否小于所述目的平台处理数据项的长度;  Each converted data item is forwarded to the destination platform. The method of claim 1 wherein said type comprises at least one of text, picture, audio, and video. The method according to claim 1, wherein the destination platform is a multimedia processing center, a value-added service platform, a mail server, or a network server. The method according to claim 3, wherein the code of the destination platform is: a domain name of the multimedia processing center, an enterprise code of the value-added service platform, an IP address of the mail server, or an IP address of the network server. The method according to claim 1, wherein before the converting, the method further comprises: determining whether the type and format of the parsed data items belong to the range of the conversion, and whether the length of the converted data item is less than The destination platform processes the length of the data item;
如果不属于、 且大于, 则输出无法转换的结果;  If it does not belong to, and is greater than, the output cannot be converted;
如果属于、 且小于, 则执行后续的转换步骤。 根据权利要求 5所述的方法, 其特征在于, 所述输出无法转换的结果之 后, 还包括:  If it is, and is less than, then a subsequent conversion step is performed. The method according to claim 5, wherein after the output cannot be converted, the method further comprises:
将所述获得的多媒体数据内容转发至所述目的平台。 Forwarding the obtained multimedia data content to the destination platform.
7. 一种多媒体数据内容的适配转发装置, 其特征在于, 包括: 解析模块, 用于对获得的所述多媒体数据内容进行解析, 并解析出 各个数据项及目的地址, 获得所述目的地址归属的、 接收所述多媒体数 据内容的目的平台的代码; An apparatus for adapting forwarding of multimedia data content, comprising: a parsing module, configured to parse the obtained multimedia data content, parse each data item and a destination address, and obtain the destination address a code of the destination platform that receives the multimedia data content;
查找模块,用于按照所述代码获得所述目的平台处理数据项的长度、 类型及对应的格式; 理数据项的类型及格式转换, 且转换后的数据项长度小于所述目的平台 处理数据项的长度;  a searching module, configured to obtain, according to the code, a length, a type, and a corresponding format of the data item processed by the destination platform; a type and a format conversion of the data item, and the converted data item length is smaller than the target platform processing data item length;
发送模块, 用于将转换后的各个数据项转发至所述目的平台。  And a sending module, configured to forward the converted data item to the destination platform.
8. 根据权利要求 7所述的装置, 其特征在于, 所述发送模块将各个数据项 转发至的所述目的平台包括: 为多媒体处理中心、 增值业务平台、 邮件 服务器、 或网络服务器。 The device according to claim 7, wherein the destination platform to which the sending module forwards each data item comprises: a multimedia processing center, a value-added service platform, a mail server, or a network server.
9 根据权利要求 7所述的装置, 其特征在于, 还包括: The device according to claim 7, further comprising:
判断模块, 用于在所述转换模块执行操作之前, 判断解析出的各个 数据项的类型及格式是否属于转换的范围内、 以及转换后的数据项长度 是否小于所述目的平台处理数据项的长度;  a judging module, configured to determine, before the converting module performs an operation, whether the type and format of each parsed data item belong to a range of conversion, and whether the length of the converted data item is less than a length of the data item processed by the destination platform ;
如果不属于、 且大于, 则输出无法转换的结果;  If it does not belong to, and is greater than, the output cannot be converted;
如果属于、 且小于, 则触发所述转换模块执行操作。  If it belongs to, and is less than, the conversion module is triggered to perform an operation.
10. 根据权利要求 9所述的装置, 其特征在于, 还包括: 10. The device according to claim 9, further comprising:
传输模块, 用于当所述判断模块输出无法转换的结果之后, 将所述 解析模块获得的多媒体数据内容转发至所述目的平台。  And a transmitting module, configured to forward the multimedia data content obtained by the parsing module to the destination platform after the determining module outputs the untransformable result.
PCT/CN2010/077176 2010-06-18 2010-09-21 Method and device for adapting and forwarding multimedia data contents WO2011157007A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201010207326.3 2010-06-18
CN2010102073263A CN102291690A (en) 2010-06-18 2010-06-18 Multimedia data content adapting and forwarding method and device

Publications (1)

Publication Number Publication Date
WO2011157007A1 true WO2011157007A1 (en) 2011-12-22

Family

ID=45337746

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2010/077176 WO2011157007A1 (en) 2010-06-18 2010-09-21 Method and device for adapting and forwarding multimedia data contents

Country Status (2)

Country Link
CN (1) CN102291690A (en)
WO (1) WO2011157007A1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112698799A (en) * 2020-12-15 2021-04-23 江苏捷成睿创科技发展有限公司 Document on-screen operation method and system

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102413486A (en) * 2011-09-06 2012-04-11 中兴通讯股份有限公司 Terminal information detection method and system thereof
CN103269356A (en) * 2013-04-23 2013-08-28 深圳市京华科讯科技有限公司 Audio redirection method and system
CN115129323B (en) * 2022-06-30 2023-04-11 北京新唐思创教育科技有限公司 Method, device and equipment for processing data resource packet and storage medium

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1568047A (en) * 2003-07-10 2005-01-19 华为技术有限公司 A method for implementing network side and terminal side service adaptation
CN1585516A (en) * 2004-06-02 2005-02-23 卓望数码技术(深圳)有限公司 Preadapting universal multimedia short-message telecommunicating method
CN1795657A (en) * 2003-03-25 2006-06-28 艾利森电话股份有限公司 Multimedia message processing
CN1859610A (en) * 2005-06-13 2006-11-08 华为技术有限公司 Method for transfering multimedia message content adaptive notice

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2007147333A1 (en) * 2006-06-16 2007-12-27 Avantouch Software(Suzhou) Co., Ltd. Method of mobile phone to generate, transmit, and receive stream media

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1795657A (en) * 2003-03-25 2006-06-28 艾利森电话股份有限公司 Multimedia message processing
CN1568047A (en) * 2003-07-10 2005-01-19 华为技术有限公司 A method for implementing network side and terminal side service adaptation
CN1585516A (en) * 2004-06-02 2005-02-23 卓望数码技术(深圳)有限公司 Preadapting universal multimedia short-message telecommunicating method
CN1859610A (en) * 2005-06-13 2006-11-08 华为技术有限公司 Method for transfering multimedia message content adaptive notice

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112698799A (en) * 2020-12-15 2021-04-23 江苏捷成睿创科技发展有限公司 Document on-screen operation method and system

Also Published As

Publication number Publication date
CN102291690A (en) 2011-12-21

Similar Documents

Publication Publication Date Title
US8516071B2 (en) Systems and methods for creating virtual universal plug-and-play systems
US11871333B2 (en) Wireless network service type
US20050162685A1 (en) Printing using instant message protocol
US20050266884A1 (en) Methods and systems for conducting remote communications
US20080294729A1 (en) Email object for open mobile alliance data synchronization usage
CN101065748A (en) Method and system for processing queries initiated by users of mobile devices
CN111510476B (en) Communication method, communication device, computer equipment and computer readable storage medium
RU2483352C2 (en) Method, apparatus and system for service identification
WO2010043142A1 (en) Method, device and system for enhancing script-based application reliability
US20080275937A1 (en) Control Device, Method and Program for Providing Information
WO2011157007A1 (en) Method and device for adapting and forwarding multimedia data contents
WO2014187397A1 (en) Multimedia message publishing method and device
US20100049804A1 (en) Instant Messaging
US8738801B2 (en) Methods and apparatus for updating index information while adding and updating documents in a distributed network
JP5231627B2 (en) Method for identifying supplement data relating to at least one content, method for transmitting supplement data, related processing device and application server
KR100794524B1 (en) Server of providing media contents ordered by text message and method for operating the server
US7272398B2 (en) Providing to sender of message an identifier of service provider associated with recipient of the message
JP2011519443A5 (en)
US8731589B1 (en) Intelligent short message service transmission
FI121906B (en) Procedures, computer programs, transaction server and computer systems for processing transactions
CN101291467A (en) Central apparatus of multimedia message, forwarding method and device for multimedia message
JP2004341825A (en) Data conversion system
KR100817790B1 (en) Method and System for Operating Wired and Wireless Website for Exhibition
CN114884913A (en) Message interaction method and device, electronic equipment, message server and storage medium
US8131587B2 (en) Methods, communications devices, and computer program products for adding displayed advertisement contact data to networked address books

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 10853116

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 10853116

Country of ref document: EP

Kind code of ref document: A1