WO2011143870A1 - 多媒体信息的传输和接收方法、以及终端 - Google Patents

多媒体信息的传输和接收方法、以及终端 Download PDF

Info

Publication number
WO2011143870A1
WO2011143870A1 PCT/CN2010/076626 CN2010076626W WO2011143870A1 WO 2011143870 A1 WO2011143870 A1 WO 2011143870A1 CN 2010076626 W CN2010076626 W CN 2010076626W WO 2011143870 A1 WO2011143870 A1 WO 2011143870A1
Authority
WO
WIPO (PCT)
Prior art keywords
information
messages
multimedia information
transmitted
message
Prior art date
Application number
PCT/CN2010/076626
Other languages
English (en)
French (fr)
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 中兴通讯股份有限公司
Priority to US13/519,898 priority Critical patent/US20120278433A1/en
Priority to EP10851627.9A priority patent/EP2509344B1/en
Publication of WO2011143870A1 publication Critical patent/WO2011143870A1/zh

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W28/00Network traffic management; Network resource management
    • H04W28/02Traffic management, e.g. flow control or congestion control
    • H04W28/06Optimizing the usage of the radio link, e.g. header compression, information sizing, discarding information
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L51/00User-to-user messaging in packet-switching networks, transmitted according to store-and-forward or real-time protocols, e.g. e-mail
    • H04L51/21Monitoring or handling of messages
    • H04L51/226Delivery according to priorities
    • 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 
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W28/00Network traffic management; Network resource management
    • H04W28/02Traffic management, e.g. flow control or congestion control
    • H04W28/06Optimizing the usage of the radio link, e.g. header compression, information sizing, discarding information
    • H04W28/065Optimizing the usage of the radio link, e.g. header compression, information sizing, discarding information using assembly or disassembly of packets

