WO2008110122A1 - A method, system and buffer entity for switching network tv channels - Google Patents

A method, system and buffer entity for switching network tv channels Download PDF

Info

Publication number
WO2008110122A1
WO2008110122A1 PCT/CN2008/070493 CN2008070493W WO2008110122A1 WO 2008110122 A1 WO2008110122 A1 WO 2008110122A1 CN 2008070493 W CN2008070493 W CN 2008070493W WO 2008110122 A1 WO2008110122 A1 WO 2008110122A1
Authority
WO
WIPO (PCT)
Prior art keywords
media
switching
authentication
entity
stream
Prior art date
Application number
PCT/CN2008/070493
Other languages
French (fr)
Chinese (zh)
Inventor
Xiangyang Wu
Jun Yan
Wenming Zhu
Original Assignee
Huawei Technologies Co., Ltd.
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Huawei Technologies Co., Ltd. filed Critical Huawei Technologies Co., Ltd.
Publication of WO2008110122A1 publication Critical patent/WO2008110122A1/en

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N21/00Selective content distribution, e.g. interactive television or video on demand [VOD]
    • H04N21/40Client devices specifically adapted for the reception of or interaction with content, e.g. set-top-box [STB]; Operations thereof
    • H04N21/43Processing of content or additional data, e.g. demultiplexing additional data from a digital video stream; Elementary client operations, e.g. monitoring of home network or synchronising decoder's clock; Client middleware
    • H04N21/438Interfacing the downstream path of the transmission network originating from a server, e.g. retrieving encoded video stream packets from an IP network
    • H04N21/4383Accessing a communication channel
    • H04N21/4384Accessing a communication channel involving operations to reduce the access time, e.g. fast-tuning for reducing channel switching latency
    • 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/61Network streaming of media packets for supporting one-way streaming services, e.g. Internet radio
    • H04L65/612Network streaming of media packets for supporting one-way streaming services, e.g. Internet radio for unicast
    • 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/80Responding to QoS
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N21/00Selective content distribution, e.g. interactive television or video on demand [VOD]
    • H04N21/40Client devices specifically adapted for the reception of or interaction with content, e.g. set-top-box [STB]; Operations thereof
    • H04N21/43Processing of content or additional data, e.g. demultiplexing additional data from a digital video stream; Elementary client operations, e.g. monitoring of home network or synchronising decoder's clock; Client middleware
    • H04N21/44Processing of video elementary streams, e.g. splicing a video clip retrieved from local storage with an incoming video stream or rendering scenes according to encoded video stream scene graphs
    • H04N21/44004Processing of video elementary streams, e.g. splicing a video clip retrieved from local storage with an incoming video stream or rendering scenes according to encoded video stream scene graphs involving video buffer management, e.g. video decoder buffer or video display buffer

