METHOD FOR TRANSMITTING MULTIMEDIA TICKER INFORMATION

Information

  • Patent Application
  • 20110169907
  • Publication Number
    20110169907
  • Date Filed
    September 25, 2008
    15 years ago
  • Date Published
    July 14, 2011
    12 years ago
Abstract
Transmission parameters for the transmission of at least one ticker information (ti) are transmitted during signaling of the transmission parameters for at least one multimedia data stream (mmd) for a session (S), the parameters establishing an additional logical transmission channel for the transmission of ticker information (ti), specifying the transmission protocol (RTP) and the payload type (555,666, 777,888) and inserting a source information which shows the source of the ticker information (ti). A session description protocol (SDP) embedded in a session initiation protocol (SIP) is used to describe and administer the transmission parameters. The invention allows the signaling for the additional information or ticker information (ti) to be implemented into existing network protocols for packet-oriented networks with only minor additional signaling and transmission operations.
Description
BACKGROUND OF THE INVENTION

1. Field of the Invention


Embodiments of the invention relate to the field of providing ticker information in video-telephony systems.


2. Background of the Related Art


Ticker information is sometimes inserted into television programs—especially news programs. By using ticker information, additional information is displayed to a viewer of a currently running television program. Ticker information can be information such as a current event, stock market prices, subtitles for television programs or translations. The ticker information is most often inserted as a linear ticker in the current television picture.


In video telephony systems, video conference systems for example, a multimedia data stream communication link is transmitted between terminals or between video conference devices over a packet-oriented network, in which preferably a network protocol is used that is suitable for setup of a communication link or session with a multimedia data stream. Network protocols for packet-oriented networks are predominantly based on IP protocol.


BRIEF SUMMARY OF THE INVENTION

An important aspect of the method according to the invention is that the transmission parameters for the transmission of a piece of ticker information are transferred together with the signaling of the transmission parameters for the multimedia data stream for a session; in this way another logical transmission channel for the transfer of ticker information is established through the parameters, the transmission protocol and the payload type are specified as well as a source of information is inserted that displays the source of the ticker information. A standardized SIP protocol is preferably provided for the initialization of a session, in which a standardized session description protocol is inserted for the description and administration of the transmission parameters that are negotiated by a SIP protocol, both for the multimedia data streams and for the ticker information. Ticker information is typically inserted as a text crawl or multimedia information also in a display device such as a monitor screen. Ticker information, in terms of the invention, however, includes all possible types of text notation on video images. For example, text or multimedia information can also be presented from bottom to top or as an “overlay” over a displayed picture.


An important advantage of the invention is that additional information, the ticker information, can be transmitted to the multimedia data streams of a telephony system, where the additional information can be provided from different sources such as from the terminals involved in a communication link such as conferencing devices or from any information source on a network, such as the Internet for example. Another advantage is found in the fact that signaling for additional information can be implemented with minimum signaling and transmission effort in available network protocols for packet-oriented networks.


According to a further embodiment of the invention, the source information or the information source is provided by a Uniform Resource Identifier (URI), which specifies the domain from which the ticker information is delivered. As a result, very extensive information sources can be specified that can provide or deliver additional information, especially ticker information.


According to an advantageous transmission protocol, additionally the port over which the ticker information is transmitted is specified and an xml, html, text or video payload type is provided as the payload type for the ticker information. In addition, formatting information and/or display information which adjusts the ticker information to the display device can be advantageously included for playback of the ticker information on the display devices assigned to the network terminals. As a result, adjustment to different display devices such as monitor screens or LCD displays is possible.


Further advantageous embodiments of the invention as well as an advantageous communication arrangement for carrying out the method according to the invention are found in further claims.





BRIEF DESCRIPTION OF THE FIGURE

The FIGURE shows a flow chart representing an embodiment of the invention.





DETAILED DESCRIPTION OF THE INVENTION