Definitions

  • the present invention relates to the field of communications, and in particular, to a method and a terminal for transmitting and receiving multimedia information. Background technique
  • BLOCK mode is rarely used.
  • TEXT mode can only send ASCII code. It cannot send Chinese Unicode (UNICODE).
  • UNICODE Chinese Unicode
  • the TEXT mode can be used to send Chinese short messages technically, but domestic mobile phones basically do not support this mode.
  • PDU mode is used more often.
  • the PDU mode When developing the PDU mode, you need to write a special function to convert the text to PDU format. Since all mobile phones support the PDU mode, you can use any character set for encoding.
  • the following three encoding methods can be used: 7-bit encoding, 8-bit encoding, and UCS2 encoding.
  • 7-bit encoding is used to send ordinary ASCII (American Standard Code for Information Interchange) characters
  • 8-bit encoding is usually used to send data messages, such as pictures or ring tones
  • UCS2 encoding is used for sending Unicode characters.
  • 7-bit encoding is used.
  • a short message can send up to 153 ASCII characters
  • 8-bit encoding a short message can send up to 140 characters
  • a short message can send up to 70. Chinese character.
  • EMS Enhanced Message Service
  • SMS Short Messaging Service
  • GSM Global System for Mobile Communications
  • EMS transmission path and operation method are the same as SMS, which makes the development and application of EMS more convenient.
  • EMS adopts the open ETSI standard and belongs to the 3rd Generation Partnership Project (3GPP).
  • 3GPP 3rd Generation Partnership Project
  • EMS utilizes the existing short message system platform to realize a large data volume short message application through multiple SMS concatenations, and supports end-to-end message transmission, that is, mobile phone users can send and receive texts through short messages, and simple
  • the combination of images, animations and sounds is also the carrier of content delivery, ie content such as ringtones, screensavers, wallpapers or custom icons can be downloaded to the phone.
  • EMS uses a variety of different IEs in the header UDH to identify different objects in the EMS, so simple ringtones, pictures, even animations and text can be combined to support mutual transmission between EMS phones.
  • the following is an example in which the EMS sends data including a 32Byte picture and simple text.
  • the sending data of EMS is:
  • UDHL indicates the number of bytes of the user data header is a total of 36Btye (including UDHL);
  • IED 1 that is, the first bit of true data of IEs represents the relative offset of the picture and the text data of this short message; after ⁇ ( Small picture 32bytes)> byte is the binary code of small picture.
  • the user input content is automatically split into multiple short messages according to the input order of the user when sending the message, for example, when the user inputs text 1 (9 characters) + picture (128 Byte) + text 2 (9 characters), because even text 1 And the length of the text 2 is 4 , short, and can not be placed in a short message with the picture, so the input content will be split into 3 short messages, so that text 1, picture and text 2 are respectively passed through a short
  • the message is sent, so 3 short message transmissions are required, which not only increases the cost of the user, but also causes multiple message interactions between the network and the network side and the user terminal each time the short message transmission occurs (even if necessary) Therefore, it will take up more network overhead and bring an extra burden to the network.
  • the present invention proposes a method for transmitting and receiving multimedia information and a terminal, which can reduce the cost of short message transmission and reduce the burden on the network.
  • a method of transmitting multimedia information is provided.
  • the method for transmitting multimedia information includes: dividing multimedia information to be transmitted into a plurality of information segments; combining a plurality of information segments to obtain a plurality of messages, wherein each of the plurality of information segments The information segment includes a location identifier of the information segment in the multimedia information to be transmitted, and each of the plurality of messages has a length less than or equal to a predetermined length, and each message includes at least one information segment; Some or all of the messages are sent to the recipient.
  • the dividing the multimedia information to be transmitted into the plurality of information segments includes: dividing the multimedia information to be transmitted into multiple information segments according to the type of the element in the multimedia information to be transmitted, where the multimedia to be transmitted is A plurality of independent elements in the information that are consecutive in position and of the same type are divided into different information segments.
  • combining the plurality of information segments includes: at a length of at least two information segments And when the sum is less than or equal to the predetermined length, the at least two information segments are combined to obtain a message, wherein the combined information includes the same or different types of elements.
  • sending the plurality of messages to the receiver includes: determining a transmission priority of the plurality of messages according to priorities of the elements in the plurality of messages, and transmitting all or part of the plurality of messages according to the transmission priority of the plurality of messages.
  • the method may further include: the receiver splicing the information segments of the received message according to the location identifier of the information segment in the received message.
  • the location identifier of each information segment includes: a starting location of the information segment in the multimedia information to be transmitted, a length of the information segment, and an identifier of the multimedia information to be transmitted.
  • a method of receiving multimedia information is also provided.
  • a method for receiving multimedia information comprising:
  • Each of the plurality of information segments includes a location identifier of the information segment in the multimedia information, wherein each of the plurality of information segments has a length that is less than or equal to a predetermined length;
  • the receiving party splicing the information segments in the plurality of messages according to the received location identifier of each of the plurality of messages.
  • the sum of the lengths of the at least two information segments is less than or equal to the predetermined length, and each of the messages obtained by the combination includes the same or different types of elements.
  • a terminal is also provided.
  • the terminal includes: a segmentation module, configured to divide the multimedia information to be transmitted into a plurality of information segments; and a combination module, configured to combine the plurality of information segments to obtain a plurality of messages, wherein, Each piece of information in the information segment contains more of the information segment to be transmitted a location identifier in the media information, and each of the plurality of messages has a length less than or equal to a predetermined length, each message includes at least one information segment; and the sending module sends some or all of the plurality of messages To the receiver side.
  • the segmentation module is further configured to divide the multimedia information to be transmitted into a plurality of information segments according to the type of the element in the multimedia information to be transmitted, where the segmentation module selects the location and the type of the multimedia information to be transmitted.
  • the same plurality of independent elements are divided into different information segments;
  • the combining module is configured to combine the at least two information segments to obtain a message, where the sum of the lengths of the at least two information segments is less than or equal to the predetermined length, where the message is obtained by combining
  • the types of elements included are the same or different.
  • the sending module is further configured to determine a sending priority of the multiple messages according to the priority of the elements in the multiple messages, and send all or part of the multiple messages according to the sending priority of the multiple messages.
  • the system may further include: a splicing module, located on the receiving side, for splicing the information segments of the received message according to the location identifier of the information segmentation in the received message.
  • a splicing module located on the receiving side, for splicing the information segments of the received message according to the location identifier of the information segmentation in the received message.
  • the location identifier of each information segment comprises: a starting location of the information segment in the multimedia information to be transmitted, a length of the information segment, and an identification of the multimedia information to be transmitted.
  • the present invention segments and combines the multimedia information to be transmitted to obtain a more full message. Compared with the prior art, multimedia information can be transmitted in a smaller number of messages, thereby reducing the cost of the user and reducing the burden on the network.
  • FIG. 1 is a flowchart of a method for transmitting multimedia information according to an embodiment of the present invention
  • FIG. 2 is a schematic diagram of EMS of text + picture + text input by a user
  • FIG. 3 is a schematic diagram of a short message obtained by encoding the content shown in FIG. 2 in the related art
  • 4 is a schematic diagram of a short message obtained by encoding the content shown in FIG. 2 by using a method for transmitting multimedia information according to an embodiment of the present invention
  • FIG. 5 is a block diagram of a terminal in accordance with an embodiment of the present invention. detailed description
  • the present invention proposes multimedia information to be transmitted (wherein the multimedia information may include audio information, video information (including dynamic images, pictures, etc.), text information, Or a combination thereof to segment and combine to obtain a more full message, which can transmit multimedia information with a smaller number of messages than the prior art, thereby reducing the cost of the user while reducing the burden on the network.
  • the multimedia information may include audio information, video information (including dynamic images, pictures, etc.), text information, Or a combination thereof to segment and combine to obtain a more full message, which can transmit multimedia information with a smaller number of messages than the prior art, thereby reducing the cost of the user while reducing the burden on the network.
  • FIG. 1 is a flowchart of a method for transmitting multimedia information according to an embodiment of the present invention. As shown in FIG. 1, the method includes:
  • Step S101 Divide the multimedia information to be transmitted into multiple information segments.
  • Step S103 combining a plurality of information segments to obtain a plurality of messages, wherein each of the plurality of information segments includes a location identifier of the information segment in the multimedia information to be transmitted (for When the receiver receives the message, the splicing is performed to finally obtain the complete multimedia information, and the length of each of the plurality of messages is less than or equal to a predetermined length, and the predetermined length may be a predetermined one of the operators and the like.
  • each message includes at least one information segment; wherein, preferably, when combining, the length of each message may be as close as possible or equal to a predetermined length to ensure that each message reaches the fullest Degree, if the length of an information segment is already equal to the predetermined length, the information can be directly segmented as a message.
  • the multimedia information to be transmitted is segmented and combined to obtain a more full message, and the multimedia information can be transmitted with a smaller number of messages than the prior art, thereby reducing the cost of the user and reducing the network.
  • the burden When the multimedia information to be transmitted is divided into multiple information segments, multiple division methods may be used.
  • the multimedia information to be transmitted may be divided into multiple information according to the type of elements in the multimedia information to be transmitted.
  • Segmentation wherein a plurality of independent elements of continuous and identical types in the multimedia information to be transmitted may be divided into different information segments; specifically, it is assumed that the user inputs text 1, picture 1, image 1, and image in order 2, and text 2, at this time, the type of the element includes text, picture and image, then you can segment the text 1 as a piece of information, segment the picture 1 as a piece of information, segment the image 1 as a piece of information, and image the image 2 As a piece of information, segment text 2 as a piece of information.
  • the text 1 and the image 1 can be combined into one message, image 1 as a message, and image 2 as a message, and the content of the multimedia information is transmitted through three messages;
  • the transmission priority of the plurality of messages may be determined according to the priority of the elements in the plurality of messages, and all or part of the messages may be sent according to the transmission priority of the plurality of messages.
  • the priority of the text is the highest
  • the priority of the image is lower than the priority of the text
  • the priority of the image is the lowest. Therefore, the message containing only the segmentation of the text information has the highest priority.
  • a message containing only an image has the lowest transmission priority.
  • the determination method of the transmission priority may be pre-defined, and will not be described in detail herein.
  • segmentation may be performed according to bytes of the multimedia information to be transmitted, that is, multiple bytes of the multimedia information are divided into one time according to the order of the bytes of the multimedia information to be transmitted.
  • a plurality of information segments the total length of bytes in each segment being less than or equal to a predetermined length, and then each segment can be directly transmitted as a message.
  • the receiver After sending a plurality of messages to the receiver, the receiver can splicing the plurality of information segments according to the location identifier of the information segments in the plurality of messages to obtain multimedia information. If all the messages of the multimedia information are not received, and the other messages belonging to the multimedia information cannot be continuously received within a certain period of time, the receiver can splicing the received messages. In this case, if the network is not in good condition and the sender only sends a message with a high priority to the receiver, the receiver can still see the approximate content of the message.
  • the location identifier of each information segment may include: a starting position of the information segment in the multimedia information to be transmitted, a length of the information segment, and a to-be-transmitted
  • the identification of the multimedia information preferably, may also include the total number of messages obtained by segmenting and combining the multimedia information.
  • the location identifier of the segment may be added to each segment.
  • the representation of the IEs in the EMS may be compared with the current split short message on the basis of the existing EMS.
  • the relative position flag (IED1) is changed to the absolute address of the multimedia information input by the user, thereby separating the entire user's text from the IEs, that is, using the long
  • the text of the EMS is separated from the IEs element, which solves the problem of the lack of space and space wasted by some short messages brought by the sequential encoding of the text and IEs elements in the related art.
  • the multimedia information transmission method of the present invention will be described in detail below by taking the case of division according to the element type as an example.
  • the user's input will be split into the following three short messages. Since the codec mode is sequential codec, ie: splitting and combining according to user input, such as text + picture + text + audio, the number of short messages will be wasted, for example, when the user inputs more than 9 characters, then insert one After the 128Byte picture is followed by 9 characters, the input will be split into 3 short messages according to the method of splitting in order, because the text 1+ picture 1 cannot be placed in a short message, so the text can only be 1 put short message 1, picture 1 into short message 2, but picture 1 + text 2 still can not be put into short message 2, so it will be split into 2 short messages, so when the user is sent Similar to text 1 + picture 1 + text 2 short message, it will be divided into 3 short messages, and 3 short messages will be sent out.
  • the codec mode is sequential codec, ie: splitting and combining according to user input, such as text + picture + text + audio
  • the number of short messages will be wasted, for example, when the user inputs more
  • IEI indicates that the user inserts a large picture of 32*32 (128byte);
  • IEIDL indicates the length of the total IEs data;
  • IED1 the first bit of the data indicates that the relative position of the picture in the second short message is 0.
  • the terminal at the other end receives the corresponding multiple short messages
  • the second short message is parsed
  • the IEs are found.
  • the relative position of the image is found as 0, that is, after the user parses the information of the first short message, the user adds the picture, thereby completing the decoding process of multiple EMSs and obtaining complete multimedia information.
  • the selection encoding method proposed in the present application is used, the user's input is split into two short messages.
  • the TPDU is coded and decoded by the method of selecting sorting, then text 1 (more than 9 characters) + picture 1 + text 2 (more than 9 characters), first search for text 1, when after text 1, the user It is followed by a 128Byte image. At this time, the image will be skipped and the search will continue. After the image 1, the text 1+ text 2 will be filled into the first short message, if there is text afterwards. It can also be put into the short message 1 together, and then the 128Byte picture is sent as a short message alone, thus avoiding the waste of the first short message sending only 9 characters, so using this option to play
  • the method of sorting sends text 1 (more than 9 characters) + picture 1 + text 2 (more than 9 characters). This long EMS short message can save 1 short message and send it as 2 short messages. Among them, there will be a corresponding IEs header on the head of the second short message, as follows:
  • IEI indicates that the user inserts a large picture of 32*32 (128byte);
  • IEIDL indicates the length of the total IEs data;
  • IED1 The first bit of the data indicates that the picture has an absolute position of 18 for the entire short message.
  • the user When receiving a plurality of short messages sent by the user, decoding and combining the user data.
  • the user can preferentially extract the IEs such as pictures and audio first in the plurality of received short messages, because the first bit of the IED has an element in one long and short message.
  • the specific absolute position of the user the user first extracts the information, and then inserts the element information when decoding the text.
  • FIG. 5 is a block diagram of a terminal according to an embodiment of the present invention. As shown in FIG.
  • the terminal includes: a segmentation module 51, configured to divide multimedia information to be transmitted into multiple information segments; and a combination module 52, configured to Combining a plurality of information segments to obtain a plurality of messages, wherein each of the plurality of information segments includes a location identifier of the information segment in the multimedia information to be transmitted, and, in the plurality of messages Each message has a length less than or equal to a predetermined length, and each message contains at least one information segment;
  • the sending module 53 sends some or all of the plurality of messages to the receiver side.
  • the multimedia information to be transmitted is segmented and combined to obtain a more full message, and the multimedia information can be transmitted in a smaller number of messages than the prior art, thereby reducing the cost of the user and reducing the network. burden.
  • the segmentation module 51 is configured to divide the multimedia information to be transmitted into a plurality of information segments according to the type of the element in the multimedia information to be transmitted, where the segmentation module continuously positions the multimedia information to be transmitted. Multiple independent elements of the same type are divided into different information segments;
  • the combining module 52 is configured to combine at least two information segments to obtain a message when the sum of the lengths of the at least two information segments is less than or equal to a predetermined length, where the combined message includes the same or different types of elements.
  • the sending module 53 is further configured to determine a sending priority of the multiple messages according to the priority of the elements in the multiple messages, and send all or part of the multiple messages according to the sending priority of the multiple messages, and implement the message. Sequential or selective transmission to ensure that the receiver can receive high priority messages.
  • the segmentation module 51 can also segment the multimedia information in units of bytes, and the combination module 52 can directly use one segment as a message.
  • the system may further include: a splicing module 54 located on the receiving side for The location identifier of each information segment in the message, and splicing multiple information segments to obtain multimedia information.
  • a splicing module 54 located on the receiving side for The location identifier of each information segment in the message, and splicing multiple information segments to obtain multimedia information.
  • the location identifier of each information segment includes: a starting location of the information segment in the multimedia information to be transmitted, a length of the information segment, and an identifier of the multimedia information to be transmitted, and preferably, may also include The total number of messages obtained by segmenting and combining multimedia information.
  • the system according to the present embodiment is also capable of performing the processing described in the previous method embodiments, the process of which has been previously described and will not be repeated here.
  • the multimedia information to be transmitted is segmented and combined to obtain a more full message, and the multimedia information can be transmitted in a smaller number of messages than in the prior art. Therefore, the cost of the user is reduced, and the burden on the network is reduced. Moreover, the optimization of the information transmission in combination with the priority of the element can make the transmission of the short message more flexible and effectively adapt to the scenario where the network quality is not ideal.

Landscapes

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

Abstract

本发明公开了一种多媒体信息的传输和接收方法、以及终端,传输方法包括:将待传输的多媒体信息划分为多个信息分段;对多个信息分段进行组合,得到多个消息,其中,多个信息分段中的每个信息分段包含信息分段在待传输的多媒体信息中的位置标识,并且,多个消息中的每个消息的长度均小于或等于预定长度,每个消息包含至少一个信息分段;将多个消息中的部分或全部发送给接收方。通过本发明,能够得到更加饱满的消息,能够以更少数量的消息传输多媒体信息,从而降低用户的成本,同时减轻网络的负担。

Description

多媒体信息的传输和接收方法、 以及终端 技术领域
本发明涉及通信领域, 尤其涉及一种多媒体信息的传输和接收方法、 以及终端。 背景技术
目前, 短消息收发实际釆用的方式是使用 AT ( Attention )命令发送相 应规定格式的字串。 这种方式收发短消息又分为三种模式: BLOCK模式、 TEXT模式和协议描述单元 ( PDU, Protocol Description Unit )模式。 BLOCK 模式已经很少使用, TEXT模式只能发送 ASCII码, 不能发送中文的统一 码(UNICODE ), TEXT模式从技术上是可以用于发送中文短消息的, 但是 国内的手机基本上不支持该模式, 目前较常使用的是 PDU模式。
开发 PDU模式时, 需要编写专门的函数, 将文本转换为 PDU格式, 由于所有手机均支持 PDU模式, 所以可以使用任何字符集进行编码。 利用 PDU模式收发短消息时, 可以使用下述三种编码方式: 7-bit编码、 8-bit编 码和 UCS2 编码。 其中, 7-bit 编码用于发送普通的美国标准信息交换码 ( ASCII, American Standard Code for Information Interchange )字符, 8-bit 编码通常用于发送数据消息,如图片或铃声等, UCS2编码用于发送 Unicode 字符。 目前, 釆用 7-bit编码,一条短消息最多可以发送 153个 ASCII字符, 釆用 8-bit编码, 一条短消息最多可以发送 140个字符, 釆用 UCS2编码, 一条短消息最多可以发送 70个汉字。
随着通信技术的快速发展,增强型短消息服务( EMS, Enhanced Message Service )受到广泛的关注。 与短消息业务( SMS , Short Messaging Service ) 相比, EMS除了可以发送文本信息之外, 还可以发送简单的图像、 声音、 统 ( GSM, Global System for Mobile Communications ) 网络上, 并且 EMS 的发送途径和操作方法与均 SMS相同, 使得 EMS的开发和应用更为便利。
这样, EMS釆用开放的 ETSI标准, 属于第三代合作伙伴计划(3GPP, 3rd Generation Partnership Project )范畴。 EMS利用现有的短消息系统平台, 通过多条 SMS串接实现较大数据量的短消息应用, 并支持端到端的消息传 送, 即手机用户之间可以通过短消息发送和接收含有文本、 简单图像、 动 画和声音的组合信息, 也是内容传送的载体, 即可以将铃音、 屏保、 墙纸 或定制图标等内容下载到手机上。
EMS利用在消息头 UDH中加入各种不同的 IEs来标示 EMS中的不同 对象, 因此可以将简单的铃声、 图片、 甚至动画和文本结合在起来, 在支 持 EMS手机间的相互发送。 下面以 EMS发送数据包括一张 32Byte图片和 简单文本为例进行说明。
EMS的发送数据为:
SMS User Data: Hello! <CR><LF><CR><LF>One small picture in here
SMS User Data Header: UDHL=0x24 , IEI=0xl l , 0xIEIDL=22 , IED 1=0x08 , < (small picture 32bytes)>
其中, UDHL: 表示用户数据头的字节数一共 36Btye (包含 UDHL ); IEI:表示插入 EMS的元素的种类,比如 0x11就代表了 32Byte的一张图片, 而 OxOB代表预定义的声音, OxOF代表小的动画 (8*8 times 4 = 8*4 =32 bytes ); IED 1: 即 IEs真正数据的第一位代表图片与此条短消息的文本数据 的相对偏移量; 之后的 < (small picture 32bytes)>字节则为 small picture的 二进制编码。
但是这种编码存在一个问题, 就是会根据用户在发送消息时的输入顺 序自动将用户输入的内容拆分为多个短消息, 例如, 当用户输入文本 1 ( 9 个字符) +图片 (128Byte ) +文本 2 ( 9 个字符) 的时候, 因为即使文本 1 和文本 2 的长度都 4艮短, 也无法和图片放入一条短消息中, 所以, 输入的 内容就会被拆分为 3条短消息, 使得文本 1、 图片和文本 2分别通过单独的 短消息发送, 因此需要进行 3 次短消息传输, 不仅会增加用户的成本, 而 且由于每次短消息传输会使得网络中、 以及网络侧与用户终端之间产生多 次消息交互(必要时甚至需要重传), 因此, 会占用较多的网络开销, 为网 络带来额外的负担。
针对相关技术中短消息传输过程的成本高、 网络负担大的问题, 目前 尚未提出有效的解决方案。 发明内容
针对相关技术中短消息传输过程的成本高、 网络负担大问题, 本发明 提出一种多媒体信息的传输和接收方法、 以及终端, 能够降低短消息传输 的成本, 降低网络的负担。
本发明的技术方案是这样实现的:
根据本发明的一个方面, 提供了一种多媒体信息的传输方法。
根据本发明的多媒体信息的传输方法包括: 将待传输的多媒体信息划 分为多个信息分段; 对多个信息分段进行组合, 得到多个消息, 其中, 多 个信息分段中的每个信息分段包含该信息分段在待传输的多媒体信息中的 位置标识, 并且, 多个消息中的每个消息的长度均小于或等于预定长度, 每个消息包含至少一个信息分段; 将多个消息中的部分或全部发送给接收 方。
其中, 将待传输的多媒体信息划分为多个信息分段包括: 根据待传输 的多媒体信息中的元素的类型, 将待传输的多媒体信息划分为多个信息分 段, 其中, 将待传输的多媒体信息中位置连续且类型相同的多个独立元素 划分为不同的信息分段。
并且, 对多个信息分段进行组合包括: 在至少两个信息分段的长度之 和小于或等于所述预定长度时, 将所述至少两个信息分段组合, 得到一个 消息, 其中, 组合得到的所述消息中包括元素的类型相同或不同。
并且, 将多个消息发送给接收方包括: 根据多个消息中元素的优先级 确定多个消息的发送优先级, 并根据多个消息的发送优先级发送多个消息 中的全部或部分消息。
此外, 在将多个消息发送给接收方之后, 该方法可进一步包括: 接收 方根据接收到的消息中的信息分段的位置标识, 对接收到的消息的信息分 段进行拼接。
其中, 每个信息分段的位置标识包括: 该信息分段在待传输的多媒体 信息中的起始位置, 该信息分段的长度、 以及待传输的多媒体信息的标识。
根据本发明的另一方面, 还提供了一种多媒体信息的接收方法。
一种多媒体信息的接收方法, 其特征在于, 包括:
接收方接收由发送方发送的多个消息, 其中, 所述多个消息是通过对 多媒体信息进行划分、 且对划分得到的多个信息分段进行组合后得到的, 并且, 所述多个消息中的每个消息的长度均小于或等于预定长度, 所述多 个信息分段中的每个信息分段包含该信息分段在所述多媒体信息中的位置 标识;
所述接收方根据接收的所述多个消息中每个信息分段的位置标识对所 述多个消息中的信息分段进行拼接。
其中, 至少两个信息分段的长度之和小于或等于所述预定长度, 且组 合得到的每个消息中包括元素的类型相同或不同。
根据本发明的另一方面, 还提供了一种终端。
根据本发明的终端包括: 分段模块, 用于将待传输的多媒体信息划分 为多个信息分段; 组合模块, 用于对多个信息分段进行组合, 得到多个消 息, 其中, 多个信息分段中的每个信息分段包含该信息分段在待传输的多 媒体信息中的位置标识, 并且, 多个消息中的每个消息的长度均小于或等 于在预定长度, 每个消息包含至少一个信息分段; 发送模块, 将多个消息 中的部分或全部发送给接收方侧。
其中, 分段模块进一步用于根据待传输的多媒体信息中的元素的类型, 将待传输的多媒体信息划分为多个信息分段, 其中, 分段模块将待传输的 多媒体信息中位置连续且类型相同的多个独立元素划分为不同的信息分 段;
并且, 组合模块用于在至少两个信息分段的长度之和小于或等于所述 预定长度时, 将所述至少两个信息分段组合, 得到一个消息, 其中, 组合 得到的所述消息中包括元素的类型相同或不同。
并且, 发送模块还用于根据多个消息中元素的优先级确定多个消息的 发送优先级, 并根据多个消息的发送优先级发送多个消息中的全部或部分 消息。
该系统可以进一步包括: 拼接模块, 位于接收方侧, 用于根据接收到 的消息中的信息分段的位置标识, 对接收到的消息的信息分段进行拼接。
优选地, 每个信息分段的位置标识包括: 该信息分段在待传输的多媒 体信息中的起始位置, 该信息分段的长度、 以及待传输的多媒体信息的标 识。
本发明通过对待传输的多媒体信息进行分段并组合, 得到更加饱满的 消息, 相比于现有技术, 能够以更少数量的消息传输多媒体信息, 从而降 低用户的成本, 同时减轻网络的负担。 附图说明
图 1是根据本发明实施例的多媒体信息的传输方法的流程图; 图 2为用户输入的文本 +图片 +文本的 EMS的示意图;
图 3为相关技术中对图 2所示的内容进行编码得到的短息的示意图; 图 4为釆用根据本发明实施例的多媒体信息的传输方法对图 2所示的 内容进行编码得到的短息的示意图;
图 5是根据本发明实施例的终端的框图。 具体实施方式
针对相关技术中短消息传输过程的成本高、 网络负担大问题, 本发明 提出, 对待传输的多媒体信息 (其中, 多媒体信息可以包括音频信息、 视 频信息(包括动态图像、 图片等)、 文本信息、 或其结合)进行分段并组合, 得到更加饱满的消息, 相比于现有技术, 能够以更少数量的消息传输多媒 体信息, 从而降低用户的成本, 同时减轻网络的负担。
下面将结合附图详细描述本发明的实施例。
图 1 是根据本发明实施例的多媒体信息的传输方法的处理流程图, 如 图 1所示, 该方法包括:
步骤 S101 , 将待传输的多媒体信息划分为多个信息分段。
步骤 S 103 , 对多个信息分段进行组合, 得到多个消息, 其中, 多个信 息分段中的每个信息分段包含该信息分段在待传输的多媒体信息中的位置 标识(用于接收方接收到该消息时进行拼接,最终得到完整的多媒体信息 ), 并且, 多个消息中的每个消息的长度均小于或等于预定长度, 该预定长度 可以是运营商等预先规定的每条短消息的最大长度, 每个消息包含至少一 个信息分段; 其中, 优选地, 在进行组合时, 可以使每个消息的长度尽可 能接近或等于预定长度, 以保证每个消息达到最饱满的程度, 如果一个信 息分段的长度已经等于预定长度, 则可以直接将该信息分段作为一个消息。
步骤 S105 , 将多个消息中的部分或全部发送给接收方。
借助于上述处理, 通过对待传输的多媒体信息进行分段并组合, 得到 更加饱满的消息, 相比于现有技术, 能够以更少数量的消息传输多媒体信 息, 从而降低用户的成本, 同时减轻网络的负担。 在将待传输的多媒体信息划分为多个信息分段时, 可以釆用多种划分 方法, 例如, 可以根据待传输的多媒体信息中的元素的类型, 将待传输的 多媒体信息划分为多个信息分段, 其中, 可以将待传输的多媒体信息中位 置连续且类型相同的多个独立元素划分为不同的信息分段; 具体地, 假设 用户按顺序输入了文本 1、 图片 1、 图像 1、 图像 2、 以及文本 2, 此时, 元 素的类型包括文本、 图片和图像, 则可以将文本 1 作为一个信息分段, 将 图片 1作为一个信息分段, 将图像 1作为一个信息分段, 将图像 2作为一 个信息分段, 将文本 2作为一个信息分段。
此时, 在对多个信息分段进行组合时, 在至少两个信息分段的长度之 和小于或等于预定长度时, 将至少两个信息分段组合, 得到一个消息, 其 中, 组合得到的消息中包括元素的类型相同或不同, 例如, 在满足每个消 息的长度小于或等于预定长度的前提下, 如果文本 1、 文本 2、 与图片 1的 长度总和小于预定长度, 而图像 1和图像 2的长度均非常接近预定长度, 则可以将文本 1、 文本 2、 与图片 1组合为一个消息, 将图像 1作为一个消 息, 将图像 2作为一个消息, 通过 3个消息传输多媒体信息的内容; 此外, 如果文本 1与图像 1的长度总和小于预定长度, 如果文本 2与图像 2的长 度总和小于预定长度, 图片 1的长度小于预定长度, 还可以将文本 1与图 像 1作为一个消息, 将文本 2与图像 2作为一个消息, 将图片 1作为一个 消息, 同样能够通过 3 个消息传输多媒体信息的内容; 也就是说, 实现了 选择编码的过程, 其他的分段和组合方式本文不再——列举。
之后, 在进行传输时, 还可以根据多个消息中元素的优先级确定多个 消息的发送优先级, 并根据多个消息的发送优先级发送多个消息中的全部 或部分消息。
例如, 4叚设文本的优先级最高, 图片的优先级低于文本的优先级, 图 像的优先级最低, 因此, 仅包含文本信息分段的消息的发送优先级最高, 仅包含图像的消息的发送优先级最低, 对于包含文本、 图片、 和图像中的 至少两种元素类型的消息则可以预先规定发送优先级的判断方式, 本文不 再具体详述。
在发送时, 可以根据发送优先级的排序, 按顺序发送(例如, 按照发 送优先级由高到低的顺序发送), 也可以按照随机顺序发送, 在网络质量不 好、 网络繁忙的情况下, 可以仅将发送优先级高于一定级别的部分消息, 例如, 仅发送包含文本的消息, 从而有效提高多媒体信息传输的灵活性。
此外, 除了上述分段方式之外, 还可以根据待传输的多媒体信息的字 节进行分段, 即, 根据待传输的多媒体信息的字节的顺序, 一次将多媒体 信息的多个字节划分为多个信息分段, 每个分段内的字节总长度小于或等 于预定长度, 之后可以直接将每一个分段作为一个消息进行传输。
在将多个消息发送给接收方之后, 接收方就可以根据多个消息中的信 息分段的位置标识, 对多个信息分段进行拼接, 得到多媒体信息。 如果未 接收到的多媒体信息的所有消息, 且一定时间内仍旧无法继续接收到属于 该多媒体信息的其他消息, 则接收方可以将已接收到的消息进行拼接。 这 样, 在网络情况不好, 发送方仅将发送优先级高的消息发送给接收方的情 况下, 接收方仍旧能够看到消息的大致内容。
为了保证接收方能够顺利拼接得到原多媒体信息, 每个信息分段的位 置标识可以包括: 该信息分段在待传输的多媒体信息中的起始位置, 该信 息分段的长度、 以及待传输的多媒体信息的标识, 优选地, 还可以包括对 多媒体信息进行分段和组合后得到的消息的总数量。
在实际应用过程中, 在进行分段后, 可以对每个分段添加该分段的位 置标识, 优选地, 可以在现有 EMS的基础上, 将 EMS中 IEs的表示相对 当前拆分短消息的相对位置的标志位(IED1 ) 改为相对于用户整个输入的 多媒体信息的绝对地址, 以此将整个用户的文本和 IEs 分离, 即, 利用长 EMS的文本与 IEs元素分离编解码, 以此解决相关技术中文本与 IEs元素 顺序编码在拆分时带来的某些短消息的不饱满, 浪费空间的问题。
下面将以根据元素类型进行划分的情况为例, 对本发明的多媒体信息 传输方法进行详细描述。
如图 2所示, 假设用户按顺序输入了文本 1+图片 1+文本 2, 釆用 8-bit 的编码方式(文本 1、 图片 1、 文本 2很可能无法占用整个消息长度, 即, 其长度^^可能低于预定长度)。
如图 3 所示, 如果釆用相关技术中顺序编解码的方式, 用户的输入会 被拆分为如下 3 条短消息。 由于编解码方式是顺序编解码, 即: 按照用户 输入, 比如文本 +图片 +文本 +音频的方式进行拆分以及组合, 会浪费短消息 条数,比如当用户输入超过 9个字符后再插入一张 128Byte的图片再接着输 入 9个字符后, 这样的输入会被按照顺序拆分的方法拆分为 3条短消息, 因为文本 1+图片 1无法放入一条短消息中, 因此只能将文本 1放入短消息 1 , 图片 1放入短消息 2中, 但是图片 1+文本 2仍然无法全部放入短消息 2 中, 因此会又被拆分为 2条短消息, 因此当遇到用户发送类似文本 1+图片 1+文本 2的短消息时, 会被查分为 3条短消息, 以 3条短消息被发送出去。
此时, 在第二条短消息的头上会有相应的 IEs的头, 如下:
SMS User Data Header: IEI=0xl0, IEIDL=0x82 , IED 1=0x00;
其中, IEI表示用户插入的为一张 32*32 ( 128byte ) 的大图; IEIDL表 示总的 IEs 的数据的长度; IED1 : 数据的第一位表示图片在第二条短消息 中的相对位置为 0。
当在另一端的终端接收相应的多条短消息后, 在解析第二条短消息的 时候,发现有 IEs, 这时用户在解析时发现用户的 IED的第一位时发现图片 的相对位置为 0,即用户在解析第一条短消息的信息后,会将图片加入其后, 从而完成多条 EMS的解码过程, 得到完整的多媒体信息。 如图 4所示, 如果釆用本申请提出的选择编码的方式, 用户的输入会 被拆分为两条短消息。 具体地, 因为釆用选择排序的方法进行 TPDU的编 解码, 那么文本 1 (超过 9个字符) +图片 1+文本 2 (超过 9个字符), 首先 搜索文本 1 ,当在文本 1之后,用户发现紧随其后的是一张 128Byte的图片, 这时候会跳过图片继续搜索, 到图片 1之后, 会先将文本 1+文本 2填入到 第一条短消息中, 如果后续还有文本也可一起放入短消息 1 中, 然后再将 128Byte的图片单独以一条短消息的形式发送,这样就避免了第一条短消息 只发送 9个字符的浪费, 因此釆用这种选择式打法排序方法发送文本 1 (超 过 9个字符) +图片 1+文本 2 (超过 9个字符)这种长的 EMS短消息, 可 以节约 1条短消息, 以 2条短消息的形式发送出去。 其中, 在第二条短消 息的头上会有相应的 IEs的头, 具体如下:
SMS User Data Header: IEI=0xl0, IEIDL=0x82 , IED 1=0x12;
其中, IEI表示用户插入的为一张 32*32 ( 128byte ) 的大图; IEIDL表 示总的 IEs 的数据的长度; IED1 : 数据的第一位表示图片在整条短消息的 绝对位置为 18。
在接收到用户发出的多条短消息, 进行解码组合用户数据时。 在解析 以选择排序发送的多条 TPDU字串时, 用户可以在多条接收的短消息中的 标示优先将 IEs如图片以及音频的先提取出来, 因为 IED的第一位有元素 在一条长短消息的具体的绝对位置, 用户先将这些信息提取出来, 然后在 对文本进行解码的时候插入这些元素信息即可。
借助上述处理, 通过对待传输的多媒体信息进行分段并组合, 得到更 加饱满的消息, 相比于现有技术, 能够以更少数量的消息传输多媒体信息, 从而降低用户的成本, 同时减轻网络的负担, 并且, 结合元素的优先级进 行信息发送的优化处理, 能够使得短消息的发送更加灵活, 有效适应网络 质量不理想的场景。 图 5是根据本发明实施例的终端的框图, 如图 5所示, 该终端包括: 分段模块 51 , 用于将待传输的多媒体信息划分为多个信息分段; 组合模块 52 , 用于对多个信息分段进行组合, 得到多个消息, 其中, 多个信息分段中的每个信息分段包含该信息分段在待传输的多媒体信息中 的位置标识, 并且, 多个消息中的每个消息的长度均小于或等于在预定长 度, 每个消息包含至少一个信息分段;
发送模块 53 , 将多个消息中的部分或全部发送给接收方侧。
借助上述系统, 通过对待传输的多媒体信息进行分段并组合, 得到更 加饱满的消息, 相比于现有技术, 能够以更少数量的消息传输多媒体信息, 从而降低用户的成本, 同时减轻网络的负担。
具体地,分段模块 51可用于根据待传输的多媒体信息中的元素的类型, 将待传输的多媒体信息划分为多个信息分段, 其中, 分段模块将待传输的 多媒体信息中位置连续且类型相同的多个独立元素划分为不同的信息分 段;
组合模块 52可用于在至少两个信息分段的长度之和小于或等于预定长 度时, 将至少两个信息分段组合, 得到一个消息, 其中, 组合得到的消息 中包括元素的类型相同或不同。 并且, 发送模块 53还用于根据多个消息中 元素的优先级确定多个消息的发送优先级, 并根据多个消息的发送优先级 发送多个消息中的全部或部分消息, 从实现消息的顺序发送或选择性发送, 以保证接收方能够接收到优先级高的消息。 此外, 分段模块 51还可以以字 节为单位对多媒体信息进行分段, 组合模块 52可以直接将一个分段作为一 个消息。
具体的分段方式在之前的方法实施例部分已经进行了描述, 这里不再 重复。
该系统可以进一步包括: 拼接模块 54 , 位于接收方侧, 用于根据多个 消息中的每个信息分段的位置标识, 对多个信息分段进行拼接, 得到多媒 体信息。
其中, 每个信息分段的位置标识包括: 该信息分段在待传输的多媒体 信息中的起始位置, 该信息分段的长度、 以及待传输的多媒体信息的标识, 优选地, 还可以包括多媒体信息经过分段和组合得到的消息的总数量。
根据本实施例的系统同样能够执行之前方法实施例中所描述的处理, 其过程之前已经描述, 这里不再重复。
综上所述, 借助于本发明的上述技术方案, 通过对待传输的多媒体信 息进行分段并组合, 得到更加饱满的消息, 相比于现有技术, 能够以更少 数量的消息传输多媒体信息, 从而降低用户的成本, 同时减轻网络的负担, 并且, 结合元素的优先级进行信息发送的优化处理, 能够使得短消息的发 送更加灵活, 有效适应网络质量不理想的场景。
以上所述仅为本发明的较佳实施例而已, 并不用以限制本发明, 凡在 本发明的精神和原则之内, 所作的任何修改、 等同替换、 改进等, 均应包 含在本发明的保护范围之内。

Claims

权利要求书
1、 一种多媒体信息的传输方法, 其特征在于, 包括:
将待传输的多媒体信息划分为多个信息分段;
对所述多个信息分段进行组合, 得到多个消息, 其中, 所述多个信息 分段中的每个信息分段包含所述信息分段在所述待传输的多媒体信息中的 位置标识, 并且, 所述多个消息中的每个消息的长度均小于或等于预定长 度, 所述每个消息包含至少一个信息分段;
将所述多个消息中的部分或全部发送给接收方。
2、 根据权利要求 1所述多媒体信息的传输方法, 其特征在于, 将所述 待传输的多媒体信息划分为所述多个信息分段包括:
根据所述待传输的多媒体信息中的元素的类型, 将所述待传输的多媒 体信息划分为所述多个信息分段;
其中, 将所述待传输的多媒体信息中位置连续且类型相同的多个独立 元素划分为不同的信息分段。
3、 根据权利要求 2所述多媒体信息的传输方法, 其特征在于, 对所述 多个信息分段进行组合包括:
在至少两个信息分段的长度之和小于或等于所述预定长度时, 将所述 至少两个信息分段组合, 得到一个消息;
其中, 组合得到的所述消息中包括元素的类型相同或不同。
4、 根据权利要求 2所述多媒体信息的传输方法, 其特征在于, 将所述 多个消息发送给接收方包括:
根据所述多个消息中元素的优先级确定所述多个消息的发送优先级, 并根据所述多个消息的发送优先级发送所述多个消息中的全部或部分消 息。
5、 根据权利要求 1所述多媒体信息的传输方法, 其特征在于, 在将所 述多个消息发送给接收方之后, 所述方法进一步包括:
所述接收方根据接收到的消息中的信息分段的位置标识, 对接收到的 所述消息的信息分段进行拼接。
6、 根据权利要求 1至 5中任一项所述多媒体信息的传输方法, 其特征 在于, 所述每个信息分段的位置标识包括: 所述信息分段在所述待传输的 多媒体信息中的起始位置, 所述信息分段的长度、 以及所述待传输的多媒 体信息的标识。
7、 一种多媒体信息的接收方法, 其特征在于, 包括:
接收方接收由发送方发送的多个消息;
其中, 所述多个消息是通过对多媒体信息进行划分、 且对划分得到的 多个信息分段进行组合后得到的, 并且, 所述多个消息中的每个消息的长 度均小于或等于预定长度, 所述多个信息分段中的每个信息分段包含所述 信息分段在所述多媒体信息中的位置标识;
所述接收方根据接收的所述多个消息中每个信息分段的位置标识对所 述多个消息中的信息分段进行拼接。
8、 根据权利要求 7所述多媒体信息的接收方法, 其特征在于, 在至少 两个信息分段的长度之和小于或等于所述预定长度时, 将所述至少两个信 息分段组合, 得到一个消息, 其中, 组合得到的每个消息中包括元素的类 型相同或不同。
9、 一种终端, 其特征在于, 包括:
分段模块, 用于将待传输的多媒体信息划分为多个信息分段; 组合模块, 用于对所述多个信息分段进行组合, 得到多个消息, 其中, 所述多个信息分段中的每个信息分段包含所述信息分段在所述待传输的多 媒体信息中的位置标识, 并且, 所述多个消息中的每个消息的长度均小于 或等于预定长度, 所述每个消息包含至少一个信息分段; 发送模块, 将所述多个消息中的部分或全部发送给接收方侧。
10、 根据权利要求 9所述的终端, 其特征在于, 所述分段模块进一步 用于根据所述待传输的多媒体信息中的元素的类型, 将所述待传输的多媒 体信息划分为所述多个信息分段;
其中, 所述分段模块将所述待传输的多媒体信息中位置连续且类型相 同的多个独立元素划分为不同的信息分段。
11、 根据权利要求 10所述的终端, 其特征在于, 所述组合模块用于在 至少两个信息分段的长度之和小于或等于所述预定长度时, 将所述至少两 个信息分段组合, 得到一个消息;
其中, 组合得到的所述消息中包括元素的类型相同或不同。
12、 根据权利要求 10所述的终端, 其特征在于, 所述发送模块还用于 根据所述多个消息中元素的优先级确定所述多个消息的发送优先级, 并根 据所述多个消息的发送优先级发送所述多个消息中的全部或部分消息。
13、 根据权利要求 9所述的终端, 其特征在于, 该终端进一步包括: 拼接模块, 位于所述接收方侧, 用于根据接收到的消息中的信息分段 的位置标识, 对接收到的所述消息的信息分段进行拼接。
14、 根据权利要求 9至 13中任一项所述的终端, 其特征在于, 所述每 个信息分段的位置标识包括: 所述信息分段在所述待传输的多媒体信息中 的起始位置, 所述信息分段的长度、 以及所述待传输的多媒体信息的标识。
PCT/CN2010/076626 2010-05-20 2010-09-03 多媒体信息的传输和接收方法、以及终端 WO2011143870A1 (zh)

Priority Applications (2)

Application Number Priority Date Filing Date Title
US13/519,898 US20120278433A1 (en) 2010-05-20 2010-09-03 Method for transmitting and receiving multimedia information and terminal
EP10851627.9A EP2509344B1 (en) 2010-05-20 2010-09-03 Method for transmitting and receiving multimedia information and terminal thereof

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201010184567.0A CN101854602B (zh) 2010-05-20 2010-05-20 多媒体信息的传输和接收方法、以及终端
CN201010184567.0 2010-05-20

Publications (1)

Publication Number Publication Date
WO2011143870A1 true WO2011143870A1 (zh) 2011-11-24

Family

ID=42805811

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2010/076626 WO2011143870A1 (zh) 2010-05-20 2010-09-03 多媒体信息的传输和接收方法、以及终端

Country Status (4)

Country Link
US (1) US20120278433A1 (zh)
EP (1) EP2509344B1 (zh)
CN (1) CN101854602B (zh)
WO (1) WO2011143870A1 (zh)

Families Citing this family (16)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9749638B1 (en) 2011-04-28 2017-08-29 Google Inc. Method and apparatus for encoding video with dynamic quality improvement
US8705620B1 (en) * 2011-04-28 2014-04-22 Google Inc. Method and apparatus for encoding anchor frame by encoding features using layers
US9781447B1 (en) 2012-06-21 2017-10-03 Google Inc. Correlation based inter-plane prediction encoding and decoding
US9167268B1 (en) 2012-08-09 2015-10-20 Google Inc. Second-order orthogonal spatial intra prediction
US9380298B1 (en) 2012-08-10 2016-06-28 Google Inc. Object-based intra-prediction
US9344742B2 (en) 2012-08-10 2016-05-17 Google Inc. Transform-domain intra prediction
US9369732B2 (en) 2012-10-08 2016-06-14 Google Inc. Lossless intra-prediction video coding
US9628790B1 (en) 2013-01-03 2017-04-18 Google Inc. Adaptive composite intra prediction for image and video compression
US9225979B1 (en) 2013-01-30 2015-12-29 Google Inc. Remote access encoding
CN104954077B (zh) * 2014-03-26 2017-08-04 宏碁股份有限公司 声音发送装置、接收装置与利用声音信号传递数据的方法
KR101632651B1 (ko) * 2015-01-02 2016-06-22 주식회사 케이티 바이너리 데이터 전송 방법, 서버 및 컴퓨터 프로그램
CN105704007A (zh) * 2015-12-30 2016-06-22 深圳市万普拉斯科技有限公司 终端的彩信发送方法和系统
US10178002B2 (en) * 2016-01-28 2019-01-08 Honeywell International Inc. System and method for capturing and displaying packets and other messages in local control network (LCN)
CN106358164A (zh) * 2016-09-05 2017-01-25 中国联合网络通信集团有限公司 一种超长短信的接收方法和接收终端
CN106412857B (zh) * 2016-10-18 2020-07-07 努比亚技术有限公司 发送彩信的方法及装置
CN108235265A (zh) * 2018-04-13 2018-06-29 中卓信(北京)科技有限公司 短信消息的下发及呈现方法、服务器和移动终端

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101047847A (zh) * 2007-03-03 2007-10-03 中兴通讯股份有限公司 一种电子业务指南的数据信息的传输方法
CN101047916A (zh) * 2007-03-07 2007-10-03 中兴通讯股份有限公司 一种基于xml的电子业务指南数据信息的传输方法
CN101162923A (zh) * 2007-11-06 2008-04-16 中兴通讯股份有限公司 超长蓝牙短消息的发送方法和超长蓝牙短消息的接收装置
CN101212506A (zh) * 2007-12-25 2008-07-02 上海科泰世纪科技有限公司 移动设备上基于彩信实现传情动漫信息收发的方法

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5541919A (en) * 1994-12-19 1996-07-30 Motorola, Inc. Multimedia multiplexing device and method using dynamic packet segmentation
US20030105825A1 (en) * 2001-05-01 2003-06-05 Profluent, Inc. Method and system for policy based management of messages for mobile data networks
FR2828970B1 (fr) * 2001-08-27 2003-12-19 Cit Alcatel Systeme d'interoperabilite entre messages mms et messages sms/ems et procede d'echange associe
KR100619812B1 (ko) * 2003-09-06 2006-09-08 엘지전자 주식회사 휴대단말기의 멀티미디어 신호 분할 전송장치 및 방법
US20070198731A1 (en) * 2006-02-21 2007-08-23 Mediatek Inc. System and method for processing multimedia messages

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101047847A (zh) * 2007-03-03 2007-10-03 中兴通讯股份有限公司 一种电子业务指南的数据信息的传输方法
CN101047916A (zh) * 2007-03-07 2007-10-03 中兴通讯股份有限公司 一种基于xml的电子业务指南数据信息的传输方法
CN101162923A (zh) * 2007-11-06 2008-04-16 中兴通讯股份有限公司 超长蓝牙短消息的发送方法和超长蓝牙短消息的接收装置
CN101212506A (zh) * 2007-12-25 2008-07-02 上海科泰世纪科技有限公司 移动设备上基于彩信实现传情动漫信息收发的方法

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
See also references of EP2509344A4 *

Also Published As

Publication number Publication date
EP2509344A1 (en) 2012-10-10
CN101854602A (zh) 2010-10-06
US20120278433A1 (en) 2012-11-01
EP2509344A4 (en) 2014-12-24
EP2509344B1 (en) 2016-01-13
CN101854602B (zh) 2014-06-11

Similar Documents

Publication Publication Date Title
WO2011143870A1 (zh) 多媒体信息的传输和接收方法、以及终端
CN101616377B (zh) 一种短信的处理方法及系统
KR102228062B1 (ko) 콘텐트 전달을 위한 방법 및 장치
FI112307B (fi) Viestintäpalvelu
EP1457068B8 (en) A method of and apparatus for handling messages in a mobile communications environment
CN1964330A (zh) 在便携终端上提供多媒体电子邮件服务的系统和方法
CN101568193A (zh) 一种即时通信终端主叫信息的显示方法及系统
CN101252701B (zh) 一种多媒体彩像主叫名片的终端实现方法
WO2009115052A1 (zh) 一种发送消息的方法和系统
WO2015117407A1 (zh) 终端信息的处理方法及装置
CN102546537A (zh) 媒体消息的处理方法和系统
US8000729B1 (en) Mobile to mobile text messaging using keyed modulation
AU2009351013B2 (en) MMS (Multimedia Messaging Service) decoding method, MMS decoder and mobile terminal
WO2009121285A1 (zh) 短消息处理及分析的方法和系统
KR100706968B1 (ko) 오디오 데이터 패킷 생성 장치 및 이의 복조 방법
CN110719573B (zh) 信息传输方法、装置、终端设备及存储介质
WO2012155464A1 (zh) 一种短信保护终端、系统及其实现方法
CN114222258B (zh) 实现5g消息手机与北斗终端进行多媒体消息通讯的方法
CN101754117A (zh) 利用彩信收发内容的方法和用于该方法的移动终端
WO2012129917A1 (zh) 彩信的转发方法、装置、系统及彩信接收装置
WO2012130002A1 (zh) 彩信发送、接收方法及装置
CN101076019B (zh) 一种基于ussd协议的长信息传输方法
CN101835109B (zh) 业务发起方法及终端
CN101312549B (zh) 文本信息转换成流媒体或多媒体进而被终端接收的方法
CN103139721A (zh) 短信/彩信群发方法、短信/彩信收发方法及相关设备

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: 10851627

Country of ref document: EP

Kind code of ref document: A1

WWE Wipo information: entry into national phase

Ref document number: 2010851627

Country of ref document: EP

WWE Wipo information: entry into national phase

Ref document number: 13519898

Country of ref document: US

NENP Non-entry into the national phase

Ref country code: DE