Definitions

  • the present invention relates to network television (IPTV) service technologies, and in particular, to a method and system for switching IPTV channels and a cache entity.
  • IPTV network television
  • IPTV services have emerged and developed rapidly. This service introduces traditional TV services into IP networks and provides a brief description of technologies related to IPTV services.
  • Session Initiation Protocol is one of the multimedia communication system framework protocols developed by the Internet Engineering Task Force (IETF). It is an application layer protocol for establishing, changing or ending multimedia sessions, and real-time transport protocol (RTP) / real-time transport. Protocols such as Control Protocol (RTCP), Session Description Protocol (SDP), Real-Time Streaming Protocol (RTSP), or Domain Name Service (DNS) work together to complete session establishment and media negotiation in IMS.
  • RTCP Control Protocol
  • SDP Session Description Protocol
  • RTSP Real-Time Streaming Protocol
  • DNS Domain Name Service
  • IMS IP Multimedia Subsystem
  • IMS Call Session Control Entity
  • HSS Home Subscriber Server
  • MGCF Media Gateway Control Function Entity
  • IM-MGW IP Multimedia-Media Gateway
  • P-CSCF current local proxy CSCF
  • S-CSCF home domain service CSCF
  • the sender can use IP multicast to send the same service content to multiple receivers at the same time. Because the same content only needs to send one copy to the specified multicast address, it can be effective. Reduce the load on the traffic sender and transport network. Users can join the service multicast group by using protocols such as Internet Group Management Protocol (IGMP) to obtain multicast content.
  • IGMP Internet Group Management Protocol
  • the sender of the service only needs to send one stream regardless of the number of recipients.
  • the multicast data only generates a single data stream between the transmission points on the transmission path from the sender of the service to the receiver.
  • Hierarchical video coding technology encodes video streams at different levels, and can output multiple coding layers, consisting of the most important base layer and multiple enhancement layers on it.
  • the base layer and the enhancement layer can be separately transmitted.
  • the base layer can independently decode the base layer video at the receiving end, but the enhancement layer must rely on the base layer and/or the enhancement layer below it to decode and reconstruct the corresponding video.
  • the final video stream is obtained by separately parsing and superimposing the basic layer and the enhancement layer. This technique is used to encode the video stream so that its data rate is relatively small, the transmission delay in the network is also small, and the decoding speed of the terminal is relatively fast.
  • the Moving Picture Experts Group (MEPG) stream consists of a coded frame (I frame), a predictive coded frame (P frame), and a bidirectionally predictive coded frame (B frame); wherein the I frame contains the most comprehensive information in a static picture.
  • the picture can be decoded by the decoder independently, and its codec is completely determined by itself, without relying on other frames; the P frame depends on the previous I frame to complete the codec; and the B frame depends on the current I frame and the correlation.
  • the P frame can complete the codec. Therefore, the I frame is very important in the MPEG stream.
  • key I frames can be extracted, a quasi-dynamic video stream can be generated, and even N consecutive M I frames can be extracted.
  • the media receiver In traditional TV technology, all channel content is generally sent to the media receiver in a frequency-division manner, such as cable TV (CableTV), which is commonly used. If the media receiver wants to switch channels, it only needs to tune to the corresponding channel. On frequency or frequency band. For IPTV, the limitation of factors such as transmission bandwidth is to transmit the content of part of the media to the media receiver as needed, instead of simultaneously transmitting the content of all channels. At this time, the channel switching involves the signaling of the media receiver and the network. Inter-processes may cause delays in all aspects of the entire handover process, affecting the end user's final experience. Among them, the delays in the whole switching process generally include the following three types:
  • the access node generates a delay when processing the Internet Multicast Management Protocol/Multicast Listener Discovery Protocol (IGMP/MLD);
  • IGMP/MLD Internet Multicast Management Protocol/Multicast Listener Discovery Protocol
  • FIG. 1 For IPTV real-time TV service, a technical scheme based on Digital Subscriber Loop (DSL) is shown in Figure 1.
  • the solid line in the figure indicates the transmission of the media stream, and the dotted line indicates the signaling transmission.
  • the technology uses IP multicast technology to transmit media streams to media receivers.
  • the media receivers use IGMP/MLD to request access to the channel's multicast address from the access node of the access network to receive the channel program, and use the multicast in the core transport network.
  • the routing technology establishes a multicast forwarding path, and the multicast data packet sent by the media server reaches the access network through the core transmission network and is finally sent to the media receiver.
  • the access node for the DSL access network such as a Digital Subscriber Loop Access Multiplexer (DSLAM) or a Broadband Remote Access Server (BRAS), performs control for channel rights;
  • DSLAM Digital Subscriber Loop Access Multiplexer
  • BRAS Broadband Remote Access Server
  • the channel switching request of the media receiver is finally embodied by the media group joining or leaving the multicast group of the playing channel by using the IGMP/MLD protocol.
  • the permission list configured on the DSLAM or the BRAS, it is determined whether the media recipient is allowed to do this. Secondary channel switching operation.
  • the content of multiple channels is sent to the edge of the access network in advance, and the content is directly sent from the access node of the access network to the media receiver when the media receiver requests the channel content, thereby saving the media stream from The delay time that the media server transmits to the access node of the access network; when no media receiver views the content, the access node of the access network discards the received channel content.
  • the core transmission network For the unicast mode, when the media receiver performs channel switching, the core transmission network must obtain the content of the target channel from the media server, so the method reduces the delay by transmitting the channel content to the access network in advance. Not suitable for channel switching in unicast mode.
  • the media receiver performs a service request on the signaling plane, and the network performs operations such as authentication, status recording, and charging on the media receiver, and obtains transmission parameters of the media plane, and then the media receiver requests relevant media resources on the media side.
  • the basic idea is: When the media receiver makes an initial channel request, it negotiates a switching channel between the media receiver and the media server. When the media receiver performs channel switching, the channel is used to deliver and display low resolution or/and quasi-static. Switching the media stream; until the normal handover process ends, the media receiver receives the normal media stream.
  • the structure of the method is shown in Figure 2, in which the upper arrow indicates the low resolution switching media stream and the lower arrow indicates the normal media stream.
  • the switching media channel already exists when the initial request is made by the media receiver, and does not have to wait until the channel is switched.
  • the media receiver simultaneously delivers the switching media stream while the media receiver is watching the program normally, but the media receiver loses the media stream. Discard; When the media receiver switches channels, the media receiver receives the switching media stream.
  • This method can further reduce the transmission delay.
  • the media server is far away from the user terminal, the core network transmission delay will be longer.
  • the media receiver sends a request to the media.
  • the server must deliver the media stream after the authentication succeeds. Therefore, when the switching request is made on the signaling plane, it will cause a long delay and affect the user experience. Summary of the invention
  • the embodiments of the present invention provide a method for switching network television channels, so as to reduce the delay of switching IPTV channels.
  • the embodiment of the invention further provides a system for switching network television channels, so as to reduce the delay of switching IPTV channels.
  • An embodiment of the present invention provides a method for switching a network television channel.
  • the method includes: the cache entity buffers the generated switched media stream, and after receiving the handover request, sends a switching media stream of the target channel to the media receiver; After being accepted, the media provider sends a normal media stream of the target channel to the media recipient.
  • An embodiment of the present invention provides a system for switching a network television channel, where the system includes: a handover flow generation unit, a cache entity, a media provider, and a media receiver;
  • the switching stream generating unit receives the normal media stream sent by the media provider and generates a switching media stream, and sends the packet to the cache entity;
  • the buffering entity buffers the switched media stream sent by the switching stream generating unit, and after receiving the switching request sent by the media receiver or the media provider, sends the switching media stream of the target channel to the media receiver; receiving the switching of the media receiver After the request, forwarded to the media provider or not forwarded to the media provider;
  • the media provider sends a normal media stream to the switching stream generating unit. After the switching request is accepted, the normal media stream of the target channel is sent to the media receiver. After receiving the switching request sent by the media receiver, the packet is forwarded to the cache entity or not forwarded. Give the cache entity;
  • the media recipient sends a handover request to the media provider or the caching entity, receives the switched media stream from the target channel sent by the caching entity, and receives the normal media stream from the media provider's target channel.
  • the embodiment of the present invention further provides a cache entity, where the cache entity includes: a cache unit, a transceiver unit, and a determining unit;
  • a cache unit configured to cache the switched media stream
  • the transceiver unit receives the switching media stream and sends the packet to the buffer unit. After receiving the handover request, the switching media stream in the buffer unit is sent out, and after receiving the handover request of the media receiver, the packet is forwarded to the media provider or not forwarded to the media. provider.
  • the setting cache entity caches the switched media stream, and immediately after receiving the handover request, sends the switched media stream to the media receiver, which reduces the delay caused by the network transmission process;
  • the media receiver may first receive the switched media stream of the target channel, thereby reducing the delay caused by the signaling plane performing the handover request. Therefore, the method and system provided by the embodiments of the present invention can reduce the delay in the IPTV channel switching process whether in the unicast mode or the multicast mode.
  • FIG. 1 is a system structural diagram of a fast switching IPTV channel based on xDSL in the prior art
  • 2 is a system structure diagram of an NGN-based fast switching IPTV channel in the prior art
  • FIG. 3 is a system structure diagram of a fast switching IPTV channel according to an embodiment of the present invention
  • a structure diagram of the cache entity
  • FIG. 4.1 is a structural diagram of a system according to Embodiment 1 of the present invention.
  • Figure 4 is a system structure diagram of a traditional IPTV service according to the first embodiment of the present invention
  • Figure 4. 3 is a flowchart of a method for providing a traditional IPTV service according to the first embodiment of the present invention
  • the embodiment of the invention provides a system structure diagram of the second solution;
  • FIG. 5 is a system structure diagram of an NGN layered design according to an embodiment of the present invention
  • FIG. 5 is a flowchart of a NGN layered design method according to an embodiment of the present invention
  • FIG. A system structure diagram of the third solution is provided for the embodiment of the present invention
  • Figure 6.2 is a system structure diagram of an IMS network architecture based on the third embodiment of the present invention.
  • Figure 6.3 is a flowchart of a method for providing an IMS network architecture based on the third embodiment of the present invention. detailed description
  • the method provided by the embodiment of the present invention is: the cache entity caches the generated switched media stream, and after receiving the handover request, sends the switched media stream of the target channel to the media receiver; after the handover request is accepted, the media provider receives the media stream from the media. The normal media stream of the target channel is sent.
  • the process of generating the switched media stream is to modify the normal media stream to be different from the normal media stream in media parameters such as compression ratio, transmission bit rate, resolution, etc., to form a low-resolution and/or quasi-static video frame.
  • Image information is transmitted so that the transmission delay can be reduced.
  • the modification to the normal media stream may be one of the following modes or a combination of any two or more of the following: 1) using layered coding and transmission for the video content, and switching the media stream using only the base layer coding, for reducing The bit rate of the video stream; 2) In the MPEG video coding mechanism, the I frame is extracted from the video stream to form a quasi-dynamic I frame sequence as the content of the switched media stream; 3) only N of the M consecutive I frames are selected Transmission is performed as an I frame sequence, where M>N; 4) image size compression or the like is performed for each I frame. Switching media The specific generation process of the flow is not the focus of the present invention, so it will not be described in detail.
  • the generation of the switching media stream may be completed by the caching entity, the caching entity receives the normal stream from the media provider, and then forms the switching media stream to directly cache; or may be completed by the media provider, and then the media provider directly sends the generated switching stream. Cache the cached entity; or send the normal media stream to a separate device by the media provider, the independent device modifies the normal media stream to generate a switched media stream, and then sends the cached media stream to the cache entity for caching. The process of switching the media stream is not stopped, so as to ensure the continuity of the switching media stream.
  • the cache entity in consideration of the bandwidth requirement of the media transmission, in order to avoid the congestion of the core transmission network and optimize the media transmission time, the cache entity is set to cache the switched media stream in the method, and after receiving the handover request, The media stream is delivered to the media receiver to reduce the delay of the media stream during transmission.
  • the cache entity caches the switched media stream, and the dynamic cache mechanism is used.
  • the switched media stream is temporarily saved according to service requirements, and the content of the switched media stream is updated under a certain aging mechanism.
  • the cached media stream can be an application-level media file or a packet-level packaged media data.
  • the cache entity temporarily saves the switched media stream by caching the latest N seconds of content, wherein the setting of N seconds is determined by the specific situation, and the setting of N seconds is related to the time of completing the channel switching.
  • the cache entity When receiving the handover request, the cache entity immediately sends the switched media stream of the target channel to the media receiver, and does not stop the buffering process of the new switched media stream during the sending of the switched media stream of the target channel, This ensures that the switching media stream is continuous during the handover process.
  • the media provider is an entity that provides an IPTV service in the network, and may be an IPTV middleware or a media server.
  • the media receiver may be a user terminal such as a set top box (STB) or a computer (PC).
  • the cache entity is a logical or physical functional entity in the network, and may be a media cache entity (Cache).
  • the first request is to send a handover request, and the handover request can be directly sent to the cache entity and sent to the media provider.
  • the cache entity After receiving the handover request, the cache entity performs the switching of the target channel to the media stream, and the media is delivered.
  • the provider receives the handover request, the handover request is accepted, the media
  • the physical provider sends the normal media stream of the target channel to the media receiver; the media receiver can also send the handover request to the media provider, and the media provider forwards the handover request to the cache entity and delivers the normal media stream of the target channel, and the cache entity After receiving the handover request, the normal media stream of the target channel is delivered.
  • the handover request includes an identifier of the target channel, location information of the media receiver, and the like.
  • the media provider and the cache entity may send corresponding media streams to the media receiver according to the location information of the media receiver.
  • the media receiver joins the corresponding multicast when switching channels. The media provider and the cache entity send the corresponding media stream to the multicast group.
  • the cache entity stops the switching media stream of the target channel, and the process may be: the media provider notifies the cache entity after delivering the normal media stream of the target channel. Stop the sending of the switching media stream of the target channel; or: after receiving the normal media stream of the target channel, the media receiver notifies the cache entity to stop transmitting the switched media stream of the target channel; or may set a time limit to the timing time limit Afterwards, the cache entity automatically stops the transmission of the switched media stream of the target channel, and the method can be used in combination with the first two methods of stopping the delivery of the switched media stream.
  • the set time limit is generally greater than the time T, where T is the time taken by the media receiver to send the handover request to the media provider to deliver the normal media stream.
  • the method may include an authentication process, where the media receiver may include the user's authentication request in the handover request when sending the handover request, or may send the media request to the media provider when the cache entity receives the handover request.
  • the authentication request includes the user's authentication information and/or location information.
  • the media provider After receiving the authentication request, the media provider authenticates the media receiver, and the authentication succeeds that the handover request is accepted, and continues to perform the step of the media provider transmitting the normal media stream of the target channel to the media receiver; if the authentication If the media provider fails, the media provider does not send the normal media stream of the target channel to the media receiver, and notifies the cache entity to stop transmitting the switched media stream of the target channel.
  • authentication can be done by a separate device, such as an authentication unit.
  • the media receiver may send the handover request to the cache entity, and the cache entity sends the authentication request to the authentication unit for authentication. After the authentication succeeds, the media provider is notified that the handover request is accepted; or , The media receiver sends the handover request to the cache entity, and the cache entity forwards the handover request to the media provider, and the media provider sends the authentication request to the authentication unit for authentication. After the authentication succeeds, the media is notified. The provider switching request is accepted. Alternatively, the media receiver sends a handover request to the cache entity and the authentication unit, and the authentication unit performs authentication. After the authentication succeeds, the media provider is notified that the handover request is accepted.
  • the media receiver When the media receiver sends a handover request to the cache entity, it can use IGMP, RTSP, SIP or other related protocols. When forwarding the handover request and/or authentication request between the cache entity and the media provider, RTSP, SIP, H can be used. 248 or other related protocol; Hypertext Link Protocol (HTTP), RTSP, SIP or other related protocols may be used when the media recipient sends a handover request to the media provider.
  • HTTP Hypertext Link Protocol
  • the cache entity delivers the switched media stream of the target channel to the media receiver, and/or the media provider delivers the switched media stream or the normal media stream to the cache entity, and/or the media provider delivers the target channel to the media receiver
  • the RTP/RTCP protocol can be used, and the transmission mode can be unicast or multicast.
  • the system provided by the embodiment of the present invention is as shown in FIG. 3.
  • the system includes: a handover flow generation unit 301, a cache entity 302, a media provider 303, and a media receiver 304.
  • the switching stream generating unit 301 is configured to generate a switching media stream from the normal media stream sent by the media provider 303, and send the packet to the cache entity 302.
  • the switching stream generating unit 301 modifies the received normal media stream to be different from the normal media stream in media parameters such as compression ratio, transmission bit rate, resolution, etc., to form a low-resolution and/or quasi-static video frame. Image information is transmitted so that the transmission delay can be reduced.
  • the switching stream generating unit 310 may be an independent device, may be disposed in the cache entity 302, or may be disposed in the media provider 303.
  • the buffering entity 302 caches the switched media stream sent by the switching stream generating unit 301, and after receiving the switching request of the media receiver 304, transmits the switching media stream of the target channel to the media receiver 304.
  • the cache entity 302 temporarily saves the switched media stream by caching the latest N seconds of content, where N seconds is determined by a specific case, and the setting of the N seconds is related to the time of completing the channel switching.
  • the cache entity 302 can be a Cache.
  • the media provider 303 sends a normal media stream to the handover stream generating unit; after the handover request is accepted, the media stream of the target channel is sent to the media receiver 304.
  • the media provider 303 can determine that the handover request is accepted upon receiving the handover request.
  • the handover request may also be sent by the media receiver 304 to the caching entity 302, and then sent by the caching entity 302 to the media provider 303; or may be sent by the media receiver 304 to the media provider 303, and then the media provider 303 forwards the request to the media provider 303.
  • the media provider 303 may be an IPTV middleware or an entity capable of providing an IPTV service, such as a media server.
  • the media recipient 304 transmits a handover request; receives a switched media stream from the target channel of the cache entity 302, and receives a normal media stream from the target channel of the media provider 303.
  • the media provider 303 may also first send the normal media stream of the target channel to the cache entity 302, and the cache entity 302 sends the normal media stream of the target channel to the media receiver 304.
  • the media recipient 304 can be a user terminal, such as an STB, or PC, capable of receiving and processing IPTV media content.
  • the processing refers to display, recording, or other operations.
  • the media provider 303 sends a stop notification to the cache entity 302, and the cache entity 302 stops transmitting the switched media stream of the target channel to the media receiver 304 after receiving the stop notification; and/or arrives After the timing period, the switching media stream of the target channel is automatically stopped from being sent to the media receiver 304.
  • the set time limit is generally greater than the time T, where T is the time taken by the media receiver to send a handover request to the media provider to deliver the normal media stream.
  • the media provider 303 may also first send a handover request acceptance notification to the media receiver 304, and then the media receiver sends a stop notification to the cache entity 302.
  • system further includes: an authentication unit 305;
  • the switching request includes an authentication request;
  • the authentication unit 305 after receiving the authentication request sent by the cache entity 302 or the media provider 303 or the media receiver 304, performs authentication, and after the authentication succeeds, notifying the media provider 303 that the handover request is accepted;
  • the cache entity 302 is further configured to: after receiving the handover request of the media receiver, send the authentication request to the authentication unit; or
  • the media receiver 304 is further configured to send the authentication request to the authentication unit directly.
  • the media provider 303 is further configured to send the authentication request to the authentication unit.
  • the authentication unit 305 can be a standalone device or can be included in the media provider 303.
  • a cache unit 01 configured to cache the switched media stream
  • the transceiver unit 02 receives the switched media stream and sends it to the buffer unit 01. After receiving the handover request, the switching media stream in the buffer unit 01 is sent out. After receiving the handover request of the media receiver, the packet is forwarded to the media provider or not. Forward to the media provider.
  • the buffering entity may further include: a switching stream generating unit 03, configured to modify the normal media stream to form a switching media stream, and send the packet to the transceiver unit 02.
  • the transceiver unit 02 is further configured to stop sending the switching media stream after the handover request is accepted.
  • the cache entity further includes a timing unit 04 for setting a timing time limit, and sending a stop notification to the transceiver unit 02 when the timing time expires;
  • the transceiver unit 02 stops transmitting the switching media stream after receiving the stop notification.
  • the switching stream generating unit is set in the cache entity, that is, the generating function of the switching entity to complete the switching media stream is taken as an example.
  • the media provider 303 sends a normal media stream to the caching entity 302 via P2.
  • the cache entity 302 generates a switching media stream and buffers it; the media receiver 304 sends a handover request to the cache entity 302 through the II, and after receiving the handover request, the cache entity 302 immediately transmits the switched media stream of the target channel to the media receiver 304 through P1, and
  • the authentication request is sent to the media provider 303 through 12; the media provider 303 performs authentication. After the authentication succeeds, the media provider 303 sends the normal media stream of the target channel to the media receiver 304 through P3, and passes the 12-way cache entity.
  • the cache entity 302 sends a stop notification, and the cache entity 302 stops transmitting the switched media stream of the target channel after receiving the stop notification and/or to a certain time limit.
  • the stop notification may be an authentication response sent by the media provider 303 to the cache entity.
  • the media provider is an IPTV middleware, and its functions include: user authentication, service request processing, IPTV content management, and media stream distribution scheduling;
  • the cache entity uses Cache;
  • the media receiver uses STB.
  • the media transmission channel P3 is formed by a combination of the transmission channels P1 and P2 through the Cache.
  • the flow chart of the method for quickly switching the IPTV channel by the system shown in Fig. 4.2 is shown in Fig. 4.3, wherein the solid line indicates the transmission step of the media stream, and the broken line indicates the transmission step of the signaling.
  • the process includes the following steps:
  • Step 401 The IPTV middleware sends a normal media stream to the Cache through the P2.
  • Step 402 The Cache receives the normal media stream to form a switched media stream and performs buffering.
  • Step 403 The Cache sends a normal media stream of the current channel to the STB through P1.
  • Step 404 When the STB wants to switch channels, send a handover request to the Cache through I I;
  • the handover request includes user location information and a target channel identifier, and requests the PDCCH to switch media streams of the target channel, and also requests the IPTV middleware to the normal media stream of the target channel.
  • Step 405 After receiving the handover request, the Cache sends the switching media stream of the target channel to the STB. In this step, the Cache finds the switching medium of the target channel according to the target channel identifier in the handover request. The body stream is sent to the STB according to the user location information in the handover request.
  • Step 406 The Cache sends an authentication request to the IPTV middleware through 12;
  • Step 405 and step 406 may be performed simultaneously, or may be performed sequentially in a short time, and the order may be arbitrary.
  • Step 407 IPTV middleware is authenticated
  • Step 408 The IPTV middleware sends the authentication response to the Cache to notify the authentication failure or success. If the authentication fails, the step 409 is not performed, and the step 412 is not performed. If the authentication is successful, step 409 is performed;
  • Step 409 The IPTV middleware sends the normal media stream of the target channel to the Cache through the P2.
  • Step 408 The Cache stops sending the switched media stream of the target channel.
  • Step 412 The Cache sends a normal media stream of the target channel to the STB through P1.
  • the authentication unit is disposed in the IPTV middleware.
  • the media provider 303 sends a normal media stream to the caching entity 302 via P2, the caching entity 302 generates a switching media stream and caches it; the media receiver 304 sends a handover request to the media provider 303 via the media provider 303, the media provider 303, by 12, forwards the handover request to the cache entity 302.
  • the cache entity 302 After receiving the handover request, the cache entity 302 immediately sends the switched media stream of the target channel to the media receiver 304 through P1; the media provider 303 determines the authentication request according to the handover request.
  • the media provider 303 sends the normal media stream of the target channel to the media receiver 304 through P3, and can send a stop notification to the cache entity 302 through 12, and the cache entity 302 receives the media provider 303. Stop the notification, and/or stop transmitting the switching media stream of the target channel after a certain timing period; if the authentication fails, the media provider 303 does not send the media receiver 304
  • the normal media stream of the target channel can simultaneously send a stop notification to the cache entity 302 through 12, the cache entity 302 receives a stop notification from the media provider 303, and/or stops transmitting the switched media stream of the target channel after a certain time limit.
  • the stop notification may be an authentication response sent by the media provider 303 to the cache entity.
  • the layered design of the NGN network architecture separates the control and authentication functions of the IPTV service from the media server to form an IPTV service control entity.
  • the user's authentication is completed by the IPTV service control entity.
  • the cache entity uses Cache; the media receiver uses STB.
  • the media transmission channel P3 is formed by a combination of the transmission channels PI and P2 through the Cache; the signaling channels 12 and 13 are transferred, and the signaling channel 14 is newly added for the control of the media server by the IPTV control entity, and the protocol may be H. 248, SIP, etc.
  • FIG. 5 The flow chart of the method for quickly switching the IPTV channel by the system shown in FIG. 5.2 is shown in FIG. 5. 3, wherein the solid line indicates the transmission step of the media stream, and the broken line indicates the transmission step of the signaling.
  • the process includes the following steps:
  • Step 501 The media server sends a normal media stream to the Cache through the P2.
  • Step 502 The Cache receives the normal media stream and forms a switching media stream and performs buffering.
  • Step 503 The Cache sends the current channel normal media stream to the STB through the P1.
  • Step 504a The STB sends a handover request to the Cache through the I I;
  • Step 505 The Cache sends the switched media stream of the target channel to the STB according to the target channel identifier and the user location information in the handover request through P1.
  • Step 504b The STB sends an authentication request to the IPTV service control entity through 13;
  • the authentication request includes authentication information.
  • Steps 504a and 504b are not in a fixed order, and may also be performed simultaneously.
  • Step 506 The IPTV service control entity performs authentication. After the authentication succeeds, the process proceeds to step 507. If the authentication fails, step 508 is performed, and steps 509 and 511 are not performed.
  • Step 507 The IPTV service control entity sends a target normal flow request to the media server by using 14 And receiving a response sent by the media server;
  • Step 508 The IPTV service control entity sends an authentication response to the Cache.
  • Step 509 The media server sends a normal media stream of the target channel to the Cache through the P2.
  • Step 511 The Cache sends the normal media stream of the target channel to the STB through P1.
  • the IPTV service control entity described in the embodiment of the second solution completes the function of the authentication unit.
  • the media provider 303 sends a normal media stream to the cache entity 302 through P2, and the cache entity 302 generates a switch media stream and caches it; the media receiver 304 sends a handover request to the cache entity 302 through II, and provides the media to the media through the 13
  • the sender sends an authentication request; after receiving the handover request, the cache entity 302 immediately sends the switched media stream of the target channel to the media receiver 304 through P1; the media provider 303 performs authentication after receiving the authentication request, and after the authentication succeeds, the media
  • the provider 303 sends a handover request acceptance notification to the media receiver 304 through 13 while transmitting the normal media stream of the target channel to the media receiver 304 via P3; after receiving the notification of the handover request, the media receiver 304 sends the notification to the cache entity 302.
  • the sending stop notification the buffering entity 302 stops receiving the switching media stream of the target channel after receiving the stop notification, or may set a timing time for the buffering entity 302 to deliver the switching media stream, and after the timing time limit, the cache entity 302 automatically stops sending the target.
  • Channel switching media stream At this point the media recipient 304 may not send a stop notification to the caching entity 302.
  • the above two methods of triggering the buffer entity 302 to stop transmitting the target channel switching media stream may also be used at the same time.
  • the IMS core is used for control of call, routing, media negotiation, etc.
  • the IPTV service control layer is responsible for authentication, and service scheduling and distribution
  • HSS is used for storage correlation.
  • Authentication data is responsible for the transmission function of the media.
  • the media receiver can be the UE; the media provider can be the multimedia resource control function (MRFC, Multimedia Resource Function Controller / Multimedia Resource Function Processor (MRFP);
  • MRFC multimedia resource control function
  • MRFP Multimedia Resource Function Controller / Multimedia Resource Function Processor
  • the cache entity can be set in the Border Gateway Function (BGF) or Broadband Remote Access System (BRAS) or digital User Loop Access Multiplexer (DSLAM) or other access network entity.
  • BGF Border Gateway Function
  • BRAS Broadband Remote Access System
  • DLAM digital User Loop Access Multiplexer
  • FIG. 6.3 A flowchart of a method for rapidly switching an IPTV channel by the system shown in FIG. 6.2 is shown in FIG. 6.3, wherein a solid line indicates a transmission step of a media stream, and a broken line indicates a transmission step of signaling.
  • the cache entity is set in the BGF, and the BGF stops the delivery of the switching flow in a timed manner.
  • the process includes the following steps:
  • Step 601 The MRFC/MRFP sends the current channel normal media stream to the UE through P3.
  • Step 602 The MRFC/MRFP sends a normal media stream to the BGF through P2.
  • Step 603 The BGF receives the normal media stream to form a switching media stream and performs buffering.
  • Step 604a The UE sends a handover request to the BGF through the II.
  • Step 605 The BGF sends a switching media stream of the target channel to the UE through the P1, and starts the timer at the same time;
  • Step 604b The UE sends a handover request to the IPTV service control layer via the IMS core through the IMS core.
  • the steps 604a and 604b are not performed in a fixed sequence, and may be performed simultaneously.
  • Step 606 The IPTV service control layer passes the 16 to the home subscriber. After the server (HSS) obtains the user authentication information, the authentication is performed; after the authentication succeeds, the process proceeds to step 607; if the authentication fails, the authentication failure notification is sent to the UE, and then step 608 is performed, and step 609 is not performed;
  • HSS server
  • Step 607 The IPTV service control layer requests the normal media stream of the target channel by the MRFC/MRFP through 15 and receives a response.
  • Step 608 The IPTV service control layer sends a handover response to the UE by using 14 and 13;
  • Step 609 The MRFC/MRFP sends a target channel normal service flow to the UE through P3.
  • the steps 608 and 609 have no fixed sequence, and may be performed simultaneously.
  • Step 610 When the timer expires, the BGF stops sending the switched media stream of the target channel to the UE.
  • the method used by the BGF to stop transmitting the switched media stream is to use a timer. As soon as the timer expires, the BGF stops transmitting the switching media stream.
  • the timing of the timer is set to ⁇ , which is generally greater than the time taken by the media receiver to send a handover request to the media provider to deliver the normal media stream.
  • the IMS core and the HSS jointly perform the functions of the authentication unit.
  • the method and system provided by the embodiments of the present invention set a cache entity to cache a switched media stream, and immediately send a switching media stream to a media receiver after receiving the handover request, thereby reducing the network.
  • the method and system provided by the embodiments of the present invention may introduce an authentication process, and in the process of authenticating, the media receiver may first receive the switched media stream of the target channel sent by the cache entity, and also reduces the The delay caused by the signaling interaction in the authentication process.
  • the method and system provided by the embodiments of the present invention can be used not only for fast switching of IPTV channels when transmitting in multicast mode, but also for fast switching of IPTV channels when transmitting in unicast mode.

Landscapes

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

Abstract

A method, system and buffer entity for switching network TV channels. It relates to the field of the network TV technology, and is used for reducing delay of switching network TV channels. Wherein, the method is that: a buffer entity buffers generated switching media flow, and sends the switching media flow of a target channel to a media receiver after receiving a switching request; after the switching request is accepted, a media provider sends normal media flow of the target channel to the media receiver, so that the delay during the network transmission and due to performing the switching request by a signaling-side is reduced. Further more, the invention can introduce an authentication process, and the delay caused by signaling alternation during the authentication process is reduced. And it can be used for switching IPTV channels quickly when they are transmitted not only in a multicast mode, but also in unicast mode.

Description

一种切换网络电视频道的方法和系统以及緩存实体 技术领域  Method and system for switching network television channels and cache entity
本发明涉及网络电视(IPTV ) 业务技术, 特别涉及一种切换 IPTV频道的 方法和系统以及緩存实体。  The present invention relates to network television (IPTV) service technologies, and in particular, to a method and system for switching IPTV channels and a cache entity.
背景技术 Background technique
随着因特网 ( Internet )应用的迅速发展以及 IP技术的出现, IPTV业务 也应运而生并快速的发展起来。 该业务把传统的电视业务引入 IP网络中, 下 面对与 IPTV业务相关的技术进行简单的说明。  With the rapid development of Internet applications and the emergence of IP technologies, IPTV services have emerged and developed rapidly. This service introduces traditional TV services into IP networks and provides a brief description of technologies related to IPTV services.
会话发起协议(SIP )是由因特网工程任务组(IETF )制订的多媒体通信 系统框架协议之一, 是用于建立、 改变或结束多媒体会话的应用层协议, 与 实时传输协议(RTP ) /实时传输控制协议(RTCP )、 会话描述协议(SDP )、 实 时流协议(RTSP )、 或域名服务(DNS )等协议配合, 共同完成 IMS 中的会话 建立及媒体协商。  Session Initiation Protocol (SIP) is one of the multimedia communication system framework protocols developed by the Internet Engineering Task Force (IETF). It is an application layer protocol for establishing, changing or ending multimedia sessions, and real-time transport protocol (RTP) / real-time transport. Protocols such as Control Protocol (RTCP), Session Description Protocol (SDP), Real-Time Streaming Protocol (RTSP), or Domain Name Service (DNS) work together to complete session establishment and media negotiation in IMS.
为了满足越来越突出的 IP 多媒体应用的普遍需求, 第三代合作伙伴计划 ( 3GPP )在分组承载网基础上引入的全 IP业务网络架构的 IP多媒体子系统 ( IMS ), 目标是按照个性化用户数据, 屏蔽用户接入方式和控制业务能力的 开放程度, 从而提供多媒体的通信体验。 IMS是 3GPP R5阶段增加的 WCDMA网 络中叠加在已有分组域之上的一个子系统, 釆用分组域为其上层控制信令和 媒体传输的承载通道, 引入 SIP作为业务控制协议, 通过将业务控制与承载 控制分离,提供丰富的多媒体业务; IMS中主要的功能实体包括控制用户注册、 会话控制等功能的呼叫会话控制实体(CSCF )、 提供各种逻辑控制功能的应用 服务器 (AS )、 集中管理用户签约数据的归属用户服务器 (HSS ) 以及用于实 现电路交换网互通的媒体网关控制功能实体(MGCF ) / IP 多媒体 -媒体网关 ( IM-MGW ), 媒体接收者通过当前所在地的代理 CSCF ( P-CSCF )接入 IMS , 会 话和业务触发控制及与 AS的业务控制交互则由其它注册地的归属域服务 CSCF ( S-CSCF ) 完成。 IP组播是以 IP地址发送业务的技术,发送者利用 IP组播可以同时向多个 接收者发送相同的业务内容, 因为相同内容只需要向指定组播地址发送一份 即可, 所以可以有效降低业务发送者和传输网络的负载。 用户可以通过使用 因特网组管理协议(IGMP )等协议加入业务组播组, 来获取组播内容。 In order to meet the increasing demand for more and more prominent IP multimedia applications, the 3rd Generation Partnership Project (3GPP) introduced the IP Multimedia Subsystem (IMS) of the all-IP service network architecture based on the packet bearer network, with the goal of personalization. User data, shielding the user access mode and controlling the openness of business capabilities, thus providing a multimedia communication experience. IMS is a subsystem superimposed on the existing packet domain in the WCDMA network added in the 3GPP R5 phase. The packet domain is used as the bearer channel for the upper layer control signaling and media transmission, and SIP is introduced as the service control protocol. Separation of control from bearer control to provide rich multimedia services; The main functional entities in IMS include Call Session Control Entity (CSCF), which controls functions such as user registration and session control, and application servers (AS) that provide various logic control functions. A Home Subscriber Server (HSS) that manages subscriber subscription data and a Media Gateway Control Function Entity (MGCF) / IP Multimedia-Media Gateway (IM-MGW) for implementing circuit-switched network interworking, and the media receiver passes the current local proxy CSCF ( P-CSCF) access to the IMS, session and service trigger control and service control interaction with the AS are performed by the home domain service CSCF (S-CSCF) of other registered places. IP multicast is a technology for sending services by IP address. The sender can use IP multicast to send the same service content to multiple receivers at the same time. Because the same content only needs to send one copy to the specified multicast address, it can be effective. Reduce the load on the traffic sender and transport network. Users can join the service multicast group by using protocols such as Internet Group Management Protocol (IGMP) to obtain multicast content.
使用组播技术传送业务流, 无论业务接收者有多少, 业务发送者只需要发 送一个数据流。 组播数据在业务发送者到接收者的传送路径上的传送点之间 只产生单一的数据流。  Using multicast technology to transport traffic, the sender of the service only needs to send one stream regardless of the number of recipients. The multicast data only generates a single data stream between the transmission points on the transmission path from the sender of the service to the receiver.
分层视频编码技术是对视频流进行不同层次的编码, 可以输出多个编码 层, 由最主要的基本层以及其上的多个增强层组成。 基本层和增强层可以分 开发送, 在接收端基本层可以独立解码出基本层视频, 但是增强层必须依赖 于基本层和 /或其下面的增强层, 才能解码重构出各自对应的视频。 通过基本 层与增强层的分别解析和相互叠加, 得到最终的视频码流。 使用该技术对视 频流进行编码, 使其数据码率相对较小, 在网络中的传输延迟也较小, 终端 的解码速度也相对较快。  Hierarchical video coding technology encodes video streams at different levels, and can output multiple coding layers, consisting of the most important base layer and multiple enhancement layers on it. The base layer and the enhancement layer can be separately transmitted. The base layer can independently decode the base layer video at the receiving end, but the enhancement layer must rely on the base layer and/or the enhancement layer below it to decode and reconstruct the corresponding video. The final video stream is obtained by separately parsing and superimposing the basic layer and the enhancement layer. This technique is used to encode the video stream so that its data rate is relatively small, the transmission delay in the network is also small, and the decoding speed of the terminal is relatively fast.
运动图像专家组(MEPG ) 流的组成有编码帧 (I帧)、 预测编码帧 (P帧) 和双向预测编码帧 (B帧); 其中, I帧包含了一个静态画面中最全面的信息, 可以独立的由解码器解码生成画面, 其编解码完全由自身决定, 而不需要依 赖其它帧; P帧要依赖前面的 I帧才能完成编解码; 而 B帧要依赖于当前的 I 帧和相关的 P帧才能完成编解码。 因此, I帧在 MEPG流中十分重要, 为减小 视频流的数据码率可以从中提取关键的 I 帧, 生成准动态的视频流, 甚至可 以在连续的 M个 I帧中提取 N个, 进一步对视频流大小进行精简, 其中 M>N。  The Moving Picture Experts Group (MEPG) stream consists of a coded frame (I frame), a predictive coded frame (P frame), and a bidirectionally predictive coded frame (B frame); wherein the I frame contains the most comprehensive information in a static picture. The picture can be decoded by the decoder independently, and its codec is completely determined by itself, without relying on other frames; the P frame depends on the previous I frame to complete the codec; and the B frame depends on the current I frame and the correlation. The P frame can complete the codec. Therefore, the I frame is very important in the MPEG stream. In order to reduce the data rate of the video stream, key I frames can be extracted, a quasi-dynamic video stream can be generated, and even N consecutive M I frames can be extracted. Streamline the video stream size, where M>N.
在传统电视技术中, 所有频道内容一般是按频分的方式同时发送到媒体接 收者的, 如目前常用的有线电视(CableTV ), 如果媒体接收者要切换频道, 只需要调谐到相应频道的播放频率或频带上。 对于 IPTV而言, 考虑传输带宽 等因素的限制, 是按照需要将部分媒体的内容发送到媒体接收者的, 而不是 同时发送所有频道的内容。 此时频道切换涉及到媒体接收者和网络的信令交 互过程, 可能导致整个切换过程的各个环节出现延迟, 从而影响终端用户的 最终体验。 其中, 整个切换过程中出现延迟的环节一般包括以下三种: In traditional TV technology, all channel content is generally sent to the media receiver in a frequency-division manner, such as cable TV (CableTV), which is commonly used. If the media receiver wants to switch channels, it only needs to tune to the corresponding channel. On frequency or frequency band. For IPTV, the limitation of factors such as transmission bandwidth is to transmit the content of part of the media to the media receiver as needed, instead of simultaneously transmitting the content of all channels. At this time, the channel switching involves the signaling of the media receiver and the network. Inter-processes may cause delays in all aspects of the entire handover process, affecting the end user's final experience. Among them, the delays in the whole switching process generally include the following three types:
接入节点处理互联网组播管理协议 /组播侦听者发现协议(IGMP/MLD ) 时 产生延迟;  The access node generates a delay when processing the Internet Multicast Management Protocol/Multicast Listener Discovery Protocol (IGMP/MLD);
媒体流从媒体服务器传送到接入节点产生的延迟;  The delay generated by the media stream being transmitted from the media server to the access node;
媒体接收者解码媒体流并显示时产生的延迟。  The delay that occurs when the media receiver decodes the media stream and displays it.
目前对于 IPTV切换频道的延迟问题, 有以下几种解决方案:  At present, there are several solutions to the delay problem of IPTV switching channels:
其一、 对于 IPTV实时电视业务而言, 目前基于数字用户环路(DSL ) 的一 种技术方案如图 1 所示, 图中实线表示媒体流的传输, 虚线表示信令传输。 该技术使用 IP组播技术向媒体接收者传送媒体流,媒体接收者使用 IGMP/MLD 从接入网的接入节点请求加入频道的组播地址来接收该频道节目, 在核心传 输网使用组播路由技术建立组播转发路径, 媒体服务器发出的组播数据包经 核心传输网到达接入网并最终发送给媒体接收者。 为了对媒体接收者进行有 效控制, 在 DSL接入网的接入节点上, 如数字用户环路接入复用器( DSLAM ) 或者宽带远程接入服务器 (BRAS )进行用于频道权限的控制; 这里媒体接收 者的频道切换请求最终体现为媒体接收者使用 IGMP/MLD协议加入或者离开播 放频道的组播组, 一般通过检查配置到 DSLAM或者 BRAS上的权限列表来判断 是否允许媒体接收者的此次频道切换操作。 为了降低频道切换的延迟, 提前 将多个频道的内容发送到接入网边缘, 在媒体接收者请求频道内容时直接从 接入网的接入节点发送内容给媒体接收者, 从而节省媒体流从媒体服务器传 送到接入网的接入节点的延迟时间; 当没有媒体接收者收看内容时, 接入网 的接入节点丟弃收到的频道内容。  First, for IPTV real-time TV service, a technical scheme based on Digital Subscriber Loop (DSL) is shown in Figure 1. The solid line in the figure indicates the transmission of the media stream, and the dotted line indicates the signaling transmission. The technology uses IP multicast technology to transmit media streams to media receivers. The media receivers use IGMP/MLD to request access to the channel's multicast address from the access node of the access network to receive the channel program, and use the multicast in the core transport network. The routing technology establishes a multicast forwarding path, and the multicast data packet sent by the media server reaches the access network through the core transmission network and is finally sent to the media receiver. In order to effectively control the media receiver, the access node for the DSL access network, such as a Digital Subscriber Loop Access Multiplexer (DSLAM) or a Broadband Remote Access Server (BRAS), performs control for channel rights; Here, the channel switching request of the media receiver is finally embodied by the media group joining or leaving the multicast group of the playing channel by using the IGMP/MLD protocol. Generally, by checking the permission list configured on the DSLAM or the BRAS, it is determined whether the media recipient is allowed to do this. Secondary channel switching operation. In order to reduce the delay of channel switching, the content of multiple channels is sent to the edge of the access network in advance, and the content is directly sent from the access node of the access network to the media receiver when the media receiver requests the channel content, thereby saving the media stream from The delay time that the media server transmits to the access node of the access network; when no media receiver views the content, the access node of the access network discards the received channel content.
对于单播方式来说, 媒体接收者进行频道的切换时, 必须到核心传输网从 媒体服务器处获得目标频道的内容, 所以该方法通过提前将频道内容发送到 接入网来减小延迟的方法并不适合于单播方式时的频道切换。  For the unicast mode, when the media receiver performs channel switching, the core transmission network must obtain the content of the target channel from the media server, so the method reduces the delay by transmitting the channel content to the access network in advance. Not suitable for channel switching in unicast mode.
其二、 基于下一代网络(NGN ) 的发展考虑, 釆用控制与承载分离的思想 对 IPTV业务进行部署。 媒体接收者在信令面进行业务请求, 网络对媒体接收 者进行鉴权, 状态记录, 计费等操作, 同时获取媒体面的传输参数, 再由媒 体接收者在媒体面请求相关媒体资源。 基本思路是: 媒体接收者进行初始的 频道请求时就协商好媒体接收者与媒体服务器的切换通道, 在媒体接收者进 行频道切换时, 使用该通道下发并显示低分辨率或 /和准静态的切换媒体流; 直至正常的切换流程结束, 媒体接收者再接收到正常媒体流。 该方法的结构 图如图 2 所示, 其中, 上端的箭头表示低分辨率的切换媒体流, 下端的箭头 表示正常媒体流。 切换媒体通道从媒体接收者进行初始业务请求时已经存在, 并不必等到频道切换时才进行协商, 媒体接收者在正常观看节目的同时, 媒 体服务器同时下发切换媒体流, 只是媒体接收者进行丟弃; 当媒体接收者切 换频道时, 媒体接收者才接收该切换媒体流。 Second, based on the development of Next Generation Network (NGN), the idea of separating control and bearer Deploy the IPTV service. The media receiver performs a service request on the signaling plane, and the network performs operations such as authentication, status recording, and charging on the media receiver, and obtains transmission parameters of the media plane, and then the media receiver requests relevant media resources on the media side. The basic idea is: When the media receiver makes an initial channel request, it negotiates a switching channel between the media receiver and the media server. When the media receiver performs channel switching, the channel is used to deliver and display low resolution or/and quasi-static. Switching the media stream; until the normal handover process ends, the media receiver receives the normal media stream. The structure of the method is shown in Figure 2, in which the upper arrow indicates the low resolution switching media stream and the lower arrow indicates the normal media stream. The switching media channel already exists when the initial request is made by the media receiver, and does not have to wait until the channel is switched. The media receiver simultaneously delivers the switching media stream while the media receiver is watching the program normally, but the media receiver loses the media stream. Discard; When the media receiver switches channels, the media receiver receives the switching media stream.
这种方法可以进一步减小传输时延, 但是在媒体服务器距离用户终端比较 远的情况下, 核心网传输延时会较长, 另外, 在引入鉴权过程的时候, 媒体 接收者发出请求到媒体服务器, 必须在鉴权成功之后, 媒体服务器才会下发 媒体流, 所以在信令面进行切换请求时也会引起较长延迟, 影响用户体验。 发明内容  This method can further reduce the transmission delay. However, when the media server is far away from the user terminal, the core network transmission delay will be longer. In addition, when the authentication process is introduced, the media receiver sends a request to the media. The server must deliver the media stream after the authentication succeeds. Therefore, when the switching request is made on the signaling plane, it will cause a long delay and affect the user experience. Summary of the invention
有鉴于此, 本发明实施例提供一种切换网络电视频道的方法, 以便于减小 切换 IPTV频道的延迟。  In view of this, the embodiments of the present invention provide a method for switching network television channels, so as to reduce the delay of switching IPTV channels.
本发明实施例还提供一种切换网络电视频道的系统,以便于减小切换 IPTV 频道的延迟。  The embodiment of the invention further provides a system for switching network television channels, so as to reduce the delay of switching IPTV channels.
本发明实施例提供了一种切换网络电视频道的方法, 该方法包括: 緩存实 体对生成的切换媒体流进行緩存, 收到切换请求后, 向媒体接收者发送目标 频道的切换媒体流; 切换请求被接受后, 媒体提供者向媒体接收者发送目标 频道的正常媒体流。  An embodiment of the present invention provides a method for switching a network television channel. The method includes: the cache entity buffers the generated switched media stream, and after receiving the handover request, sends a switching media stream of the target channel to the media receiver; After being accepted, the media provider sends a normal media stream of the target channel to the media recipient.
本发明实施例提供了一种切换网络电视频道的系统, 该系统包括: 切换流 生成单元、 緩存实体、 媒体提供者、 以及媒体接收者; 切换流生成单元, 接收媒体提供者发送的正常媒体流并生成切换媒体流, 发送给緩存实体; An embodiment of the present invention provides a system for switching a network television channel, where the system includes: a handover flow generation unit, a cache entity, a media provider, and a media receiver; The switching stream generating unit receives the normal media stream sent by the media provider and generates a switching media stream, and sends the packet to the cache entity;
緩存实体, 将切换流生成单元发送的切换媒体流进行緩存, 接收到媒体接 收者或媒体提供者发送的切换请求后, 向媒体接收者发送目标频道的切换媒 体流; 接收到媒体接收者的切换请求后, 转发给媒体提供者或者不转发给媒 体提供者;  The buffering entity buffers the switched media stream sent by the switching stream generating unit, and after receiving the switching request sent by the media receiver or the media provider, sends the switching media stream of the target channel to the media receiver; receiving the switching of the media receiver After the request, forwarded to the media provider or not forwarded to the media provider;
媒体提供者, 向切换流生成单元发送正常媒体流, 切换请求被接受后, 向 媒体接收者发送目标频道的正常媒体流; 接收到媒体接收者发送的切换请求 后, 转发给緩存实体或者不转发给緩存实体;  The media provider sends a normal media stream to the switching stream generating unit. After the switching request is accepted, the normal media stream of the target channel is sent to the media receiver. After receiving the switching request sent by the media receiver, the packet is forwarded to the cache entity or not forwarded. Give the cache entity;
媒体接收者, 向媒体提供者或緩存实体发送切换请求, 接收来自緩存实体 发来的目标频道的切换媒体流, 接收来自媒体提供者的目标频道的正常媒体 流。  The media recipient sends a handover request to the media provider or the caching entity, receives the switched media stream from the target channel sent by the caching entity, and receives the normal media stream from the media provider's target channel.
本发明实施例还提供了一种緩存实体, 该緩存实体包括: 緩存单元、 收发 单元以及判断单元;  The embodiment of the present invention further provides a cache entity, where the cache entity includes: a cache unit, a transceiver unit, and a determining unit;
緩存单元, 用于緩存切换媒体流;  a cache unit, configured to cache the switched media stream;
收发单元, 接收切换媒体流并发送给緩存单元; 接收到切换请求后, 将緩 存单元中的切换媒体流发送出去, 接收到媒体接收者的切换请求后, 转发给 媒体提供者或不转发给媒体提供者。  The transceiver unit receives the switching media stream and sends the packet to the buffer unit. After receiving the handover request, the switching media stream in the buffer unit is sent out, and after receiving the handover request of the media receiver, the packet is forwarded to the media provider or not forwarded to the media. provider.
由以上技术方案可以看出, 设置緩存实体对切换媒体流进行緩存, 在收到 切换请求后, 立刻向媒体接收者发送切换媒体流, 减小了网络传输过程中造 成的延迟; 在媒体提供者进行切换请求的过程中, 媒体接收者可以先接收到 目标频道的切换媒体流, 以此减小了信令面进行切换请求时引起的延迟。 所 以, 本发明实施例所提供的方法和系统无论是在单播方式下, 还是在组播方 式下, 都能够减小 IPTV频道切换过程中的延迟。  It can be seen from the above technical solution that the setting cache entity caches the switched media stream, and immediately after receiving the handover request, sends the switched media stream to the media receiver, which reduces the delay caused by the network transmission process; During the handover request, the media receiver may first receive the switched media stream of the target channel, thereby reducing the delay caused by the signaling plane performing the handover request. Therefore, the method and system provided by the embodiments of the present invention can reduce the delay in the IPTV channel switching process whether in the unicast mode or the multicast mode.
附图说明 DRAWINGS
图 1为现有技术中基于 xDSL的快速切换 IPTV频道的系统结构图; 图 2为现有技术中基于 NGN的快速切换 IPTV频道的系统结构图; 图 3. 1为本发明实施例提供的快速切换 IPTV频道的系统结构图; 图 3. 2为本发明实施例提供的緩存实体的结构图; 1 is a system structural diagram of a fast switching IPTV channel based on xDSL in the prior art; 2 is a system structure diagram of an NGN-based fast switching IPTV channel in the prior art; FIG. 3 is a system structure diagram of a fast switching IPTV channel according to an embodiment of the present invention; a structure diagram of the cache entity;
图 4. 1为本发明实施例提供方案一的系统结构图;  FIG. 4.1 is a structural diagram of a system according to Embodiment 1 of the present invention;
图 4. 2为本发明实施例提供方案一的基于传统 IPTV业务的系统结构图; 图 4. 3为本发明实施例提供方案一的基于传统 IPTV业务的方法流程图; 图 5. 1为本发明实施例提供方案二的系统结构图;  Figure 4 is a system structure diagram of a traditional IPTV service according to the first embodiment of the present invention; Figure 4. 3 is a flowchart of a method for providing a traditional IPTV service according to the first embodiment of the present invention; The embodiment of the invention provides a system structure diagram of the second solution;
图 5. 2为本发明实施例提供方案二的基于 NGN分层设计的系统结构图; 图 5. 3为本发明实施例提供方案二的基于 NGN分层设计的方法流程图; 图 6. 1为本发明实施例提供方案三的系统结构图;  FIG. 5 is a system structure diagram of an NGN layered design according to an embodiment of the present invention; FIG. 5 is a flowchart of a NGN layered design method according to an embodiment of the present invention; FIG. A system structure diagram of the third solution is provided for the embodiment of the present invention;
图 6. 2为本发明实施例提供方案三的基于 IMS网络架构的系统结构图; 图 6. 3为本发明实施例提供方案三的基于 IMS网络架构的方法流程图。 具体实施方式  Figure 6.2 is a system structure diagram of an IMS network architecture based on the third embodiment of the present invention; and Figure 6.3 is a flowchart of a method for providing an IMS network architecture based on the third embodiment of the present invention. detailed description
为了使本发明的目的、 技术方案、 优点更加的清楚, 下面结合具体实施例 对本发明进行详细地描述。  In order to make the objects, technical solutions, and advantages of the present invention more apparent, the present invention will be described in detail below with reference to the specific embodiments.
本发明实施例提供的方法是: 緩存实体对生成的切换媒体流进行緩存, 收 到切换请求后, 向媒体接收者发送目标频道的切换媒体流; 切换请求被接受 后, 媒体提供者向媒体接收者发送目标频道的正常媒体流。  The method provided by the embodiment of the present invention is: the cache entity caches the generated switched media stream, and after receiving the handover request, sends the switched media stream of the target channel to the media receiver; after the handover request is accepted, the media provider receives the media stream from the media. The normal media stream of the target channel is sent.
其中, 切换媒体流的生成过程是对正常媒体流进行修改, 使其在压缩率、 传输比特率、 分辨率等媒体参数上与正常媒体流不同, 形成低分辨率和 /或准 静态的视频帧发送图像信息, 从而可以减小传输延迟。 对正常媒体流进行的 修改可以是以下方式中的一种或者任意两种以上的组合: 1 )对视频内容使用 分层编码和传输的方式, 切换媒体流仅釆用基础层编码, 用于降低视频流的 比特率; 2 )在 MPEG视频编码机制中, 从视频流内提取 I帧, 形成准动态的 I 帧序列, 作为切换媒体流内容; 3 )只选取 M个连续 I帧中的 N个作为 I帧序 列进行传输, 其中 M>N; 4 )对各个 I帧进行图像尺寸的压缩等。 其切换媒体 流的具体生成过程不是本发明的重点, 所以不做详细描述。 The process of generating the switched media stream is to modify the normal media stream to be different from the normal media stream in media parameters such as compression ratio, transmission bit rate, resolution, etc., to form a low-resolution and/or quasi-static video frame. Image information is transmitted so that the transmission delay can be reduced. The modification to the normal media stream may be one of the following modes or a combination of any two or more of the following: 1) using layered coding and transmission for the video content, and switching the media stream using only the base layer coding, for reducing The bit rate of the video stream; 2) In the MPEG video coding mechanism, the I frame is extracted from the video stream to form a quasi-dynamic I frame sequence as the content of the switched media stream; 3) only N of the M consecutive I frames are selected Transmission is performed as an I frame sequence, where M>N; 4) image size compression or the like is performed for each I frame. Switching media The specific generation process of the flow is not the focus of the present invention, so it will not be described in detail.
切换媒体流的生成可以由緩存实体完成, 緩存实体接收来自媒体提供者的 正常流, 然后形成切换媒体流直接进行緩存; 也可以由媒体提供者完成, 然 后媒体提供者直接将生成的切换流发送给緩存实体进行緩存; 或者由媒体提 供者将正常媒体流发送给一独立的装置, 该独立的装置对该正常媒体流进行 修改生成切换媒体流, 然后发送给所述緩存实体进行緩存。 切换媒体流的生 成过程是不停止的, 以此来保证切换媒体流的连续性。  The generation of the switching media stream may be completed by the caching entity, the caching entity receives the normal stream from the media provider, and then forms the switching media stream to directly cache; or may be completed by the media provider, and then the media provider directly sends the generated switching stream. Cache the cached entity; or send the normal media stream to a separate device by the media provider, the independent device modifies the normal media stream to generate a switched media stream, and then sends the cached media stream to the cache entity for caching. The process of switching the media stream is not stopped, so as to ensure the continuity of the switching media stream.
在实施 IPTV业务时, 考虑到媒体传输需要的带宽开销, 为了避免核心传 输网络的拥塞, 优化媒体传输时间, 在本方法中设置了緩存实体对切换媒体 流进行緩存, 当收到切换请求后, 向媒体接收者下发切换媒体流, 以此减少 媒体流在传输过程中的延迟。  In the implementation of the IPTV service, in consideration of the bandwidth requirement of the media transmission, in order to avoid the congestion of the core transmission network and optimize the media transmission time, the cache entity is set to cache the switched media stream in the method, and after receiving the handover request, The media stream is delivered to the media receiver to reduce the delay of the media stream during transmission.
緩存实体对切换媒体流进行緩存一般釆用动态的緩存机制, 根据业务需求 对切换媒体流进行临时性的保存, 并在一定老化机制下更新切换媒体流内容。 其緩存的媒体流可以是应用级的媒体文件, 也可以是报文级的打包媒体数据。 緩存实体通过緩存最新 N秒内容的方式对切换媒体流进行临时保存, 其中 N 秒的设置由具体情况而定, N秒的设置与完成频道切换的时间有关。  The cache entity caches the switched media stream, and the dynamic cache mechanism is used. The switched media stream is temporarily saved according to service requirements, and the content of the switched media stream is updated under a certain aging mechanism. The cached media stream can be an application-level media file or a packet-level packaged media data. The cache entity temporarily saves the switched media stream by caching the latest N seconds of content, wherein the setting of N seconds is determined by the specific situation, and the setting of N seconds is related to the time of completing the channel switching.
緩存实体在接到切换请求时, 立刻向媒体接收者下发目标频道的切换媒体 流, 并且在目标频道的切换媒体流的下发过程中并不停止对新的切换媒体流 的緩存过程, 以此来保证切换过程中切换媒体流是连续的。  When receiving the handover request, the cache entity immediately sends the switched media stream of the target channel to the media receiver, and does not stop the buffering process of the new switched media stream during the sending of the switched media stream of the target channel, This ensures that the switching media stream is continuous during the handover process.
其中, 所述媒体提供者是网络中提供 IPTV业务的实体, 可以是 IPTV中间 件, 也可以是媒体服务器等。 所述媒体接收者, 可以是用户终端, 如机顶盒 ( STB )或计算机(PC )等。 所述緩存实体是网络中的某个逻辑的或者物理的 功能实体, 可以是媒体緩存实体(Cache )。  The media provider is an entity that provides an IPTV service in the network, and may be an IPTV middleware or a media server. The media receiver may be a user terminal such as a set top box (STB) or a computer (PC). The cache entity is a logical or physical functional entity in the network, and may be a media cache entity (Cache).
媒体接收者在切换频道时, 首先要发出切换请求, 可以将切换请求直接发 送给緩存实体, 并发送给媒体提供者, 緩存实体接到切换请求后进行目标频 道的切换媒体流的下发, 媒体提供者接到切换请求时, 切换请求被接受, 媒 体提供者向媒体接收者发送目标频道的正常媒体流; 媒体接收者也可以将切 换请求发送给媒体提供者, 媒体提供者向緩存实体转发切换请求并下发目标 频道的正常媒体流, 緩存实体接收到切换请求后进行目标频道的正常媒体流 的下发。 其中, 所述切换请求包括目标频道的标识, 媒体接收者的位置信息 等。 用于单播方式时, 根据媒体接收者的位置信息, 媒体提供者和緩存实体 可以向媒体接收者发送相应的媒体流; 用于组播方式时, 媒体接收者切换频 道时加入相应的组播, 媒体提供者和緩存实体发送相应的媒体流到该组播组。 When the media receiver switches the channel, the first request is to send a handover request, and the handover request can be directly sent to the cache entity and sent to the media provider. After receiving the handover request, the cache entity performs the switching of the target channel to the media stream, and the media is delivered. When the provider receives the handover request, the handover request is accepted, the media The physical provider sends the normal media stream of the target channel to the media receiver; the media receiver can also send the handover request to the media provider, and the media provider forwards the handover request to the cache entity and delivers the normal media stream of the target channel, and the cache entity After receiving the handover request, the normal media stream of the target channel is delivered. The handover request includes an identifier of the target channel, location information of the media receiver, and the like. When used in the unicast mode, the media provider and the cache entity may send corresponding media streams to the media receiver according to the location information of the media receiver. When used in the multicast mode, the media receiver joins the corresponding multicast when switching channels. The media provider and the cache entity send the corresponding media stream to the multicast group.
更进一步地, 在媒体提供者下发目标频道的正常媒体流后, 緩存实体停止 目标频道的切换媒体流下发, 该过程可以是: 媒体提供者在下发目标频道的 正常媒体流后, 通知緩存实体停止发送目标频道的切换媒体流; 也可以是: 媒体接收者在接收到目标频道的正常媒体流后, 通知緩存实体停止发送目标 频道的切换媒体流; 也可以是设定一个时限, 到了定时时限后, 緩存实体自 动停止目标频道的切换媒体流的发送, 该方法可分别与前两种停止下发切换 媒体流的方法结合使用。 其中, 所述设定的时限一般要大于时间 T , 其中 T为 媒体接收者发送切换请求到媒体提供者能够下发正常媒体流所用的时间。  Further, after the media provider sends the normal media stream of the target channel, the cache entity stops the switching media stream of the target channel, and the process may be: the media provider notifies the cache entity after delivering the normal media stream of the target channel. Stop the sending of the switching media stream of the target channel; or: after receiving the normal media stream of the target channel, the media receiver notifies the cache entity to stop transmitting the switched media stream of the target channel; or may set a time limit to the timing time limit Afterwards, the cache entity automatically stops the transmission of the switched media stream of the target channel, and the method can be used in combination with the first two methods of stopping the delivery of the switched media stream. The set time limit is generally greater than the time T, where T is the time taken by the media receiver to send the handover request to the media provider to deliver the normal media stream.
更进一步地, 该方法中可以包括鉴权过程, 媒体接收者可以在发送切换请 求时, 在切换请求中包含用户的鉴权请求; 也可以是緩存实体接收到切换请 求时, 向媒体提供者发送鉴权请求, 该鉴权请求中包含用户的鉴权信息和 /或 位置信息。  Further, the method may include an authentication process, where the media receiver may include the user's authentication request in the handover request when sending the handover request, or may send the media request to the media provider when the cache entity receives the handover request. The authentication request includes the user's authentication information and/or location information.
媒体提供者在接收到鉴权请求后, 对媒体接收者进行鉴权, 鉴权成功表示 切换请求被接受, 继续执行媒体提供者向媒体接收者发送目标频道的正常媒 体流的步骤; 如果鉴权失败, 媒体提供者则不向媒体接收者发送目标频道的 正常媒体流, 并通知緩存实体停止发送目标频道的切换媒体流。  After receiving the authentication request, the media provider authenticates the media receiver, and the authentication succeeds that the handover request is accepted, and continues to perform the step of the media provider transmitting the normal media stream of the target channel to the media receiver; if the authentication If the media provider fails, the media provider does not send the normal media stream of the target channel to the media receiver, and notifies the cache entity to stop transmitting the switched media stream of the target channel.
另外, 鉴权可以由单独的装置来完成, 例如鉴权单元。 可以有以下几种情 况: 媒体接收者将切换请求发送给緩存实体, 緩存实体将所述鉴权请求发送 给鉴权单元进行鉴权, 鉴权成功后, 通知媒体提供者切换请求被接受; 或者, 媒体接收者将所述切换请求发送给緩存实体, 緩存实体将所述切换请求转发 给媒体提供者, 媒体提供者将鉴权请求再发送给鉴权单元进行鉴权, 鉴权成 功后, 通知媒体提供者切换请求被接受; 或者, 媒体接收者同时向緩存实体 和鉴权单元发送切换请求, 鉴权单元进行鉴权, 鉴权成功后通知所述媒体提 供者切换请求被接受。 In addition, authentication can be done by a separate device, such as an authentication unit. The media receiver may send the handover request to the cache entity, and the cache entity sends the authentication request to the authentication unit for authentication. After the authentication succeeds, the media provider is notified that the handover request is accepted; or , The media receiver sends the handover request to the cache entity, and the cache entity forwards the handover request to the media provider, and the media provider sends the authentication request to the authentication unit for authentication. After the authentication succeeds, the media is notified. The provider switching request is accepted. Alternatively, the media receiver sends a handover request to the cache entity and the authentication unit, and the authentication unit performs authentication. After the authentication succeeds, the media provider is notified that the handover request is accepted.
媒体接收者向緩存实体发送切换请求时, 可以使用 IGMP、 RTSP、 SIP或者 其它相关协议; 在緩存实体和媒体提供者之间转发切换请求和 /或鉴权请求 时, 可以使用 RTSP、 SIP、 H. 248或者其它相关协议; 在媒体接收者向媒体提 供者发送切换请求时, 可以使用超文本链接协议(HTTP )、 RTSP、 SIP或者其 它相关协议。  When the media receiver sends a handover request to the cache entity, it can use IGMP, RTSP, SIP or other related protocols. When forwarding the handover request and/or authentication request between the cache entity and the media provider, RTSP, SIP, H can be used. 248 or other related protocol; Hypertext Link Protocol (HTTP), RTSP, SIP or other related protocols may be used when the media recipient sends a handover request to the media provider.
緩存实体向媒体接收者下发目标频道的切换媒体流, 和 /或媒体提供者向 緩存实体下发切换媒体流或者正常媒体流时, 和 /或媒体提供者向媒体接收者 下发目标频道的正常媒体流时, 可以使用 RTP/RTCP协议, 传输方式可以是单 播或者组播。  The cache entity delivers the switched media stream of the target channel to the media receiver, and/or the media provider delivers the switched media stream or the normal media stream to the cache entity, and/or the media provider delivers the target channel to the media receiver For normal media streaming, the RTP/RTCP protocol can be used, and the transmission mode can be unicast or multicast.
本发明实施例所提供的系统如图 3. 1所示, 该系统包括: 切换流生成单元 301、 緩存实体 302、 媒体提供者 303、 媒体接收者 304。  The system provided by the embodiment of the present invention is as shown in FIG. 3. The system includes: a handover flow generation unit 301, a cache entity 302, a media provider 303, and a media receiver 304.
切换流生成单元 301 , 用于将媒体提供者 303发送的正常媒体流生成切换 媒体流, 并发送给緩存实体 302。  The switching stream generating unit 301 is configured to generate a switching media stream from the normal media stream sent by the media provider 303, and send the packet to the cache entity 302.
所述切换流生成单元 301对接收到的正常媒体流修改, 使其在压缩率、 传 输比特率、 分辨率等媒体参数上与正常媒体流不同, 形成低分辨率和 /或准静 态的视频帧发送图像信息, 从而可以减小传输延迟。  The switching stream generating unit 301 modifies the received normal media stream to be different from the normal media stream in media parameters such as compression ratio, transmission bit rate, resolution, etc., to form a low-resolution and/or quasi-static video frame. Image information is transmitted so that the transmission delay can be reduced.
所述切换流生成单元 310可以是独立的装置, 也可以设置在緩存实体 302 中, 也可以设置在媒体提供者 303中。  The switching stream generating unit 310 may be an independent device, may be disposed in the cache entity 302, or may be disposed in the media provider 303.
緩存实体 302 , 将切换流生成单元 301发送的切换媒体流进行緩存, 接收 到媒体接收者 304的切换请求后, 向媒体接收者 304发送目标频道的切换媒 体流。 所述緩存实体 302通过緩存最新 N秒内容的方式对切换媒体流进行临时保 存, 其中 N秒由具体情况而定, N秒的设置与完成频道切换的时间有关。 The buffering entity 302 caches the switched media stream sent by the switching stream generating unit 301, and after receiving the switching request of the media receiver 304, transmits the switching media stream of the target channel to the media receiver 304. The cache entity 302 temporarily saves the switched media stream by caching the latest N seconds of content, where N seconds is determined by a specific case, and the setting of the N seconds is related to the time of completing the channel switching.
所述緩存实体 302可以是 Cache。  The cache entity 302 can be a Cache.
媒体提供者 303 , 向切换流生成单元发送正常媒体流; 切换请求被接受后, 向媒体接收者 304发送目标频道的正常媒体流。  The media provider 303 sends a normal media stream to the handover stream generating unit; after the handover request is accepted, the media stream of the target channel is sent to the media receiver 304.
媒体提供者 303可以在接收到切换请求时判定为切换请求被接受。  The media provider 303 can determine that the handover request is accepted upon receiving the handover request.
所述切换请求也可以由媒体接收者 304发送给緩存实体 302后, 由緩存实 体 302发送给媒体提供者 303; 也可以由媒体接收者 304发送给媒体提供者 303 , 然后媒体提供者 303转发给緩存实体 302。  The handover request may also be sent by the media receiver 304 to the caching entity 302, and then sent by the caching entity 302 to the media provider 303; or may be sent by the media receiver 304 to the media provider 303, and then the media provider 303 forwards the request to the media provider 303. Cache entity 302.
所述媒体提供者 303可以是 IPTV中间件, 也可以是媒体服务器等能够提 供 IPTV业务的实体。  The media provider 303 may be an IPTV middleware or an entity capable of providing an IPTV service, such as a media server.
媒体接收者 304 , 发送切换请求; 接收来自緩存实体 302的目标频道的切 换媒体流, 并接收来自媒体提供者 303的目标频道的正常媒体流。  The media recipient 304 transmits a handover request; receives a switched media stream from the target channel of the cache entity 302, and receives a normal media stream from the target channel of the media provider 303.
所述媒体提供者 303 也可以先将目标频道的正常媒体流发送给緩存实体 302 , 緩存实体 302再将目标频道的正常媒体流发送给媒体接收者 304。  The media provider 303 may also first send the normal media stream of the target channel to the cache entity 302, and the cache entity 302 sends the normal media stream of the target channel to the media receiver 304.
所述媒体接收者 304可以是用户终端, 如 STB、 或 PC等能够接收 IPTV媒 体内容并对其进行处理的设备。 所述处理是指显示、 录制、 或者其它操作。  The media recipient 304 can be a user terminal, such as an STB, or PC, capable of receiving and processing IPTV media content. The processing refers to display, recording, or other operations.
更进一步地, 媒体提供者 303接收到切换请求后, 向緩存实体 302发送停 止通知, 緩存实体 302 , 接收到停止通知后, 停止对媒体接收者 304发送目标 频道的切换媒体流; 和 /或到了定时时限后, 自动停止向媒体接收者 304发送 目标频道的切换媒体流。 其中, 所述设定的时限一般要大于时间 T, 其中 T为 媒体接收者发送切换请求到媒体提供者能够下发正常媒体流所用的时间。  Further, after receiving the handover request, the media provider 303 sends a stop notification to the cache entity 302, and the cache entity 302 stops transmitting the switched media stream of the target channel to the media receiver 304 after receiving the stop notification; and/or arrives After the timing period, the switching media stream of the target channel is automatically stopped from being sent to the media receiver 304. The set time limit is generally greater than the time T, where T is the time taken by the media receiver to send a handover request to the media provider to deliver the normal media stream.
媒体提供者 303接收到切换请求后, 也可以先向媒体接收者 304发送切换 请求被接受通知, 然后, 媒体接收者向緩存实体 302发送停止通知。  After receiving the handover request, the media provider 303 may also first send a handover request acceptance notification to the media receiver 304, and then the media receiver sends a stop notification to the cache entity 302.
更进一步地, 该系统进一步包括: 鉴权单元 305;  Further, the system further includes: an authentication unit 305;
所述切换请求中包括鉴权请求; 所述鉴权单元 305 ,接收緩存实体 302或媒体提供者 303或媒体接收者 304 发送来的鉴权请求后, 进行鉴权, 鉴权成功后, 通知所述媒体提供者 303切 换请求被接受; The switching request includes an authentication request; The authentication unit 305, after receiving the authentication request sent by the cache entity 302 or the media provider 303 or the media receiver 304, performs authentication, and after the authentication succeeds, notifying the media provider 303 that the handover request is accepted;
所述緩存实体 302 , 还用于接收到媒体接收者的切换请求后, 将鉴权请求 发送给鉴权单元; 或者,  The cache entity 302 is further configured to: after receiving the handover request of the media receiver, send the authentication request to the authentication unit; or
所述媒体接收者 304 , 还用于直接将鉴权请求发送给鉴权单元; 或者, 所述媒体提供者 303 , 还用于将所述鉴权请求发送给鉴权单元。  The media receiver 304 is further configured to send the authentication request to the authentication unit directly. Alternatively, the media provider 303 is further configured to send the authentication request to the authentication unit.
所述鉴权单元 305可以是独立的装置、 也可以包含在媒体提供者 303中。 下面对緩存实体的结构进行描述, 如图 3. 2所示, 该緩存实体主要包括: 緩存单元 01、 以及收发单元 02 ;  The authentication unit 305 can be a standalone device or can be included in the media provider 303. The following describes the structure of the cache entity. As shown in Figure 3.2, the cache entity mainly includes: a cache unit 01, and a transceiver unit 02;
緩存单元 01 , 用于緩存切换媒体流;  a cache unit 01, configured to cache the switched media stream;
收发单元 02 , 接收切换媒体流并发送给緩存单元 01 ; 接收到切换请求后, 将緩存单元 01中的切换媒体流发送出去; 接收到媒体接收者的切换请求后, 转发给媒体提供者或不转发给媒体提供者。  The transceiver unit 02 receives the switched media stream and sends it to the buffer unit 01. After receiving the handover request, the switching media stream in the buffer unit 01 is sent out. After receiving the handover request of the media receiver, the packet is forwarded to the media provider or not. Forward to the media provider.
所述緩存实体还可以包括: 切换流生成单元 03 , 用于将正常媒体流进行修 改形成切换媒体流, 并发送给所述收发单元 02。  The buffering entity may further include: a switching stream generating unit 03, configured to modify the normal media stream to form a switching media stream, and send the packet to the transceiver unit 02.
所述收发单元 02 , 还用于切换请求被接受后, 停止发送切换媒体流。  The transceiver unit 02 is further configured to stop sending the switching media stream after the handover request is accepted.
所述緩存实体还包括定时单元 04 , 用于设定定时时限, 定时时限到时, 向 收发单元 02发送停止通知;  The cache entity further includes a timing unit 04 for setting a timing time limit, and sending a stop notification to the transceiver unit 02 when the timing time expires;
收发单元 02 , 接收到停止通知后, 停止发送切换媒体流。  The transceiver unit 02 stops transmitting the switching media stream after receiving the stop notification.
下面以三种方案为例对上述系统和方法进行详细的描述, 三种方案中均以 切换流生成单元设置在緩存实体中, 即緩存实体完成切换媒体流的生成功能 为例。  The following three systems are taken as an example to describe the above system and method in detail. In the three schemes, the switching stream generating unit is set in the cache entity, that is, the generating function of the switching entity to complete the switching media stream is taken as an example.
方案一、 其结构如图 4. 1所示, 其中, 虚线 I I和 12表示信令通道, 实线 Pl、 P2和 P3表示媒体通道。  Scheme 1, its structure is shown in Figure 4.1, where the dotted lines I I and 12 represent signaling channels, and the solid lines P1, P2 and P3 represent media channels.
在该方案中, 媒体提供者 303通过 P2向緩存实体 302发送正常媒体流, 緩存实体 302生成切换媒体流并进行緩存; 媒体接收者 304通过 I I向緩存实 体 302发送切换请求, 緩存实体 302接收到切换请求后通过 P1立刻向媒体接 收者 304发送目标频道的切换媒体流, 并通过 12向媒体提供者 303发送鉴权 请求; 媒体提供者 303进行鉴权, 鉴权成功后, 媒体提供者 303通过 P3向媒 体接收者 304发送目标频道的正常媒体流, 并通过 12向緩存实体 302发送停 止通知, 緩存实体 302接到停止通知后, 停止发送目标频道的切换媒体流; 如果鉴权失败, 媒体提供者 303不向媒体接收者 304发送目标频道的正常媒 体流, 并通过 12向緩存实体 302发送停止通知, 緩存实体 302接到停止通知 后和 /或到了一定时限, 停止发送目标频道的切换媒体流。 所述停止通知可以 是媒体提供者 303向緩存实体发送的鉴权响应。 In this scheme, the media provider 303 sends a normal media stream to the caching entity 302 via P2. The cache entity 302 generates a switching media stream and buffers it; the media receiver 304 sends a handover request to the cache entity 302 through the II, and after receiving the handover request, the cache entity 302 immediately transmits the switched media stream of the target channel to the media receiver 304 through P1, and The authentication request is sent to the media provider 303 through 12; the media provider 303 performs authentication. After the authentication succeeds, the media provider 303 sends the normal media stream of the target channel to the media receiver 304 through P3, and passes the 12-way cache entity. 302, sending a stop notification, after receiving the stop notification, the cache entity 302 stops transmitting the switched media stream of the target channel; if the authentication fails, the media provider 303 does not send the normal media stream of the target channel to the media receiver 304, and passes the 12-way The cache entity 302 sends a stop notification, and the cache entity 302 stops transmitting the switched media stream of the target channel after receiving the stop notification and/or to a certain time limit. The stop notification may be an authentication response sent by the media provider 303 to the cache entity.
下面以传统 IP网络上的 IPTV频道切换为例对方案一的系统和具体实现流 程进行描述。 如图 4. 2所示, 在传统 IPTV业务的频道切换系统中, 媒体提供 者是 IPTV中间件, 其功能包括: 用户的鉴权、 业务请求处理、 IPTV内容管理 以及媒体流的分发调度等; 緩存实体釆用 Cache; 媒体接收者釆用 STB。此时, 媒体传输通道 P3通过 Cache , 由传输通道 P1和 P2组合构成。  The system and specific implementation process of the first scheme are described below by taking the IPTV channel switching on the traditional IP network as an example. As shown in Figure 4.2, in the channel switching system of the traditional IPTV service, the media provider is an IPTV middleware, and its functions include: user authentication, service request processing, IPTV content management, and media stream distribution scheduling; The cache entity uses Cache; the media receiver uses STB. At this time, the media transmission channel P3 is formed by a combination of the transmission channels P1 and P2 through the Cache.
由图 4. 2所示系统实现快速切换 IPTV频道的方法流程图如图 4. 3所示, 其中, 实线表示媒体流的传送步骤, 虚线表示信令的传送步骤。 该流程包括 以下步骤:  The flow chart of the method for quickly switching the IPTV channel by the system shown in Fig. 4.2 is shown in Fig. 4.3, wherein the solid line indicates the transmission step of the media stream, and the broken line indicates the transmission step of the signaling. The process includes the following steps:
步骤 401 : IPTV中间件通过 P2向 Cache发送正常媒体流;  Step 401: The IPTV middleware sends a normal media stream to the Cache through the P2.
步骤 402: Cache接收正常媒体流形成切换媒体流并进行緩存;  Step 402: The Cache receives the normal media stream to form a switched media stream and performs buffering.
步骤 403: Cache通过 P1向 STB发送当前频道的正常媒体流;  Step 403: The Cache sends a normal media stream of the current channel to the STB through P1.
步骤 404: STB要切换频道时, 通过 I I向 Cache发送切换请求;  Step 404: When the STB wants to switch channels, send a handover request to the Cache through I I;
所述切换请求中包括用户位置信息和目标频道标识, 既向 Cache请求目标 频道的切换媒体流, 也向 IPTV中间件请求目标频道的正常媒体流。  The handover request includes user location information and a target channel identifier, and requests the PDCCH to switch media streams of the target channel, and also requests the IPTV middleware to the normal media stream of the target channel.
步骤 405: Cache接收到切换请求后, 向 STB下发目标频道的切换媒体流; 本步骤中, Cache根据切换请求中的目标频道标识找到目标频道的切换媒 体流, 并根据切换请求中的用户位置信息向 STB发送。 Step 405: After receiving the handover request, the Cache sends the switching media stream of the target channel to the STB. In this step, the Cache finds the switching medium of the target channel according to the target channel identifier in the handover request. The body stream is sent to the STB according to the user location information in the handover request.
步骤 406 : Cache通过 12向 IPTV中间件发送鉴权请求;  Step 406: The Cache sends an authentication request to the IPTV middleware through 12;
步骤 405与步骤 406可以是同时进行的, 也可以在短时间内先后进行, 顺 序可以是任意的。  Step 405 and step 406 may be performed simultaneously, or may be performed sequentially in a short time, and the order may be arbitrary.
步骤 407 : IPTV中间件进行鉴权;  Step 407: IPTV middleware is authenticated;
步骤 408 : IPTV中间件通过 12向 Cache发送鉴权响应通知鉴权失败或成 功, 若鉴权失败, 则不进行步骤 409 , 也不进行步骤 412 ; 鉴权成功, 则执行 步骤 409 ;  Step 408: The IPTV middleware sends the authentication response to the Cache to notify the authentication failure or success. If the authentication fails, the step 409 is not performed, and the step 412 is not performed. If the authentication is successful, step 409 is performed;
步骤 409 : IPTV中间件通过 P2向 Cache发送目标频道的正常媒体流; 步骤 410: IPTV中间件通过 I I向 STB发送切换响应通知切换请求被接受 或不被接受;  Step 409: The IPTV middleware sends the normal media stream of the target channel to the Cache through the P2. Step 410: The IPTV middleware sends the handover response notification to the STB through the I1 to accept or not accept the handover request.
所述步骤 408和步骤 409没有固定的先后顺序, 也可以是同时进行的。 步骤 411 : Cache停止发送目标频道的切换媒体流;  The steps 408 and 409 have no fixed sequence, and may be performed simultaneously. Step 411: The Cache stops sending the switched media stream of the target channel.
步骤 412 : Cache通过 P1向 STB发送目标频道的正常媒体流。  Step 412: The Cache sends a normal media stream of the target channel to the STB through P1.
上述方案一实施例中, 鉴权单元是设置在 IPTV中间件中的。  In an embodiment of the foregoing solution, the authentication unit is disposed in the IPTV middleware.
方案二、 其结构如图 5. 1所示, 其中, 虚线 12和 1 3表示信令通道, 实线 Pl、 P2和 P3表示媒体通道。  Scheme 2, its structure is shown in Figure 5. 1, where dashed lines 12 and 13 represent signaling channels, and solid lines P1, P2 and P3 represent media channels.
在该方案中, 媒体提供者 303通过 P2向緩存实体 302发送正常媒体流, 緩存实体 302生成切换媒体流并进行緩存; 媒体接收者 304通过 1 3向媒体提 供者 303发送切换请求, 媒体提供者 303再通过 12将切换请求转发给緩存实 体 302 , 緩存实体 302接收到切换请求后, 立刻通过 P1向媒体接收者 304发 送目标频道的切换媒体流; 媒体提供者 303根据切换请求中的鉴权请求进行 鉴权, 鉴权成功后, 媒体提供者 303通过 P3向媒体接收者 304发送目标频道 的正常媒体流,同时可以通过 12向緩存实体 302发送停止通知,緩存实体 302 接到媒体提供者 303的停止通知, 和 /或在某个定时时限后, 停止发送目标频 道的切换媒体流; 如果鉴权失败, 媒体提供者 303不向媒体接收者 304发送 目标频道的正常媒体流, 同时可以通过 12向緩存实体 302发送停止通知, 緩 存实体 302接到媒体提供者 303的停止通知, 和 /或在某个定时时限后, 停止 发送目标频道的切换媒体流。 所述停止通知可以是媒体提供者 303 向緩存实 体发送的鉴权响应。 In this scheme, the media provider 303 sends a normal media stream to the caching entity 302 via P2, the caching entity 302 generates a switching media stream and caches it; the media receiver 304 sends a handover request to the media provider 303 via the media provider 303, the media provider 303, by 12, forwards the handover request to the cache entity 302. After receiving the handover request, the cache entity 302 immediately sends the switched media stream of the target channel to the media receiver 304 through P1; the media provider 303 determines the authentication request according to the handover request. After the authentication succeeds, the media provider 303 sends the normal media stream of the target channel to the media receiver 304 through P3, and can send a stop notification to the cache entity 302 through 12, and the cache entity 302 receives the media provider 303. Stop the notification, and/or stop transmitting the switching media stream of the target channel after a certain timing period; if the authentication fails, the media provider 303 does not send the media receiver 304 The normal media stream of the target channel can simultaneously send a stop notification to the cache entity 302 through 12, the cache entity 302 receives a stop notification from the media provider 303, and/or stops transmitting the switched media stream of the target channel after a certain time limit. . The stop notification may be an authentication response sent by the media provider 303 to the cache entity.
下面以承载与控制分离的频道切换为例对方案二的系统和具体实现流程 进行描述。 如图 5. 2所示, 应用 NGN网络架构的分层设计将 IPTV业务的控制 和鉴权功能从媒体服务器中分离出来, 形成 IPTV业务控制实体。 此时用户的 鉴权由 IPTV业务控制实体完成。 緩存实体釆用 Cache; 媒体接收者釆用 STB。 此时, 媒体传输通道 P3通过 Cache , 由传输通道 PI和 P2组合构成; 信令通 道 12和 13发生转移, 并新增信令通道 14用于 IPTV控制实体对媒体服务器 的控制, 协议可以是 H. 248、 SIP等。  The following describes the system and specific implementation flow of the second solution by taking the channel switching of the bearer and the control as an example. As shown in Figure 5.2, the layered design of the NGN network architecture separates the control and authentication functions of the IPTV service from the media server to form an IPTV service control entity. At this time, the user's authentication is completed by the IPTV service control entity. The cache entity uses Cache; the media receiver uses STB. At this time, the media transmission channel P3 is formed by a combination of the transmission channels PI and P2 through the Cache; the signaling channels 12 and 13 are transferred, and the signaling channel 14 is newly added for the control of the media server by the IPTV control entity, and the protocol may be H. 248, SIP, etc.
由图 5. 2所示系统实现快速切换 IPTV频道的方法流程图如图 5. 3所示, 其中, 实线表示媒体流的传送步骤, 虚线表示信令的传送步骤。 该流程包括 以下步骤:  The flow chart of the method for quickly switching the IPTV channel by the system shown in FIG. 5.2 is shown in FIG. 5. 3, wherein the solid line indicates the transmission step of the media stream, and the broken line indicates the transmission step of the signaling. The process includes the following steps:
步骤 501 : 媒体服务器通过 P2向 Cache发送正常媒体流;  Step 501: The media server sends a normal media stream to the Cache through the P2.
步骤 502: Cache接收正常媒体流并形成切换媒体流并进行緩存; 步骤 503: Cache通过 P1向 STB发送当前频道正常媒体流;  Step 502: The Cache receives the normal media stream and forms a switching media stream and performs buffering. Step 503: The Cache sends the current channel normal media stream to the STB through the P1.
步骤 504a: STB通过 I I向 Cache发送切换请求;  Step 504a: The STB sends a handover request to the Cache through the I I;
步骤 505: Cache通过 P1并根据切换请求中的目标频道标识和用户位置信 息向 STB发送目标频道的切换媒体流;  Step 505: The Cache sends the switched media stream of the target channel to the STB according to the target channel identifier and the user location information in the handover request through P1.
步骤 504b: STB通过 13向 IPTV业务控制实体发送鉴权请求;  Step 504b: The STB sends an authentication request to the IPTV service control entity through 13;
所述鉴权请求中包含鉴权信息。  The authentication request includes authentication information.
其中步骤 504a和 504b没有固定的先后顺序, 也可以是同时执行的。  Steps 504a and 504b are not in a fixed order, and may also be performed simultaneously.
步骤 506: IPTV业务控制实体进行鉴权, 鉴权成功后, 继续执行步骤 507; 如果鉴权失败, 则执行步骤 508 , 并不执行步骤 509和 511 ;  Step 506: The IPTV service control entity performs authentication. After the authentication succeeds, the process proceeds to step 507. If the authentication fails, step 508 is performed, and steps 509 and 511 are not performed.
步骤 507: IPTV业务控制实体通过 14向媒体服务器发送目标正常流请求, 并收到媒体服务器发送来的响应; Step 507: The IPTV service control entity sends a target normal flow request to the media server by using 14 And receiving a response sent by the media server;
步骤 508: IPTV业务控制实体将鉴权响应发送至 Cache。  Step 508: The IPTV service control entity sends an authentication response to the Cache.
步骤 509: 媒体服务器通过 P2向 Cache发送目标频道的正常媒体流; 步骤 510: Cache停止向 STB发送目标频道的切换媒体流;  Step 509: The media server sends a normal media stream of the target channel to the Cache through the P2. Step 510: The Cache stops sending the switched media stream of the target channel to the STB.
步骤 511 : Cache通过 P1向 STB发送目标频道的正常媒体流。  Step 511: The Cache sends the normal media stream of the target channel to the STB through P1.
方案二的实施例中所述的 IPTV业务控制实体完成鉴权单元的功能。  The IPTV service control entity described in the embodiment of the second solution completes the function of the authentication unit.
方案三、 其结构如图 6. 1所示, 其中, 虚线 I I和 13表示信令通道, 实线 Pl、 P2和 P3表示媒体通道。  Scheme 3, its structure is shown in Figure 6.1, where the dotted lines I I and 13 represent signaling channels, and the solid lines P1, P2 and P3 represent media channels.
该方案中, 媒体提供者 303通过 P2向緩存实体 302发送正常媒体流, 緩 存实体 302生成切换媒体流并进行緩存; 媒体接收者 304通过 I I向緩存实体 302发送切换请求, 并通过 13向媒体提供者发送鉴权请求; 緩存实体 302接 收到切换请求后通过 P1立刻向媒体接收者 304发送目标频道的切换媒体流; 媒体提供者 303接收到鉴权请求后进行鉴权, 鉴权成功后, 媒体提供者 303 通过 13向媒体接收者 304发送切换请求被接受通知, 同时通过 P3向媒体接 收者 304发送目标频道的正常媒体流; 媒体接收者 304接收到切换请求被接 受通知后, 向緩存实体 302发送停止通知, 緩存实体 302接收到停止通知后 停止发送目标频道的切换媒体流, 或者, 可以对緩存实体 302 下发切换媒体 流设置一个定时时限, 到了定时时限后, 緩存实体 302 自动停止发送目标频 道的切换媒体流, 此时媒体接收者 304可以不向緩存实体 302发送停止通知。 也可以以上两种触发緩存实体 302停止发送目标频道切换媒体流的方法同时 使用。  In this solution, the media provider 303 sends a normal media stream to the cache entity 302 through P2, and the cache entity 302 generates a switch media stream and caches it; the media receiver 304 sends a handover request to the cache entity 302 through II, and provides the media to the media through the 13 The sender sends an authentication request; after receiving the handover request, the cache entity 302 immediately sends the switched media stream of the target channel to the media receiver 304 through P1; the media provider 303 performs authentication after receiving the authentication request, and after the authentication succeeds, the media The provider 303 sends a handover request acceptance notification to the media receiver 304 through 13 while transmitting the normal media stream of the target channel to the media receiver 304 via P3; after receiving the notification of the handover request, the media receiver 304 sends the notification to the cache entity 302. The sending stop notification, the buffering entity 302 stops receiving the switching media stream of the target channel after receiving the stop notification, or may set a timing time for the buffering entity 302 to deliver the switching media stream, and after the timing time limit, the cache entity 302 automatically stops sending the target. Channel switching media stream, At this point the media recipient 304 may not send a stop notification to the caching entity 302. The above two methods of triggering the buffer entity 302 to stop transmitting the target channel switching media stream may also be used at the same time.
下面以 IMS网络架构下的频道切换为例对方案三的系统和具体实现流程进 行描述。 如图 6. 2所示, 在 IMS网络架构下, IMS核用于进行呼叫、 路由、 媒 体协商等方面的控制; IPTV业务控制层负责进行鉴权、 以及业务调度分发等; HSS用于存储相关鉴权数据;媒体服务器负责媒体的传输功能。在 IMS网络中, 媒体接收者可以为 UE ; 媒体提供者可以为多媒体资源控制功能 (MRFC , Multimedia Resource Function Controller ) /多媒体资源处理功能(MRFP, Multimedia Resource Function Processor); 緩存实体可以设置在边界网关 功能(BGF, Border Gateway Function )或宽带远程接入系统( BRAS, Broadband Remote Access System ) 或数字用户回路接入复用器 ( DSLAM , Digital Subscription Loop Access Multiplexer )或其它接入网络实体中。 The following describes the system and specific implementation flow of the third solution by taking the channel switching in the IMS network architecture as an example. As shown in Figure 6.2, under the IMS network architecture, the IMS core is used for control of call, routing, media negotiation, etc.; the IPTV service control layer is responsible for authentication, and service scheduling and distribution; HSS is used for storage correlation. Authentication data; the media server is responsible for the transmission function of the media. In the IMS network, the media receiver can be the UE; the media provider can be the multimedia resource control function (MRFC, Multimedia Resource Function Controller / Multimedia Resource Function Processor (MRFP); The cache entity can be set in the Border Gateway Function (BGF) or Broadband Remote Access System (BRAS) or digital User Loop Access Multiplexer (DSLAM) or other access network entity.
由图 6.2所示系统实现快速切换 IPTV频道的方法流程图如图 6.3所示, 其中, 实线表示媒体流的传送步骤, 虚线表示信令的传送步骤。 下面实施例 緩存实体设置在 BGF中, BGF使用定时的方式停止下发切换流。 该流程包括以 下步骤:  A flowchart of a method for rapidly switching an IPTV channel by the system shown in FIG. 6.2 is shown in FIG. 6.3, wherein a solid line indicates a transmission step of a media stream, and a broken line indicates a transmission step of signaling. In the following embodiment, the cache entity is set in the BGF, and the BGF stops the delivery of the switching flow in a timed manner. The process includes the following steps:
步骤 601: MRFC/ MRFP通过 P3向 UE发送当前频道正常媒体流;  Step 601: The MRFC/MRFP sends the current channel normal media stream to the UE through P3.
步骤 602: MRFC/ MRFP通过 P2向 BGF发送正常媒体流;  Step 602: The MRFC/MRFP sends a normal media stream to the BGF through P2.
步骤 603: BGF接收正常媒体流形成切换媒体流并进行緩存;  Step 603: The BGF receives the normal media stream to form a switching media stream and performs buffering.
步骤 604a: UE通过 II向 BGF发送切换请求;  Step 604a: The UE sends a handover request to the BGF through the II.
步骤 605: BGF通过 P1向 UE发送目标频道的切换媒体流, 并同时启动定 时器;  Step 605: The BGF sends a switching media stream of the target channel to the UE through the P1, and starts the timer at the same time;
步骤 604b: UE通过 13、 14经 IMS核向 IPTV业务控制层发送切换请求; 步骤 604a和步骤 604b没有固定的先后顺序, 也可以是同时执行的; 步骤 606: IPTV业务控制层通过 16到归属用户服务器(HSS)获取用户鉴 权信息后, 进行鉴权; 鉴权成功后继续执行步骤 607; 如果鉴权失败, 则向 UE发送鉴权失败通知, 然后执行步骤 608, 不执行步骤 609;  Step 604b: The UE sends a handover request to the IPTV service control layer via the IMS core through the IMS core. The steps 604a and 604b are not performed in a fixed sequence, and may be performed simultaneously. Step 606: The IPTV service control layer passes the 16 to the home subscriber. After the server (HSS) obtains the user authentication information, the authentication is performed; after the authentication succeeds, the process proceeds to step 607; if the authentication fails, the authentication failure notification is sent to the UE, and then step 608 is performed, and step 609 is not performed;
步骤 607: IPTV业务控制层通过 15向 MRFC/ MRFP请求目标频道正常媒体 流, 并收到响应;  Step 607: The IPTV service control layer requests the normal media stream of the target channel by the MRFC/MRFP through 15 and receives a response.
步骤 608: IPTV业务控制层通过 14和 13向 UE发送切换响应;  Step 608: The IPTV service control layer sends a handover response to the UE by using 14 and 13;
步骤 609: MRFC/ MRFP通过 P3向 UE发送目标频道正常业务流;  Step 609: The MRFC/MRFP sends a target channel normal service flow to the UE through P3.
所述步骤 608和步骤 609没有固定的先后顺序, 也可以同时执行。  The steps 608 and 609 have no fixed sequence, and may be performed simultaneously.
步骤 610: 定时器到时, BGF停止向 UE发送目标频道的切换媒体流。 在此使用的 BGF停止发送切换媒体流的方法是使用定时器。 只要定时器到 时, BGF就停止发送切换媒体流。 该定时器的定时时限设为 Τ, T一般大于媒 体接收者发送切换请求到媒体提供者能够下发正常媒体流所用的时间。 Step 610: When the timer expires, the BGF stops sending the switched media stream of the target channel to the UE. The method used by the BGF to stop transmitting the switched media stream is to use a timer. As soon as the timer expires, the BGF stops transmitting the switching media stream. The timing of the timer is set to Τ, which is generally greater than the time taken by the media receiver to send a handover request to the media provider to deliver the normal media stream.
方案三的实施例中, 所述 IMS核和 HSS共同完成鉴权单元的功能。  In the embodiment of the third solution, the IMS core and the HSS jointly perform the functions of the authentication unit.
由以上描述可以看出, 本发明实施例提供的方法和系统, 设置緩存实体对 切换媒体流进行緩存, 在收到切换请求后, 立刻向媒体接收者发送切换媒体 流, 以此来减小网络传输过程中造成的延迟; 在向媒体提供者进行切换请求 的过程中, 媒体接收者可以先接收到目标频道的切换媒体流, 以此减小了信 令面进行切换请求时引起的延迟。 所以, 本发明实施例所提供的方法和系统 减小了 IPTV频道切换过程中的延迟。  It can be seen from the above description that the method and system provided by the embodiments of the present invention set a cache entity to cache a switched media stream, and immediately send a switching media stream to a media receiver after receiving the handover request, thereby reducing the network. The delay caused by the transmission process; in the process of making a handover request to the media provider, the media receiver may first receive the switched media stream of the target channel, thereby reducing the delay caused by the signaling plane performing the handover request. Therefore, the method and system provided by the embodiments of the present invention reduce the delay in the IPTV channel switching process.
更进一步地, 本发明实施例提供的方法和系统, 可以引入鉴权过程, 并在 鉴权的过程中, 媒体接收者可以先接收到緩存实体发送的目标频道的切换媒 体流, 也减小了鉴权过程中的信令交互所引起的延迟。  Further, the method and system provided by the embodiments of the present invention may introduce an authentication process, and in the process of authenticating, the media receiver may first receive the switched media stream of the target channel sent by the cache entity, and also reduces the The delay caused by the signaling interaction in the authentication process.
更进一步地, 本发明实施例提供的方法和系统不仅可以用于组播方式传输 时的 IPTV频道快速切换, 也可以用于单播方式传输时的 IPTV频道快速切换。  Further, the method and system provided by the embodiments of the present invention can be used not only for fast switching of IPTV channels when transmitting in multicast mode, but also for fast switching of IPTV channels when transmitting in unicast mode.
以上所述仅为本发明的较佳实施例而已, 并不用以限制本发明, 凡在本发 明的精神和原则之内所作的任何修改、 等同替换、 改进等, 均应包含在本发 明的保护范围之内。  The above is only the preferred embodiment of the present invention, and is not intended to limit the present invention. Any modifications, equivalents, improvements, etc. made within the spirit and principles of the present invention should be included in the protection of the present invention. Within the scope.

Claims

权 利 要求 书 Claim
1、 一种切换网络电视频道的方法, 其特征在于, 该方法包括: 緩存实体对 生成的切换媒体流进行緩存, 收到切换请求后, 向媒体接收者发送目标频道的 切换媒体流; 切换请求被接受后, 媒体提供者向媒体接收者发送目标频道的正 常媒体流。  A method for switching a network television channel, the method comprising: the cache entity buffering the generated switched media stream, and after receiving the handover request, transmitting the switched media stream of the target channel to the media receiver; After being accepted, the media provider sends a normal media stream of the target channel to the media recipient.
2、 根据权利要求 1 所述的切换网络电视频道的方法, 其特征在于, 所述切 换媒体流的生成过程为: 所述媒体提供者将正常媒体流发送给緩存实体, 緩存 实体对该正常媒体流进行修改生成切换媒体流; 或者,  The method for switching a network television channel according to claim 1, wherein the process of generating a switched media stream is: the media provider sends a normal media stream to a cache entity, and the cache entity is the normal media. The stream is modified to generate a switched media stream; or
所述媒体提供者对正常媒体流进行修改生成切换媒体流, 然后发送给所述緩 存实体进行緩存; 或者,  The media provider modifies the normal media stream to generate a switched media stream, and then sends the buffer to the cache entity for caching; or
所述媒体提供者将正常媒体流发送给一独立的装置, 该独立的装置对该正常 媒体流进行修改生成切换媒体流, 然后发送给所述緩存实体进行緩存。  The media provider sends the normal media stream to a separate device, and the independent device modifies the normal media stream to generate a switched media stream, which is then sent to the cache entity for caching.
3、 根据权利要求 1 所述的切换网络电视频道的方法, 其特征在于, 所述切 换请求是由所述媒体接收者直接发送给緩存实体, 緩存实体再转发给所述媒体 提供者的; 或者是由所述媒体接收者发送给媒体提供者, 媒体提供者再转发给 緩存实体的; 或者由所述媒体接收者直接发送给緩存实体和媒体提供者的。 The method for switching a network television channel according to claim 1, wherein the handover request is directly sent by the media receiver to a cache entity, and the cache entity is forwarded to the media provider; or Is sent by the media receiver to the media provider, and then forwarded to the cache entity by the media provider; or directly sent by the media receiver to the cache entity and the media provider.
4、 根据权利要求 1所述的切换网络电视频道的方法, 其特征在于, 所述切换请 求包含目标频道标识; The method for switching a network television channel according to claim 1, wherein the handover request includes a target channel identifier;
所述緩存实体根据接收到的切换请求中的目标频道标识向媒体接收者发送 目标频道的切换媒体流;  Transmitting, by the cache entity, a switched media stream of the target channel to the media receiver according to the target channel identifier in the received handover request;
所述媒体提供者根据接收到的切换请求中的目标频道标识向媒体接收者发 送目标频道的正常媒体流。  The media provider sends a normal media stream of the target channel to the media recipient based on the target channel identifier in the received handover request.
5、 根据权利要求 1 所述的切换网络电视频道的方法, 其特征在于, 该方法 进一步包括: 切换请求被接受后, 緩存实体停止向媒体接收者发送目标频道的 切换媒体流; 或  The method for switching a network television channel according to claim 1, wherein the method further comprises: after the handover request is accepted, the buffer entity stops sending the switched media stream of the target channel to the media receiver; or
到一定时限后, 緩存实体自动停止向媒体接收者发送目标频道的切换媒体 流。 After a certain time limit, the cache entity automatically stops sending the switching media of the target channel to the media receiver. Stream.
6、 根据权利要求 1 所述的切换网络电视频道的方法, 其特征在于, 所述切 换请求中包括鉴权请求;  The method for switching a network television channel according to claim 1, wherein the switching request includes an authentication request;
所述切换请求被接受为鉴权成功;  The handover request is accepted as an authentication success;
所述媒体接收者将所述鉴权请求发送给緩存实体, 緩存实体将所述鉴权请求 发送给鉴权单元进行鉴权, 鉴权成功后, 鉴权单元通知媒体提供者切换请求被 接受; 或者,  The media receiver sends the authentication request to the cache entity, and the cache entity sends the authentication request to the authentication unit for authentication. After the authentication succeeds, the authentication unit notifies the media provider that the handover request is accepted; Or,
所述媒体接收者将所述鉴权请求发送给緩存实体, 緩存实体将所述鉴权请求 转发给媒体提供者, 所述媒体提供者将所述鉴权请求发送给鉴权单元进行鉴权, 鉴权成功后, 鉴权单元通知媒体提供者切换请求被接受; 或者,  The media receiver sends the authentication request to the cache entity, and the cache entity forwards the authentication request to the media provider, and the media provider sends the authentication request to the authentication unit for authentication. After the authentication succeeds, the authentication unit notifies the media provider that the handover request is accepted; or
所述媒体接收者直接向鉴权单元发送所述鉴权请求, 鉴权单元进行鉴权, 鉴 权成功后通知所述媒体提供者切换请求被接受。  The media receiver directly sends the authentication request to the authentication unit, and the authentication unit performs authentication. After the authentication succeeds, the media provider is notified that the handover request is accepted.
7、 根据权利要求 1 所述的切换网络电视频道的方法, 所述媒体提供者向媒 体接收者发送目标频道的正常媒体流为: 所述媒体提供者直接向媒体接收者发 送目标频道的正常媒体流, 或者所述媒体提供者先向緩存实体发送目标频道的 正常媒体流, 再由緩存实体转发给媒体接收者。  7. The method of switching a network television channel according to claim 1, wherein the media provider sends the normal media stream of the target channel to the media receiver as: the media provider directly sends the normal media of the target channel to the media receiver. The stream, or the media provider first sends a normal media stream of the target channel to the cache entity, and then forwarded to the media receiver by the cache entity.
8、 根据权利要求 3所述的切换网络电视频道的方法, 其特征在于, 在 IP多 媒体子系统网络中, 所述媒体接收者为用户设备; 所述媒体提供者为多媒体资 源控制功能或多媒体资源处理功能; 所述緩存实体设置在边界网关功能或宽带 远程接入系统或数字用户回路接入复用器或其它接入网络实体中;  The method for switching a network television channel according to claim 3, wherein in the IP multimedia subsystem network, the media receiver is a user equipment; and the media provider is a multimedia resource control function or a multimedia resource. Processing function; the cache entity is disposed in a border gateway function or a broadband remote access system or a digital subscriber loop access multiplexer or other access network entity;
所述切换请求是由用户设备直接发送给緩存实体或多媒体资源控制功能或 多媒体资源处理功能的。  The handover request is directly sent by the user equipment to the cache entity or the multimedia resource control function or the multimedia resource processing function.
9、 根据权利要求 6所述的切换网络电视频道的方法, 其特征在于, 在 IP多 媒体子系统网络中, 所述媒体接收者为用户设备; 所述媒体提供者为多媒体资 源控制功能或多媒体资源处理功能; 所述緩存实体设置在边界网关功能或宽带 远程接入系统或数字用户回路接入复用器或其它接入网络实体中; 所述鉴权单 元包括: 网络电视业务控制层和归属用户服务器; The method for switching a network television channel according to claim 6, wherein in the IP multimedia subsystem network, the media receiver is a user equipment; and the media provider is a multimedia resource control function or a multimedia resource. Processing function; the cache entity is set in a border gateway function or a broadband remote access system or a digital subscriber loop access multiplexer or other access network entity; the authentication list The element includes: a network television service control layer and a home subscriber server;
所述用户设备将鉴权请求发送给网络电视业务控制层, 网络电视业务控制层 根据鉴权请求中的用户信息从归属用户服务器中获取该用户的鉴权信息, 进行 鉴权, 鉴权成功后, 网络电视业务控制层通知多媒体资源控制功能或多媒体资 源处理功能切换请求被接受。  The user equipment sends an authentication request to the network television service control layer, and the network television service control layer obtains the authentication information of the user from the home user server according to the user information in the authentication request, and performs authentication, after the authentication succeeds. The network television service control layer notifies the multimedia resource control function or the multimedia resource processing function switching request to be accepted.
10、 根据权利要求 7所述的方法, 其特征在于, 在 IP多媒体子系统网络中, 所述媒体接收者为用户设备; 所述媒体提供者为多媒体资源控制功能或多媒体 资源处理功能;  The method according to claim 7, wherein in the IP multimedia subsystem network, the media receiver is a user equipment; the media provider is a multimedia resource control function or a multimedia resource processing function;
所述媒体提供者向媒体接收者发送目标频道的正常媒体流为: 多媒体资源控 制功能或多媒体资源处理功能接收到切换请求后, 直接向用户设备发送目标频 道的正常媒体流。  The media provider sends the normal media stream of the target channel to the media receiver as follows: After receiving the handover request, the multimedia resource control function or the multimedia resource processing function directly sends the normal media stream of the target channel to the user equipment.
11、 一种切换网络电视频道的系统, 其特征在于, 该系统包括: 切换流生成 单元、 緩存实体、 媒体提供者、 以及媒体接收者;  A system for switching a network television channel, the system comprising: a handover flow generation unit, a cache entity, a media provider, and a media receiver;
切换流生成单元, 接收媒体提供者发送的正常媒体流并生成切换媒体流, 发 送给緩存实体;  The switching stream generating unit receives the normal media stream sent by the media provider and generates a switching media stream, and sends the packet to the cache entity;
緩存实体, 将切换流生成单元发送的切换媒体流进行緩存, 接收到媒体接收 者或媒体提供者发送的切换请求后, 向媒体接收者发送目标频道的切换媒体流; 接收到媒体接收者的切换请求后, 转发给媒体提供者或者不转发给媒体提供者; 媒体提供者, 向切换流生成单元发送正常媒体流, 切换请求被接受后, 向媒 体接收者发送目标频道的正常媒体流; 接收到媒体接收者发送的切换请求后, 转发给緩存实体或者不转发给緩存实体;  The buffering entity buffers the switched media stream sent by the switching stream generating unit, and after receiving the switching request sent by the media receiver or the media provider, sends the switching media stream of the target channel to the media receiver; receiving the switching of the media receiver After the request is forwarded to the media provider or not to the media provider; the media provider sends a normal media stream to the switching stream generating unit, and after the switching request is accepted, the normal media stream of the target channel is sent to the media receiver; After the handover request sent by the media receiver is forwarded to the cache entity or not forwarded to the cache entity;
媒体接收者, 向媒体提供者或緩存实体发送切换请求, 接收来自緩存实体发 来的目标频道的切换媒体流, 接收来自媒体提供者的目标频道的正常媒体流。  The media recipient sends a handover request to the media provider or the caching entity, receives the switched media stream from the target channel sent by the caching entity, and receives the normal media stream from the media provider's target channel.
12、 根据权利要求 11所述的切换网络电视频道的系统, 其特征在于, 在 IP 多媒体子系统系统中, 所述緩存实体设置在边界网关功能或宽带远程接入系统 或数字用户回路接入复用器或其它接入网络实体中; 所述媒体提供者为多媒体资源控制功能或多媒体资源处理功能; 所述媒体接收者为用户设备。 12. The system for switching network television channels according to claim 11, wherein in the IP multimedia subsystem system, the cache entity is set in a border gateway function or a broadband remote access system or a digital subscriber loop access complex. In the consumer or other access network entity; The media provider is a multimedia resource control function or a multimedia resource processing function; the media receiver is a user equipment.
13、 根据权利要求 11 所述的切换网络电视频道的系统, 其特征在于, 所述 切换流生成单元是独立的设备, 或设置在緩存实体中, 或设置在媒体提供者中。  The system for switching network television channels according to claim 11, wherein the switching stream generating unit is an independent device, or is disposed in a cache entity, or is disposed in a media provider.
14、 根据权利要求 11 所述的切换网络电视频道的系统, 其特征在于, 所述 媒体提供者在切换请求被接受后, 向緩存实体发送停止通知, 或向媒体接收者 发送切换请求被接受通知;  The system for switching network television channels according to claim 11, wherein the media provider sends a stop notification to the cache entity after the handover request is accepted, or sends a handover request to the media receiver to be notified. ;
所述媒体接收者接收到切换请求被接受通知后, 向緩存实体发送停止通知; 所述緩存实体接收到停止通知或到一定时限后, 停止对媒体接收者发送目标 频道的切换媒体流。  After receiving the notification that the handover request is accepted, the media receiver sends a stop notification to the cache entity; after receiving the stop notification or after a certain time limit, the cache entity stops transmitting the switched media stream of the target channel to the media receiver.
15、 根据权利要求 11 所述的切换网络电视频道的系统, 其特征在于, 该系 统进一步包括: 鉴权单元;  The system for switching network television channels according to claim 11, wherein the system further comprises: an authentication unit;
所述切换请求中包括鉴权请求;  The switching request includes an authentication request;
所述鉴权单元, 接收緩存实体或媒体提供者或媒体接收者发送来的鉴权请求 后, 进行鉴权, 鉴权成功后, 通知所述媒体提供者切换请求被接受;  The authentication unit, after receiving the authentication request sent by the cache entity or the media provider or the media receiver, performs authentication, and after the authentication succeeds, notifying the media provider that the handover request is accepted;
所述緩存实体, 还用于接收到媒体接收者的切换请求后, 将鉴权请求发送给 鉴权单元; 或者,  The cache entity is further configured to: after receiving the handover request of the media receiver, send the authentication request to the authentication unit; or
所述媒体接收者, 还用于直接将鉴权请求发送给鉴权单元; 或者,  The media receiver is further configured to directly send the authentication request to the authentication unit; or
所述媒体提供者还用于将所述鉴权请求发送给鉴权单元。  The media provider is further configured to send the authentication request to the authentication unit.
16、 根据权利要求 15所述的切换网络电视频道的系统, 其特征在于, 在 IP 多媒体子系统网络中, 所述鉴权单元包括: 网络电视业务控制层和归属用户服 务器;  The system for switching network television channels according to claim 15, wherein in the IP multimedia subsystem network, the authentication unit comprises: a network television service control layer and a home subscriber server;
网络电视业务控制层, 接收媒体接收者发送的鉴权请求后, 根据鉴权请求中 的用户信息, 从归属用户服务器中获取该用户的鉴权信息进行鉴权, 鉴权成功 后, 通知媒体提供者切换请求被接受;  After receiving the authentication request sent by the media receiver, the network television service control layer obtains the authentication information of the user from the home subscriber server according to the user information in the authentication request, and after the authentication succeeds, notifies the media to provide the authentication request. The switch request is accepted;
归属用户服务器, 存放鉴权信息。 The home server is stored and the authentication information is stored.
17、 一种緩存实体, 其特征在于, 该緩存实体包括: 緩存单元、 以及收发单 元; 17. A cache entity, the cache entity comprising: a cache unit, and a transceiver unit;
緩存单元, 用于緩存切换媒体流;  a cache unit, configured to cache the switched media stream;
收发单元, 接收切换媒体流并发送给緩存单元; 接收到切换请求后, 将緩存 单元中的切换媒体流发送出去; 接收到媒体接收者的切换请求后, 转发给媒体 提供者或不转发给媒体提供者。  The transceiver unit receives the switched media stream and sends it to the buffer unit; after receiving the handover request, sends the switched media stream in the buffer unit; after receiving the handover request of the media receiver, forwarding the message to the media provider or not to the media provider.
18、 根据权利要求 17所述的緩存实体, 其特征在于, 所述緩存实体还包括: 切换流生成单元, 用于将正常媒体流进行修改形成切换媒体流, 并发送给所述 收发单元。  The cache entity according to claim 17, wherein the cache entity further comprises: a switch flow generation unit, configured to modify the normal media stream to form a switched media stream, and send the packet to the transceiver unit.
19、 根据权利要求 17 所述的緩存实体, 其特征在于, 所述收发单元, 还用 于切换请求被接受后, 停止发送切换媒体流。  The cache entity according to claim 17, wherein the transceiver unit further stops transmitting the switched media stream after the handover request is accepted.
20、 根据权利要求 17 所述的緩存实体, 其特征在于, 所述緩存实体还包括 定时单元, 用于设定定时时限, 定时时限到时, 向收发单元发送停止通知; 收发单元, 接收到停止通知后, 停止发送切换媒体流。  The cache entity according to claim 17, wherein the cache entity further comprises a timing unit, configured to set a timing time limit, and send a stop notification to the transceiver unit when the timing time expires; the transceiver unit receives the stop After the notification, stop sending the switching media stream.
PCT/CN2008/070493 2007-03-15 2008-03-13 A method, system and buffer entity for switching network tv channels WO2008110122A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN200710088204.5A CN101267538B (en) 2007-03-15 2007-03-15 A method and system for switching network TV channel
CN200710088204.5 2007-03-15

Publications (1)

Publication Number Publication Date
WO2008110122A1 true WO2008110122A1 (en) 2008-09-18

Family

ID=39759029

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2008/070493 WO2008110122A1 (en) 2007-03-15 2008-03-13 A method, system and buffer entity for switching network tv channels

Country Status (2)

Country Link
CN (1) CN101267538B (en)
WO (1) WO2008110122A1 (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102137275A (en) * 2010-12-20 2011-07-27 华为技术有限公司 Method and device for rapidly pushing unicast stream in rapid channel switching
CN102547387A (en) * 2012-02-09 2012-07-04 深圳市同洲视讯传媒有限公司 Internet protocol television (IPTV) service realization method, system and IPTV operation system
US8631452B2 (en) 2009-06-05 2014-01-14 Huawei Technologies Co., Ltd. Channel switching processing method, system, and related devices
CN116743333A (en) * 2021-04-07 2023-09-12 华为技术有限公司 Information indication method and communication device

Families Citing this family (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101753973B (en) * 2008-12-12 2013-01-02 华为技术有限公司 Channel switching method, device and system
CN101938456B (en) 2009-06-30 2014-03-12 华为技术有限公司 Method, device and system for reducing media delays
CN101909063B (en) * 2010-08-11 2013-08-21 中国电信股份有限公司 Method and system for pushing video streaming based on layered coding
CN101969526B (en) * 2010-10-22 2012-07-25 深圳市阿尔斯电信技术有限公司 Three network fused set top box
CN102651823A (en) * 2011-02-24 2012-08-29 中兴通讯股份有限公司 Method and system capable of sending multicast joining request in advance during quick channel switching
CN104053058B (en) * 2013-03-12 2017-02-08 日电(中国)有限公司 Channel switching time-delay method and access control equipment
CN103685314B (en) * 2013-12-27 2017-05-17 广东威创视讯科技股份有限公司 Method for achieving seamless switching of unicast and multicast of stream media playing
CN106937155B (en) * 2015-12-29 2020-06-02 北京华为数字技术有限公司 Access device, Internet Protocol Television (IPTV) system and channel switching method
CN106534961B (en) * 2016-11-24 2019-09-17 青岛海信宽带多媒体技术有限公司 The channel switching method and terminal of Web TV
CN111510770B (en) * 2019-01-30 2021-08-24 上海哔哩哔哩科技有限公司 Method and device for switching definition, computer equipment and readable storage medium

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1484450A (en) * 2002-08-13 2004-03-24 Quick digital channel switching
CN1606352A (en) * 2003-10-10 2005-04-13 微软公司 Fast channel change
US20060085828A1 (en) * 2004-10-15 2006-04-20 Vincent Dureau Speeding up channel change
CN1881925A (en) * 2006-05-10 2006-12-20 上海市电信有限公司 Method and structure for realizing live channel switching in Internet protocol audio-video broadcast network
CN101094378A (en) * 2006-06-21 2007-12-26 华为技术有限公司 Time shifting method and system of interactive network TV

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1484450A (en) * 2002-08-13 2004-03-24 Quick digital channel switching
CN1606352A (en) * 2003-10-10 2005-04-13 微软公司 Fast channel change
US20060085828A1 (en) * 2004-10-15 2006-04-20 Vincent Dureau Speeding up channel change
CN1881925A (en) * 2006-05-10 2006-12-20 上海市电信有限公司 Method and structure for realizing live channel switching in Internet protocol audio-video broadcast network
CN101094378A (en) * 2006-06-21 2007-12-26 华为技术有限公司 Time shifting method and system of interactive network TV

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8631452B2 (en) 2009-06-05 2014-01-14 Huawei Technologies Co., Ltd. Channel switching processing method, system, and related devices
CN102137275A (en) * 2010-12-20 2011-07-27 华为技术有限公司 Method and device for rapidly pushing unicast stream in rapid channel switching
US8861372B2 (en) 2010-12-20 2014-10-14 Huawei Technologies Co., Ltd. Method and device for fast pushing unicast stream in fast channel change
CN102547387A (en) * 2012-02-09 2012-07-04 深圳市同洲视讯传媒有限公司 Internet protocol television (IPTV) service realization method, system and IPTV operation system
CN102547387B (en) * 2012-02-09 2015-05-27 深圳市同洲电子股份有限公司 Internet protocol television (IPTV) service realization method, system and IPTV operation system
CN116743333A (en) * 2021-04-07 2023-09-12 华为技术有限公司 Information indication method and communication device

Also Published As

Publication number Publication date
CN101267538A (en) 2008-09-17
CN101267538B (en) 2010-09-08

Similar Documents

Publication Publication Date Title
WO2008110122A1 (en) A method, system and buffer entity for switching network tv channels
US10778458B2 (en) Methods for switching between a MBMS download and an HTPP-based delivery of DASH formatted content over an IMS network
US8046479B2 (en) Media channel management
WO2008037218A1 (en) Method, system and media server for iptv channel quickly switching
US8077717B2 (en) Method and system for providing multicast services
US8473621B2 (en) Method, system, and apparatus for creating content-on-demand service
JP5930429B2 (en) Distribution of IP broadcast streaming service using file distribution method
CN100579209C (en) Method and system implementing time shifted TV business based on NGN network, system and media resource apparatus thereof
US20090055540A1 (en) Methods and Systems for Multicast Control and Channel Switching for Streaming Media in an IMS Environment
US20110239262A1 (en) Channel switching method, channel switching device, and channel switching system
KR20070097077A (en) Method and system to minimize the switching delay between two rtp multimedia streaming sessions
WO2010139284A1 (en) Method, system and relative devices for processing channel switching
WO2008134955A1 (en) Method, system and apparatus for applying terminal capability information in iptv service
WO2009143743A1 (en) A method, system for playing media and a play proxy device
WO2009003408A1 (en) Media stream switching method, system and equipment in time-shift television service
WO2011000151A1 (en) Method and the corresponding apparatus for realizing internet protocol television channel services

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

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

Country of ref document: EP

Kind code of ref document: A1