For the exemplary embodiment, it is assumed that in a network LAN two terminal devices E(1), E(2) establish a session S for a video-telephone communication link in order to bidirectionally transmit respectively at least one multimedia data stream mmd after the establishment of session S—alternatively a session for a unidirectional transmission can also be established. For example, such a communication link can be a video conference between two parties or their terminals E(1),E(2) or conferencing devices. For example, a standardized SIP protocol SIP (Session Initiation Protocol), currently according to the RFC standard 3261, is provided as the network protocol for establishment of a session for a video-telephony session identified as session S in the following. Other network protocols for the transmission of multimedia data mmd are possible as alternatives.


For example, a standardized session description protocol SDP, currently according to RFC standard 4566, is provided for the description or administration of properties and transmission parameters of the multimedia data streams mmd of a session S. The transmission parameters of the multimedia data streams mmd negotiated using the SIP protocol SIP are described and administered for the duration of a session S using the session description protocol SDP.


Below, an example of a protocol excerpt from a session description protocol SDP is shown, in which the transmission parameters according to the invention are inserted for ticker information ti to be transmitted:


V=0

1) O=alice 2890844526 2890844526 IN IP4 alice.enterprise.com


2)


s=−


3)


c=IN IP4 192.0.2.1.101


4)


m=audio 49172 RTP/AVP 0


5)


a=rtpmap:0 PMCU/8000


6)


m=video 4200 RTP/AVP 111 112 34


7)


a=rtpmap:111 H264/90000


8)


a=rtpmap:112 H264/90000


9)


a=fmtp 111 profile-level-id=428010;packetization-mode=0


10)


a=fmtp 112 profile-level-id=428010;packetization-mode=1


11)


Extension according to the invention:


m=ticker 4299 udp 555 666 777 888


12)


a=rtpmap: 555 ticker_xml


13)


a=rtpmap: 666 ticker html


14)


a=rtpmap: 777 ticker_plaintext


15)


a=rtpmap: 888 ticker_video


16)


a=fmtp 666 URL=news.enterprise.com/ticker


17)


Explanations for protocol excerpt SDP:

  • 1) Specifies the protocol version
  • 2) Describes the origin of a session and defines the session;
    • 2890844526=session number;
  • 3) s=name of session, no name in exemplary embodiment
  • 4) c=connection data: IN indicates Internet network type,
    • IP4=Internet protocol type 4, 192.0.2.1.101=IP address;
  • 5) m=type of audio data stream;
    • 49172=port number;
    • RTP/AVP=real-time protocol is transport protocol for audio and video conferences, 0=payload type 0;
  • 6) a=attribute for audio data stream;
    • rtpmap:0 PCMU/8000 is payload type 0 as well as coding parameters for audio data stream;
    • 7) m=two video type data streams with payload type 111 and 112;
    • 4200 is port number;
    • RTP/AVP=real-time protocol is transport protocol for audio and video conferences, 111, 113=payload type 111,113;
    • 8) rtpmap:111 is payload type 111;
    • H264/90000 is the first video data stream in standardized form H.264;
  • 9) rtpmap:112 is payload type 112;
    • H264/90000 is the second video data stream in standardized form H.264;
  • 10) fmtp: 111 format-specific parameter for payload type 111 Profile level id=428010 indicates the profile that supports the codec for decoding the compressed video data stream and indicates the highest level of the signaled profile;
    • packetization mode 1 indicates the packet assembly mode for the video data stream formatted according to H.264;
  • 11) like 10) however for payload type 112;
  • 12) m=ticker 4299 udp 555 666 777 888,
    • m=ticker data stream (indicates that the following attributes relate to a ticker type of data stream, the ticker type data stream is an additional type of data stream to the previously specified audio type and video type data streams);
    • 4299 is port number;
    • udp 555 666 777 888=standardized transmission protocol is the user data protocol UDP with the different payload types 555 666 777 888,
  • 13) a=rtpmap: 555 ticker_xml is a dynamic payload type 555 that is an XML-formatted ticker data stream;
  • 14) a=rtpmap: 666 ticker_xml is a dynamic payload type 666 that is an HTML-formatted ticker data stream;
  • 15) a=rtpmap: 777 ticker_plain text is a dynamic
    • Payload type 777 that is an ASCII code-formatted ticker data stream; (additional ticker data stream formats are possible as well (not shown in embodiment));
  • 16) a=rtpmap: 888 ticker_video is a dynamic payload type 88 that is a ticker data stream provided in video format.
  • 17) fmtp 666 URL=news.enterprise.com/ticker
    • The following payload-specific parameters are specified for payload type 666: Universal Resource Locator URL indicates the source or information source of the ticker data stream or ticker information ti from which the ticker information ti is delivered or provided in HTML format. The URL constitutes an address or identifier in a network with IP protocol in particular. The ticker information ti can be also retrieved by a terminal device E at this URL and for example correspondingly included or inserted in a video image on a display unit in the area of the terminal or in the terminal-for example a monitor screen of a conferencing unit.


The payload types 555, 666, 777, 888 are specified in the example, that is, in the specific case only one of the payload types in the session description protocol SDP is displayed together with one of the sources of the ticker information ti source information.


For the embodiment example, it is assumed that the ticker information ti or the ticker data stream is provided by a ticker device TE on the Internet and is transmitted as a ticker data stream to the terminal device E of the network LAN or to a conferencing device. In addition, for the embodiment it is assumed that a session S is initiated from the first terminal device E(1) through an enterprise system ES (not shown), for example, a server structure in the local network LAN.


Moreover, an INVITE message INVITE is generated in the first terminal E(1) according to the SIP protocol SIP and transmitted to the enterprise system ES. In a SIP message INVITE generated according to the RFC standard 3261, primarily information about the message type, target address, SIP version, SIP address, port number and the transport protocol for the responses to the message is specified.


In the session description protocol SDP embedded in the SIP protocol SIP, the transmission parameters, in accordance with the preceding explanations, are described for the multimedia data streams mmd-video and audio data streams—for the session S with video-audio data transmission—shown in the FIGURE by the label INVITE (SDP). According to the invention, in addition the transmission parameters for the transmission of ticker information ti are inserted in the session description protocol SDP, where a ticker device TE on the Internet is addressed by the universal resource identifier URI.


The enterprise system ES transmits the INVITE message INVITE including the embedded session description protocol SDP through the local network LAN to the second terminal device E(2)—shown in the FIGURE by an arrow designated INVITE (SDP). In the second terminal E(2) a 180 ringing message 180 Ringing is generated according to the SIP protocol SIP and transmitted via the enterprise system ES to first terminal E(1)—shown in the FIGURE by an arrow designated 180 Ringing. Through this 180 ringing message 180 Ringing, it is indicated to the enterprise system ES or the first terminal E(1) that the second terminal E(2) or a conferencing device on the second terminal E(2) (not shown) could be detected in the local network LAN.


Subsequently, a 200 OK message 200 OK is generated in the second terminal E(2) according to the SIP protocol SIP and transmitted via the enterprise system ES to first terminal E(1)—shown in the FIGURE by an arrow designated OK 200. Through these 200 OK messages 200 OK, it is indicated to the enterprise system ES and the first terminal E(1) that the second terminal E(2) has accepted an initialization of the signaled session S. As a result, an ACK message is generated in the first terminal E(1) according to the SIP protocol SIP and transmitted via the enterprise system ES and the local network LAN to the second terminal E(2). As a result, the transmission of the 200 OK message OK 200 is confirmed by the second terminal E(2).


Using the now negotiated addresses and the transmission protocols as well as transmission parameters, session S is established and the bidirectional transmission of the multimedia data streams mmd can begin.


According to the example, the ticker information ti is provided from a ticker device TE and is transmitted to the second terminal E(2) via the local network LAN, according to the transmission protocol specified in the SDP protocol SDP and the negotiated transmission parameters. Due to the fact that the ticker device TE is located on the Internet in the example, it is assumed in the embodiment that the Internet can be accessed by the local network LAN (not shown). Alternatively, the ticker device TE can also be located on the local network LAN.


The ticker information ti advantageously establishes a logical connection to the ticker device TE on the Internet using the universal resource locator URL available on a second terminal E(2) and retrieves the provided ticker information ti from there.


Alternatively, the ticker information ti also can be provided by one of the two terminals E(1),E(2) and distributed to or retrieved by one of these terminals E involved in the communication link, wherein the terminal E that is providing the ticker information ti is described as the source in the session description protocol SDP.


In the second terminal E(2), for example a conferencing device, the multimedia data streams mmd are reconstructed as a video image on a display device or a monitor screen. The ticker information ti is usually inserted as a linear ticker crawl on the running video image. An insertion method can be provided that is already used for the insertion of ticker information ti on television screens. Alternatively, any configuration of insertion of ticker information is possible, for example, non-linear, a specified area of the screen or on the entire screen.


The invented method is not limited to the example, but also can be used for the retransfer of additional information in terms of ticker information—for example televoting in video conferences—from one terminal to the terminals involved in the communication link. Also, the ticker information can be sent to other IP addresses or terminals and devices such as telephones or personal computers, where the other devices perform like a ticker device. Additionally, display information may be inserted as transmission parameters in the session description protocol that cause an adjustment of the display devices upon playback of the ticker information, e.g. formatting information, rendering information, filter information and speed adaptation information.

Claims
  • 1. A method for transmission of at least one piece of ticker information to at least one display device via a packet-oriented network with at least one multimedia data stream signaled by a network protocol to terminal devices of a multimedia system, comprising sending transmission parameters for transmission of ticker information while signaling transmission parameters for at least one multimedia data stream having an address for a session; specifying at least one transmission protocol and at least one payload type by the parameters; and indicating at least one data source that is the source of ticker information.
  • 2. The method of claim 1, comprising inserting the source of information as a uniform resource identifier that indicates the address of the data source that is the source of ticker information.
  • 3. The method of claim 1 comprising specifying the transmission protocol with a respective port through which respective ticker information is transmitted.
  • 4. The method of claim 1 comprising providing as the payload type a member of the group consisting of an xml payload, html payload, text payload, video payload.
  • 5. The method of claim 1, comprising inserting at least one of formatting information and display information which adjusts the ticker information to the at least one display device for playback of the ticker information on the at least one display device assigned to the terminal devices on the network.
  • 6. The method of claim 1, comprising reconstructing the ticker information transmitted according to the transmission protocol indicated in the terminal devices of the network assigned display devices is reconstructed as ticker information together with the at least one multimedia data stream transmitted.
  • 7. The method of claim 6, comprising inserting the ticker information is inserted linearly as crawling information or in a specified area in one playback screen of the display device of the at least one multimedia data stream.
  • 8. The method of claim 1, comprising implementing the network protocol according to at least one member of the group consisting of a standardized SIP protocol and a protocol suited for transmission of the multimedia data stream.
  • 9. The method of claim 4, comprising providing a standardized session description protocol for description and administration of ticker information and at least one member of the group consisting of a standardized user data protocol, a transmission control protocol, a transport layer security protocol, a datagram transport layer security protocol, and a standardized real-time protocol RTP for transport of the standardized session.
  • 10. (canceled)
  • 11. A system for transmission and display of ticker information comprising: a plurality of terminal devices connected through a packet-oriented network;a plurality of displays operatively connected to said plurality of terminal devices;a multimedia data stream signaled by a network protocol to said plurality of terminal devices; andat least one transmission parameter for said multimedia data stream, said transmission parameter signaled to said terminal devices and accompanied by at least one data source for ticker information.
CROSS-REFERENCE TO RELATED APPLICATIONS

This application is the United States national phase under 35 U.S.C. §371 of PCT International Patent Application No. PCT/EP2008/008141, filed on Sep. 25, 2008.

PCT Information
Filing Document Filing Date Country Kind 371c Date
PCT/EP2008/008141 9/25/2008 WO 00 3/31/2011