US12519710B2 - Media stream monitoring - Google Patents
Media stream monitoringInfo
- Publication number
- US12519710B2 US12519710B2 US18/237,610 US202318237610A US12519710B2 US 12519710 B2 US12519710 B2 US 12519710B2 US 202318237610 A US202318237610 A US 202318237610A US 12519710 B2 US12519710 B2 US 12519710B2
- Authority
- US
- United States
- Prior art keywords
- stream
- media streams
- streams
- monitored
- monitor
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Active
Links
Images
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L43/00—Arrangements for monitoring or testing data switching networks
- H04L43/08—Monitoring or testing based on specific metrics, e.g. QoS, energy consumption or environmental parameters
- H04L43/0823—Errors, e.g. transmission errors
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L43/00—Arrangements for monitoring or testing data switching networks
- H04L43/02—Capturing of monitoring data
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L43/00—Arrangements for monitoring or testing data switching networks
- H04L43/50—Testing arrangements
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L65/00—Network arrangements, protocols or services for supporting real-time applications in data packet communication
- H04L65/60—Network streaming of media packets
- H04L65/61—Network streaming of media packets for supporting one-way streaming services, e.g. Internet radio
- H04L65/611—Network streaming of media packets for supporting one-way streaming services, e.g. Internet radio for multicast or broadcast
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L65/00—Network arrangements, protocols or services for supporting real-time applications in data packet communication
- H04L65/60—Network streaming of media packets
- H04L65/61—Network streaming of media packets for supporting one-way streaming services, e.g. Internet radio
- H04L65/612—Network streaming of media packets for supporting one-way streaming services, e.g. Internet radio for unicast
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L65/00—Network arrangements, protocols or services for supporting real-time applications in data packet communication
- H04L65/80—Responding to QoS
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L69/00—Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
- H04L69/40—Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass for recovering from a failure of a protocol instance or entity, e.g. service redundancy protocols, protocol state redundancy or protocol service redirection
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L43/00—Arrangements for monitoring or testing data switching networks
- H04L43/10—Active monitoring, e.g. heartbeat, ping or trace-route
Landscapes
- Engineering & Computer Science (AREA)
- Multimedia (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Computer Security & Cryptography (AREA)
- Environmental & Geological Engineering (AREA)
- Debugging And Monitoring (AREA)
- Theoretical Computer Science (AREA)
- Human Computer Interaction (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
Abstract
Description
-
- mx.events.FlexEvent.CREATION_COMPLETE—triggers application script execution after the application is finished building.
- com.cc.BaseViewEvent.DATA_READY—triggers application actions that are dependent upon the view elements being created. In this case, begins testing execution in the TestStreamMetadataController object.
- TestStreamMetadataController._pingTimer-TimerEvent.TIMER_COMPLETE event: triggers the sending of a “heartbeat” to the application host container, indicating that the flash VM is still running.
- TestStreamMetadataController._streamApi-StreamApiEvent.STREAM_DO_CREATED event: triggered when a xml entity retrieved from the webserver has been converted into a StreamDo data object. The data object is sent as a property of the event object.
- mx.rpc.events.ResultEvent.RESULT event: data from the http request has been received. Triggers the StreamApi.resultEventHandler in this application.
- com.ak.events.AkErrorEvent.ERROR event: there has been an error on the stream associated with the event target. Depending on the errors error number, a stream connection error may be posted.
- com.ak.events.AkStatusEvent.NETSTREAM_METADATA event: a stream has metadata to report via the connection.
The com.cc.controller.TestStreamMetadata.metadataHandler method listens for this event and uses the information passed in it to determine if the metadata is valid. Failure to send this event or invalid or empty fields within this event can cause a metadata error to be reported. - com.ak.events.AkStatusEvent.“onUDPData” event: A non-orban card encoded stream has metadata to report via the connection.
The com.cc.controller.TestStreamMetadata.metadataHandler method listens for this event and uses the information passed in it to determine if the metadata is valid. Failure to send this event or invalid or empty fields within this event on non-orban card encoded streams causes a metadata error to be reported. - Com.ak.events.AkNotificationEvent.CONNECTED event: indicates that the stream has connected to the host and can attempt to play the file requested.
- Com.ak.events.AkStatusEvent.NETSTREAM event: indicates a change in the connection associated with a streamDo has changed status. Netstream events with “Netstream.Play.Start” info.code properties indicate a true successful connection to a stream and trigger the streamDo.connected property to be set to true. Other status messages can be ignored or cause a stream connection error to be reported.
- Com.ak.events.AkStatusEvent.NETSTREAM_PLAYSTATUS: indicates that a stream on a connection associated with a particular streamDo has completed or changed to a different stream. Since the radio streams can be set to run all the time, this may indicate a connection error.
- Com.cc.events.api.StreamApiEvent.REQUEST_RECEIVED: indicates that a request sent by the StreamApi has received a response.
- Com.cc.events.api.StreamApiEvent.FAULT: indicates that the StreamApi request has failed.
- Com.cc.events.api.StreamApiEvent.STREAM_DO_CREATED: indicates that a StreamDo object has been created from the StreamApi request result.
-
- com.cc.api.StreamApi.resultEventHandler-mx.rpc.events.ResultEvent.RESULT: handles the result of the server request, in this case converting each xml entity stream record into a com.cc.dO.StreamDo object, firing a com.cc.events.api.StreamApiEvent.STREAM_DO_CREATED event containing the created StreamDo object, initiating testing of the streams.
- Com.cc.controller.TestStreamMetadataController.streamApiDoCreatedHandler—com.cc.events.api.StreamApiEvent.STREAM_DO_CREATED: handles the event that is fired when a StreamDo is created from a StreamApi request. Sets up the streamDo's connection, the connection's event handlers, the streamDo's test timer, and the testing variables, initializing the test by calling the connection's connect method.
- Com.cc.controller.TestStreamMetadataController.connectedHandler-com.ak.events.AkNotificationEvent.CONNECTED: begins playback of the streamDo's stream.
- Com.cc.controller.TestStreamMetadataController.errorHandler-com.ak.events.AkErrorEvent.ERROR: Handles any error event broadcast by the connection. Nearly every error event triggers a connection error to be posted.
- Com.cc.controller.TestStreamMetadataController.streamPlayStatusHandler-com.ak.events.AkStatusEvent.NETSTREAM_PLAYSTATUS: handles stream events related to the play status, including the original NetStream.Play code indicating that the streamDo's connection has successfully connected to the stream.
- Com.cc.controller.TestStreamMetadataController.metadataHandler-com.ak.events.AkStatusEvent.NETSTREAM_METADATA: Handles any metadata events issued by streams that are ORBAN sound card encoded. Checks to see that all the information required exists in the metadata event issued by the streamDo's connection. If the information doesn't exist, issues a metadata error report to the server. If the encoding information is an ORBAN encoded stream, completes the test for the streamDo instance by calling testComplete.
- Com.cc.controller.Test StreamMetadataController.udpHandler-com.ak.events.AkStatusEvent.onUDPData: similar to the Metadata handler, handles metadata from streamDos' connections when the stream is NOT encoded by an ORBAN sound card. When this is triggered, the test is completed. In some embodiments, this handler will issue an error report if metadata criteria are not fulfilled.
Claims (20)
Priority Applications (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| US18/237,610 US12519710B2 (en) | 2009-12-29 | 2023-08-24 | Media stream monitoring |
Applications Claiming Priority (7)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| US12/648,806 US9401813B2 (en) | 2009-12-29 | 2009-12-29 | Media stream monitor |
| US15/218,113 US10171324B2 (en) | 2009-12-29 | 2016-07-25 | Media stream monitor |
| US16/196,627 US10771362B2 (en) | 2009-12-29 | 2018-11-20 | Media stream monitor |
| US17/007,934 US11218392B2 (en) | 2009-12-29 | 2020-08-31 | Media stream monitor with heartbeat timer |
| US17/558,999 US11563661B2 (en) | 2009-12-29 | 2021-12-22 | Data stream test restart |
| US18/098,870 US11777825B2 (en) | 2009-12-29 | 2023-01-19 | Media stream monitoring |
| US18/237,610 US12519710B2 (en) | 2009-12-29 | 2023-08-24 | Media stream monitoring |
Related Parent Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| US18/098,870 Continuation US11777825B2 (en) | 2009-12-29 | 2023-01-19 | Media stream monitoring |
Publications (2)
| Publication Number | Publication Date |
|---|---|
| US20230396524A1 US20230396524A1 (en) | 2023-12-07 |
| US12519710B2 true US12519710B2 (en) | 2026-01-06 |
Family
ID=44188816
Family Applications (7)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| US12/648,806 Active 2033-09-24 US9401813B2 (en) | 2009-12-29 | 2009-12-29 | Media stream monitor |
| US15/218,113 Active 2029-12-30 US10171324B2 (en) | 2009-12-29 | 2016-07-25 | Media stream monitor |
| US16/196,627 Active US10771362B2 (en) | 2009-12-29 | 2018-11-20 | Media stream monitor |
| US17/007,934 Active US11218392B2 (en) | 2009-12-29 | 2020-08-31 | Media stream monitor with heartbeat timer |
| US17/558,999 Active US11563661B2 (en) | 2009-12-29 | 2021-12-22 | Data stream test restart |
| US18/098,870 Active US11777825B2 (en) | 2009-12-29 | 2023-01-19 | Media stream monitoring |
| US18/237,610 Active US12519710B2 (en) | 2009-12-29 | 2023-08-24 | Media stream monitoring |
Family Applications Before (6)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| US12/648,806 Active 2033-09-24 US9401813B2 (en) | 2009-12-29 | 2009-12-29 | Media stream monitor |
| US15/218,113 Active 2029-12-30 US10171324B2 (en) | 2009-12-29 | 2016-07-25 | Media stream monitor |
| US16/196,627 Active US10771362B2 (en) | 2009-12-29 | 2018-11-20 | Media stream monitor |
| US17/007,934 Active US11218392B2 (en) | 2009-12-29 | 2020-08-31 | Media stream monitor with heartbeat timer |
| US17/558,999 Active US11563661B2 (en) | 2009-12-29 | 2021-12-22 | Data stream test restart |
| US18/098,870 Active US11777825B2 (en) | 2009-12-29 | 2023-01-19 | Media stream monitoring |
Country Status (1)
| Country | Link |
|---|---|
| US (7) | US9401813B2 (en) |
Families Citing this family (25)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US9401813B2 (en) * | 2009-12-29 | 2016-07-26 | Iheartmedia Management Services, Inc. | Media stream monitor |
| US9923995B1 (en) * | 2010-02-27 | 2018-03-20 | Sitting Man, Llc | Methods, systems, and computer program products for sharing information for detecting an idle TCP connection |
| US8250145B2 (en) * | 2010-04-21 | 2012-08-21 | Facebook, Inc. | Personalizing a web page outside of a social networking system with content from the social networking system |
| US9210208B2 (en) * | 2011-06-21 | 2015-12-08 | The Nielsen Company (Us), Llc | Monitoring streaming media content |
| US9954720B2 (en) * | 2011-08-18 | 2018-04-24 | Telefonaktiebolaget Lm Ericsson (Publ) | Method and apparatus for determining an event instance |
| CN104011701B (en) | 2011-12-14 | 2017-08-01 | 第三雷沃通讯有限责任公司 | Content transmission network system and the method that can be operated in content distribution network |
| US9521059B2 (en) * | 2012-10-31 | 2016-12-13 | Nec Corporation | Delivery device, communication system, load balancing method, and load balancing program |
| US10701148B2 (en) | 2012-12-13 | 2020-06-30 | Level 3 Communications, Llc | Content delivery framework having storage services |
| US20140337472A1 (en) | 2012-12-13 | 2014-11-13 | Level 3 Communications, Llc | Beacon Services in a Content Delivery Framework |
| US10652087B2 (en) | 2012-12-13 | 2020-05-12 | Level 3 Communications, Llc | Content delivery framework having fill services |
| US10701149B2 (en) | 2012-12-13 | 2020-06-30 | Level 3 Communications, Llc | Content delivery framework having origin services |
| US10791050B2 (en) | 2012-12-13 | 2020-09-29 | Level 3 Communications, Llc | Geographic location determination in a content delivery framework |
| US9634918B2 (en) | 2012-12-13 | 2017-04-25 | Level 3 Communications, Llc | Invalidation sequencing in a content delivery framework |
| US9654354B2 (en) | 2012-12-13 | 2017-05-16 | Level 3 Communications, Llc | Framework supporting content delivery with delivery services network |
| US10104141B2 (en) * | 2012-12-31 | 2018-10-16 | DISH Technologies L.L.C. | Methods and apparatus for proactive multi-path routing |
| JP2017011503A (en) * | 2015-06-22 | 2017-01-12 | ソニー株式会社 | Reception device, transmission device, and data processing method |
| US10389774B2 (en) * | 2015-10-09 | 2019-08-20 | Salesforce.Com, Inc. | System for broadcasting events |
| US10373179B2 (en) * | 2016-08-08 | 2019-08-06 | International Business Machines Corporation | Determining streaming content user consumption |
| CN108092836A (en) * | 2016-11-21 | 2018-05-29 | 深圳市蓝希领地科技有限公司 | The monitoring method and device of a kind of server |
| US10764115B1 (en) | 2018-01-05 | 2020-09-01 | Open Invention Network Llc | EMS handling of faults in virtual network function components |
| CN109086035B (en) * | 2018-07-20 | 2021-08-10 | 北京航空航天大学 | Artificial intelligent writing method for satellite AOS protocol remote control source program |
| CN109359050A (en) * | 2018-11-15 | 2019-02-19 | 北京奇虎科技有限公司 | Web page testing method, device and system |
| CN110446079A (en) * | 2019-07-03 | 2019-11-12 | 北京达佳互联信息技术有限公司 | Obtain method, apparatus, electronic equipment and the storage medium of viewing duration |
| CN111901617B (en) * | 2020-07-17 | 2022-07-08 | 北京达佳互联信息技术有限公司 | Method and device for calculating live broadcast watching time length |
| KR20240081925A (en) * | 2022-12-01 | 2024-06-10 | 삼성전자주식회사 | Electronic apparatus supporting streaming and controlling method thereof |
Citations (84)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US5097468A (en) * | 1988-05-03 | 1992-03-17 | Digital Equipment Corporation | Testing asynchronous processes |
| US5237684A (en) * | 1991-08-12 | 1993-08-17 | International Business Machines Corporation | Customized and versatile event monitor within event management services of a computer system |
| US5305454A (en) * | 1991-08-12 | 1994-04-19 | International Business Machines Corporation | Notification of event handlers in broadcast or propagation mode by event management services in a computer system |
| US5717614A (en) * | 1994-05-04 | 1998-02-10 | National Instruments Corporation | System and method for handling events in an instrumentation system |
| US5889936A (en) * | 1995-11-22 | 1999-03-30 | Cypress Semiconductor Corporation | High speed asynchronous digital testing module |
| US20020016937A1 (en) * | 2000-08-02 | 2002-02-07 | Henry Houh | Method and apparatus for utilizing a network processor as part of a test system |
| US6363435B1 (en) * | 1998-02-03 | 2002-03-26 | Microsoft Corporation | Event sourcing and filtering for transient objects in a hierarchical object model |
| US20020062259A1 (en) * | 2000-09-26 | 2002-05-23 | Katz James S. | Server-side system responsive to peripherals |
| US20020065950A1 (en) * | 2000-09-26 | 2002-05-30 | Katz James S. | Device event handler |
| US20020101442A1 (en) * | 2000-07-15 | 2002-08-01 | Filippo Costanzo | Audio-video data switching and viewing system |
| US20020150102A1 (en) * | 2001-04-17 | 2002-10-17 | Bozidar Janko | Streaming media quality analyzer system |
| US20020178404A1 (en) * | 2001-03-22 | 2002-11-28 | International Business Machines Corporation | Method for prioritizing bus errors |
| US20030018966A1 (en) * | 2000-10-19 | 2003-01-23 | Cook David H. | System and method for selective insertion of content into streaming media |
| US20030023877A1 (en) * | 2001-07-30 | 2003-01-30 | Michael Luther | System and method of managing data transmission loads |
| US6516356B1 (en) * | 1997-09-30 | 2003-02-04 | International Business Machines Corporation | Application interface to a media server and a method of implementing the same |
| US20030079218A1 (en) * | 2001-04-12 | 2003-04-24 | Massachusetts Institute Of Technology | Remote collaborative control and direction |
| US20030084179A1 (en) * | 2001-10-30 | 2003-05-01 | Kime Gregory C. | Automated content source validation for streaming data |
| US20030121053A1 (en) * | 2001-12-25 | 2003-06-26 | Ando Electric Co., Ltd. | Video distribution test system for evaluating image quality by determining spread of frame loss within refreshment interval |
| US6601009B2 (en) * | 2001-07-12 | 2003-07-29 | Yahoo Inc | Method and system of automatic bandwidth detection |
| US20030147465A1 (en) * | 2001-12-20 | 2003-08-07 | Canon Kabushiki Kaisha | Method of automatic production of image presentations |
| US20030163598A1 (en) * | 1998-01-26 | 2003-08-28 | Douglass J. Wilson | Method and system for distributing data events over an information bus |
| US20030224780A1 (en) * | 2002-03-01 | 2003-12-04 | Jeffrey Rodman | System and method for dynamically establishing optimum audio quality in an audio conference |
| US20040039902A1 (en) * | 2002-08-26 | 2004-02-26 | Parthasarathy Rajesh S. | Exception handling for single instructions with multiple data |
| US20040103189A1 (en) * | 2002-11-27 | 2004-05-27 | Ludmila Cherkasova | System and method for measuring the capacity of a streaming media server |
| US20040117460A1 (en) * | 2002-12-13 | 2004-06-17 | Walsh Robert E. | Multi-user web simulator |
| US20040123202A1 (en) * | 2002-12-23 | 2004-06-24 | Talagala Nisha D. | Mechanisms for detecting silent errors in streaming media devices |
| US20040119814A1 (en) * | 2002-12-20 | 2004-06-24 | Clisham Allister B. | Video conferencing system and method |
| US6763253B1 (en) * | 1999-10-28 | 2004-07-13 | Sennheiser Electronics Gmbh & Co. Kg | Device for bi-directional transmission of audio and/or video signals |
| US20040153561A1 (en) * | 2003-02-04 | 2004-08-05 | Amy Dalal | Streaming media quality assessment system |
| US20040158839A1 (en) * | 2003-01-08 | 2004-08-12 | Seung-Hyun Lee | Method and system for processing event of softswitch open type system |
| US20040254660A1 (en) * | 2003-05-28 | 2004-12-16 | Alan Seefeldt | Method and device to process digital media streams |
| US20040260811A1 (en) * | 2003-06-23 | 2004-12-23 | Ludmila Cherkasova | System and method for managing a shared streaming media service |
| US6868543B1 (en) * | 2000-06-16 | 2005-03-15 | International Business Machines Corporation | Location transparent event handling |
| US20050066338A1 (en) * | 2003-09-18 | 2005-03-24 | Anthony Bloesch | Exstensibility application programming interface and framework for meta-model objects |
| US20050086336A1 (en) * | 2003-08-27 | 2005-04-21 | Sara Haber | Methods and devices for testing and monitoring high speed communication networks |
| US20050144535A1 (en) * | 2003-12-12 | 2005-06-30 | Murray Daniel J. | Process and apparatus of notifying a reference model of the occurrence of an event in a monitored interface |
| US6944799B1 (en) * | 2001-12-31 | 2005-09-13 | Empirix Inc. | Multimedia synchronization system |
| US20050254432A1 (en) * | 2004-03-18 | 2005-11-17 | France Telecom | Measurement of a terminal's receive bit rate |
| US20050278708A1 (en) * | 2004-06-15 | 2005-12-15 | Dong Zhao | Event management framework for network management application development |
| US20060088035A1 (en) * | 2004-10-25 | 2006-04-27 | Beeson Jesse D | System and method for creating multiple transportation streams of streaming media network test traffic in packet-based networks |
| US20060092938A1 (en) * | 2003-02-26 | 2006-05-04 | Koninklijke Philips Electronics N.V. | System for broadcasting multimedia content |
| US20060161907A1 (en) * | 2005-01-14 | 2006-07-20 | International Business Machines Corporation | Mechanism that provides more efficient event handler processing |
| US20060179154A1 (en) * | 2002-02-11 | 2006-08-10 | Akamai Technologies, Inc. | Method and apparatus for measuring stream availability, quality and performance |
| US7099281B1 (en) * | 2001-03-30 | 2006-08-29 | Verizon Corproate Services Group Inc. | Passive system and method for measuring the subjective quality of real-time media streams in a packet-switching network |
| US20060245367A1 (en) * | 2003-08-15 | 2006-11-02 | British Telecommunications Public Ltd, Co. | System and method for selecting data providers |
| US20070033594A1 (en) * | 2005-07-22 | 2007-02-08 | Allen Corville O | Apparatus, system, and method for object clone event notification |
| US20070037521A1 (en) * | 2005-04-18 | 2007-02-15 | Alex Babut | System and method of testing wireless component applications |
| US20070058730A1 (en) * | 2005-09-09 | 2007-03-15 | Microsoft Corporation | Media stream error correction |
| US20070074166A1 (en) * | 2005-07-11 | 2007-03-29 | Overturf James M | Event-driven test framework |
| US20070107034A1 (en) * | 2003-10-31 | 2007-05-10 | Gotwals Michael D | Combination meter for evaluating video delivered via Internet protocol |
| US20070154178A1 (en) * | 2005-04-18 | 2007-07-05 | Kazumichi Yamamoto | Video recording/reproducing apparatus having commercial view control function |
| US20070180106A1 (en) * | 2006-01-31 | 2007-08-02 | Fahd Pirzada | System and method to predict the performance of streaming media over wireless links |
| US20070275667A1 (en) * | 2006-05-25 | 2007-11-29 | Hung Fung Leung | Parallel test of portable wireless multimedia devices |
| US20080031153A1 (en) * | 2006-08-03 | 2008-02-07 | Bluenote Networks, Inc. | Testing and monitoring voice over internet protocol (VoIP) service using instrumented test streams to determine the quality, capacity and utilization of the VoIP network |
| US20080031243A1 (en) * | 2006-08-01 | 2008-02-07 | Gidon Gershinsky | Migration of Message Topics over Multicast Streams and Groups |
| US20080037864A1 (en) * | 2006-08-08 | 2008-02-14 | Chunhong Zhang | System and method for video quality measurement based on packet metric and image metric |
| US20080051029A1 (en) * | 2006-08-25 | 2008-02-28 | Bradley James Witteman | Phone-based broadcast audio identification |
| US7373415B1 (en) * | 2003-07-31 | 2008-05-13 | Yahoo! Inc. | System and method for monitoring delivery of digital content, including streaming media |
| US20080146217A1 (en) * | 2006-12-15 | 2008-06-19 | Verizon Services Organization Inc. | Automated audio stream testing |
| US7421478B1 (en) * | 2002-03-07 | 2008-09-02 | Cisco Technology, Inc. | Method and apparatus for exchanging heartbeat messages and configuration information between nodes operating in a master-slave configuration |
| US20080255428A1 (en) * | 2007-04-10 | 2008-10-16 | General Electric Company | Systems and Methods for Active Listening/Observing and Event Detection |
| US20080263402A1 (en) * | 2007-04-20 | 2008-10-23 | Nethawk Oyj | method, arrangement, testing device and program for testing multimedia communication equipment and software |
| US20080301713A1 (en) * | 2007-05-31 | 2008-12-04 | Marc Demarest | Systems and methods for electronic evidence management with service control points and agents |
| US20080320158A1 (en) * | 2007-06-20 | 2008-12-25 | Mcomms Design Pty Ltd | Apparatus and method for providing multimedia content |
| US7559065B1 (en) * | 2003-12-31 | 2009-07-07 | Emc Corporation | Methods and apparatus providing an event service infrastructure |
| US20090201988A1 (en) * | 2008-02-12 | 2009-08-13 | Michael Gazier | Systems and methods for video processing in network edge devices |
| US20090217291A1 (en) * | 2008-02-25 | 2009-08-27 | International Business Machines Corporation | Performance neutral heartbeat for a multi-tasking multi-processor environment |
| US20090228941A1 (en) * | 2008-03-05 | 2009-09-10 | At&T Intellectual Property, Lp | Video System and a Method of Using the Video System |
| US20090234940A1 (en) * | 2008-03-13 | 2009-09-17 | Board Of Regents, The University Of Texas System | System and method for evaluating streaming multimedia quality |
| US7647418B2 (en) * | 2001-06-19 | 2010-01-12 | Savvis Communications Corporation | Real-time streaming media measurement system and method |
| US20100046634A1 (en) * | 2006-12-20 | 2010-02-25 | Thomson Licensing | Video data loss recovery using low bit rate stream in an iptv system |
| US20100058409A1 (en) * | 2008-08-29 | 2010-03-04 | Comarco Wireless Technologies, Inc. | Audio and video testing methodology |
| US20100100798A1 (en) * | 2007-03-22 | 2010-04-22 | Nxp, B.V. | Error detection |
| US7733372B2 (en) * | 2003-12-02 | 2010-06-08 | Agency For Science, Technology And Research | Method and system for video quality measurements |
| US20100229149A1 (en) * | 2009-03-06 | 2010-09-09 | Concurrent Technologies Corporation | Application Framework For Reactive Information Propagation And Planning For Lifelike Exercises |
| US7809988B1 (en) * | 2006-12-29 | 2010-10-05 | The Mathworks, Inc. | Test environment having synchronous and asynchronous distributed testing |
| US20110161513A1 (en) * | 2009-12-29 | 2011-06-30 | Clear Channel Management Services, Inc. | Media Stream Monitor |
| US20110188704A1 (en) * | 2008-08-22 | 2011-08-04 | Dolby Laboratories Licensing Corporation | Content Identification and Quality Monitoring |
| US20110264799A1 (en) * | 2008-11-24 | 2011-10-27 | Centre National D'etudes Spatiales | Method for measuring the performance of an ip network and associated system |
| US20110271307A1 (en) * | 2009-12-18 | 2011-11-03 | Tektronix International Sales Gmbh | Video data stream evaluation systems and methods |
| US20120035904A1 (en) * | 2000-08-17 | 2012-02-09 | Seckendorf Paul M | Apparatus and methods for product acceptance testing on a wireless device |
| US8239906B2 (en) * | 2009-01-06 | 2012-08-07 | Lg Electronics Inc. | IPTV receiver and a method of managing video functionality and video quality on a screen in the IPTV receiver |
| US8327408B2 (en) * | 2007-08-29 | 2012-12-04 | At&T Intellectual Property I, Lp | System and method for troubleshooting a set top box |
| US20140137145A1 (en) * | 2006-10-17 | 2014-05-15 | Ineoquest Technologies, Inc. | System and method for handling streaming media |
-
2009
- 2009-12-29 US US12/648,806 patent/US9401813B2/en active Active
-
2016
- 2016-07-25 US US15/218,113 patent/US10171324B2/en active Active
-
2018
- 2018-11-20 US US16/196,627 patent/US10771362B2/en active Active
-
2020
- 2020-08-31 US US17/007,934 patent/US11218392B2/en active Active
-
2021
- 2021-12-22 US US17/558,999 patent/US11563661B2/en active Active
-
2023
- 2023-01-19 US US18/098,870 patent/US11777825B2/en active Active
- 2023-08-24 US US18/237,610 patent/US12519710B2/en active Active
Patent Citations (106)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US5097468A (en) * | 1988-05-03 | 1992-03-17 | Digital Equipment Corporation | Testing asynchronous processes |
| US5237684A (en) * | 1991-08-12 | 1993-08-17 | International Business Machines Corporation | Customized and versatile event monitor within event management services of a computer system |
| US5305454A (en) * | 1991-08-12 | 1994-04-19 | International Business Machines Corporation | Notification of event handlers in broadcast or propagation mode by event management services in a computer system |
| US5717614A (en) * | 1994-05-04 | 1998-02-10 | National Instruments Corporation | System and method for handling events in an instrumentation system |
| US5889936A (en) * | 1995-11-22 | 1999-03-30 | Cypress Semiconductor Corporation | High speed asynchronous digital testing module |
| US6516356B1 (en) * | 1997-09-30 | 2003-02-04 | International Business Machines Corporation | Application interface to a media server and a method of implementing the same |
| US20030163598A1 (en) * | 1998-01-26 | 2003-08-28 | Douglass J. Wilson | Method and system for distributing data events over an information bus |
| US6363435B1 (en) * | 1998-02-03 | 2002-03-26 | Microsoft Corporation | Event sourcing and filtering for transient objects in a hierarchical object model |
| US6763253B1 (en) * | 1999-10-28 | 2004-07-13 | Sennheiser Electronics Gmbh & Co. Kg | Device for bi-directional transmission of audio and/or video signals |
| US6868543B1 (en) * | 2000-06-16 | 2005-03-15 | International Business Machines Corporation | Location transparent event handling |
| US20020101442A1 (en) * | 2000-07-15 | 2002-08-01 | Filippo Costanzo | Audio-video data switching and viewing system |
| US20020016937A1 (en) * | 2000-08-02 | 2002-02-07 | Henry Houh | Method and apparatus for utilizing a network processor as part of a test system |
| US20120035904A1 (en) * | 2000-08-17 | 2012-02-09 | Seckendorf Paul M | Apparatus and methods for product acceptance testing on a wireless device |
| US20020065950A1 (en) * | 2000-09-26 | 2002-05-30 | Katz James S. | Device event handler |
| US20020062259A1 (en) * | 2000-09-26 | 2002-05-23 | Katz James S. | Server-side system responsive to peripherals |
| US20030018966A1 (en) * | 2000-10-19 | 2003-01-23 | Cook David H. | System and method for selective insertion of content into streaming media |
| US20020178404A1 (en) * | 2001-03-22 | 2002-11-28 | International Business Machines Corporation | Method for prioritizing bus errors |
| US7099281B1 (en) * | 2001-03-30 | 2006-08-29 | Verizon Corproate Services Group Inc. | Passive system and method for measuring the subjective quality of real-time media streams in a packet-switching network |
| US20030079218A1 (en) * | 2001-04-12 | 2003-04-24 | Massachusetts Institute Of Technology | Remote collaborative control and direction |
| US7061920B2 (en) * | 2001-04-17 | 2006-06-13 | Tektronix, Inc. | Streaming media quality analyzer system |
| US20020150102A1 (en) * | 2001-04-17 | 2002-10-17 | Bozidar Janko | Streaming media quality analyzer system |
| US7647418B2 (en) * | 2001-06-19 | 2010-01-12 | Savvis Communications Corporation | Real-time streaming media measurement system and method |
| US6601009B2 (en) * | 2001-07-12 | 2003-07-29 | Yahoo Inc | Method and system of automatic bandwidth detection |
| US20030023877A1 (en) * | 2001-07-30 | 2003-01-30 | Michael Luther | System and method of managing data transmission loads |
| US7340526B2 (en) * | 2001-10-30 | 2008-03-04 | Intel Corporation | Automated content source validation for streaming data |
| US20030084179A1 (en) * | 2001-10-30 | 2003-05-01 | Kime Gregory C. | Automated content source validation for streaming data |
| US7216295B2 (en) * | 2001-12-20 | 2007-05-08 | Canon Kabushiki Kaisha | Method of automatic production of image presentations |
| US20030147465A1 (en) * | 2001-12-20 | 2003-08-07 | Canon Kabushiki Kaisha | Method of automatic production of image presentations |
| US20030121053A1 (en) * | 2001-12-25 | 2003-06-26 | Ando Electric Co., Ltd. | Video distribution test system for evaluating image quality by determining spread of frame loss within refreshment interval |
| US6944799B1 (en) * | 2001-12-31 | 2005-09-13 | Empirix Inc. | Multimedia synchronization system |
| US7725576B2 (en) * | 2002-02-11 | 2010-05-25 | Akamai Technologies, Inc. | Method and apparatus for measuring stream availability, quality and performance |
| US20060179154A1 (en) * | 2002-02-11 | 2006-08-10 | Akamai Technologies, Inc. | Method and apparatus for measuring stream availability, quality and performance |
| US20030224780A1 (en) * | 2002-03-01 | 2003-12-04 | Jeffrey Rodman | System and method for dynamically establishing optimum audio quality in an audio conference |
| US7421478B1 (en) * | 2002-03-07 | 2008-09-02 | Cisco Technology, Inc. | Method and apparatus for exchanging heartbeat messages and configuration information between nodes operating in a master-slave configuration |
| US20080288607A1 (en) * | 2002-03-07 | 2008-11-20 | Cisco Technology, Inc. | Method and apparatus for exchanging heartbeat messages and configuration information between nodes operating in a master-slave configuration |
| US20040039902A1 (en) * | 2002-08-26 | 2004-02-26 | Parthasarathy Rajesh S. | Exception handling for single instructions with multiple data |
| US7424528B2 (en) * | 2002-11-27 | 2008-09-09 | Hewlett-Packard Development Company, L.P. | System and method for measuring the capacity of a streaming media server |
| US20040103189A1 (en) * | 2002-11-27 | 2004-05-27 | Ludmila Cherkasova | System and method for measuring the capacity of a streaming media server |
| US7533012B2 (en) * | 2002-12-13 | 2009-05-12 | Sun Microsystems, Inc. | Multi-user web simulator |
| US20040117460A1 (en) * | 2002-12-13 | 2004-06-17 | Walsh Robert E. | Multi-user web simulator |
| US20040119814A1 (en) * | 2002-12-20 | 2004-06-24 | Clisham Allister B. | Video conferencing system and method |
| US20040123202A1 (en) * | 2002-12-23 | 2004-06-24 | Talagala Nisha D. | Mechanisms for detecting silent errors in streaming media devices |
| US7103811B2 (en) * | 2002-12-23 | 2006-09-05 | Sun Microsystems, Inc | Mechanisms for detecting silent errors in streaming media devices |
| US20040158839A1 (en) * | 2003-01-08 | 2004-08-12 | Seung-Hyun Lee | Method and system for processing event of softswitch open type system |
| US7216165B2 (en) * | 2003-02-04 | 2007-05-08 | Hewlett-Packard Development Company, L.P. | Steaming media quality assessment system |
| US20040153561A1 (en) * | 2003-02-04 | 2004-08-05 | Amy Dalal | Streaming media quality assessment system |
| US20060092938A1 (en) * | 2003-02-26 | 2006-05-04 | Koninklijke Philips Electronics N.V. | System for broadcasting multimedia content |
| US20040254660A1 (en) * | 2003-05-28 | 2004-12-16 | Alan Seefeldt | Method and device to process digital media streams |
| US20040260811A1 (en) * | 2003-06-23 | 2004-12-23 | Ludmila Cherkasova | System and method for managing a shared streaming media service |
| US7373415B1 (en) * | 2003-07-31 | 2008-05-13 | Yahoo! Inc. | System and method for monitoring delivery of digital content, including streaming media |
| US20060245367A1 (en) * | 2003-08-15 | 2006-11-02 | British Telecommunications Public Ltd, Co. | System and method for selecting data providers |
| US20050086336A1 (en) * | 2003-08-27 | 2005-04-21 | Sara Haber | Methods and devices for testing and monitoring high speed communication networks |
| US20050066338A1 (en) * | 2003-09-18 | 2005-03-24 | Anthony Bloesch | Exstensibility application programming interface and framework for meta-model objects |
| US20070107034A1 (en) * | 2003-10-31 | 2007-05-10 | Gotwals Michael D | Combination meter for evaluating video delivered via Internet protocol |
| US7733372B2 (en) * | 2003-12-02 | 2010-06-08 | Agency For Science, Technology And Research | Method and system for video quality measurements |
| US20050144535A1 (en) * | 2003-12-12 | 2005-06-30 | Murray Daniel J. | Process and apparatus of notifying a reference model of the occurrence of an event in a monitored interface |
| US7559065B1 (en) * | 2003-12-31 | 2009-07-07 | Emc Corporation | Methods and apparatus providing an event service infrastructure |
| US20050254432A1 (en) * | 2004-03-18 | 2005-11-17 | France Telecom | Measurement of a terminal's receive bit rate |
| US20050278708A1 (en) * | 2004-06-15 | 2005-12-15 | Dong Zhao | Event management framework for network management application development |
| US20060088035A1 (en) * | 2004-10-25 | 2006-04-27 | Beeson Jesse D | System and method for creating multiple transportation streams of streaming media network test traffic in packet-based networks |
| US20060161907A1 (en) * | 2005-01-14 | 2006-07-20 | International Business Machines Corporation | Mechanism that provides more efficient event handler processing |
| US20070154178A1 (en) * | 2005-04-18 | 2007-07-05 | Kazumichi Yamamoto | Video recording/reproducing apparatus having commercial view control function |
| US20070037521A1 (en) * | 2005-04-18 | 2007-02-15 | Alex Babut | System and method of testing wireless component applications |
| US20070074166A1 (en) * | 2005-07-11 | 2007-03-29 | Overturf James M | Event-driven test framework |
| US20070033594A1 (en) * | 2005-07-22 | 2007-02-08 | Allen Corville O | Apparatus, system, and method for object clone event notification |
| US20070058730A1 (en) * | 2005-09-09 | 2007-03-15 | Microsoft Corporation | Media stream error correction |
| US20070180106A1 (en) * | 2006-01-31 | 2007-08-02 | Fahd Pirzada | System and method to predict the performance of streaming media over wireless links |
| US7620716B2 (en) * | 2006-01-31 | 2009-11-17 | Dell Products L.P. | System and method to predict the performance of streaming media over wireless links |
| US20070275667A1 (en) * | 2006-05-25 | 2007-11-29 | Hung Fung Leung | Parallel test of portable wireless multimedia devices |
| US20080031243A1 (en) * | 2006-08-01 | 2008-02-07 | Gidon Gershinsky | Migration of Message Topics over Multicast Streams and Groups |
| US20080031153A1 (en) * | 2006-08-03 | 2008-02-07 | Bluenote Networks, Inc. | Testing and monitoring voice over internet protocol (VoIP) service using instrumented test streams to determine the quality, capacity and utilization of the VoIP network |
| US20080037864A1 (en) * | 2006-08-08 | 2008-02-14 | Chunhong Zhang | System and method for video quality measurement based on packet metric and image metric |
| US20080051029A1 (en) * | 2006-08-25 | 2008-02-28 | Bradley James Witteman | Phone-based broadcast audio identification |
| US20140137145A1 (en) * | 2006-10-17 | 2014-05-15 | Ineoquest Technologies, Inc. | System and method for handling streaming media |
| US20080146217A1 (en) * | 2006-12-15 | 2008-06-19 | Verizon Services Organization Inc. | Automated audio stream testing |
| US20100046634A1 (en) * | 2006-12-20 | 2010-02-25 | Thomson Licensing | Video data loss recovery using low bit rate stream in an iptv system |
| US7809988B1 (en) * | 2006-12-29 | 2010-10-05 | The Mathworks, Inc. | Test environment having synchronous and asynchronous distributed testing |
| US20100100798A1 (en) * | 2007-03-22 | 2010-04-22 | Nxp, B.V. | Error detection |
| US20080255428A1 (en) * | 2007-04-10 | 2008-10-16 | General Electric Company | Systems and Methods for Active Listening/Observing and Event Detection |
| US20080263402A1 (en) * | 2007-04-20 | 2008-10-23 | Nethawk Oyj | method, arrangement, testing device and program for testing multimedia communication equipment and software |
| US20080301713A1 (en) * | 2007-05-31 | 2008-12-04 | Marc Demarest | Systems and methods for electronic evidence management with service control points and agents |
| US20080320158A1 (en) * | 2007-06-20 | 2008-12-25 | Mcomms Design Pty Ltd | Apparatus and method for providing multimedia content |
| US8327408B2 (en) * | 2007-08-29 | 2012-12-04 | At&T Intellectual Property I, Lp | System and method for troubleshooting a set top box |
| US20090201988A1 (en) * | 2008-02-12 | 2009-08-13 | Michael Gazier | Systems and methods for video processing in network edge devices |
| US20090217291A1 (en) * | 2008-02-25 | 2009-08-27 | International Business Machines Corporation | Performance neutral heartbeat for a multi-tasking multi-processor environment |
| US20090228941A1 (en) * | 2008-03-05 | 2009-09-10 | At&T Intellectual Property, Lp | Video System and a Method of Using the Video System |
| US20090234940A1 (en) * | 2008-03-13 | 2009-09-17 | Board Of Regents, The University Of Texas System | System and method for evaluating streaming multimedia quality |
| US20110188704A1 (en) * | 2008-08-22 | 2011-08-04 | Dolby Laboratories Licensing Corporation | Content Identification and Quality Monitoring |
| US20100058409A1 (en) * | 2008-08-29 | 2010-03-04 | Comarco Wireless Technologies, Inc. | Audio and video testing methodology |
| US20110264799A1 (en) * | 2008-11-24 | 2011-10-27 | Centre National D'etudes Spatiales | Method for measuring the performance of an ip network and associated system |
| US8239906B2 (en) * | 2009-01-06 | 2012-08-07 | Lg Electronics Inc. | IPTV receiver and a method of managing video functionality and video quality on a screen in the IPTV receiver |
| US20100229149A1 (en) * | 2009-03-06 | 2010-09-09 | Concurrent Technologies Corporation | Application Framework For Reactive Information Propagation And Planning For Lifelike Exercises |
| US20110271307A1 (en) * | 2009-12-18 | 2011-11-03 | Tektronix International Sales Gmbh | Video data stream evaluation systems and methods |
| US10171324B2 (en) * | 2009-12-29 | 2019-01-01 | Iheartmedia Management Services, Inc. | Media stream monitor |
| US9401813B2 (en) * | 2009-12-29 | 2016-07-26 | Iheartmedia Management Services, Inc. | Media stream monitor |
| US20160337220A1 (en) * | 2009-12-29 | 2016-11-17 | Iheartmedia Management Services, Inc. | Media Stream Monitor |
| US20110161513A1 (en) * | 2009-12-29 | 2011-06-30 | Clear Channel Management Services, Inc. | Media Stream Monitor |
| US20190089612A1 (en) * | 2009-12-29 | 2019-03-21 | Iheartmedia Management Services, Inc. | Media Stream Monitor |
| US10771362B2 (en) * | 2009-12-29 | 2020-09-08 | Iheartmedia Management Services, Inc. | Media stream monitor |
| US20200396149A1 (en) * | 2009-12-29 | 2020-12-17 | Iheartmedia Management Services, Inc. | Media stream monitor with heartbeat timer |
| US11218392B2 (en) * | 2009-12-29 | 2022-01-04 | Iheartmedia Management Services, Inc. | Media stream monitor with heartbeat timer |
| US20220116298A1 (en) * | 2009-12-29 | 2022-04-14 | Iheartmedia Management Services, Inc. | Data stream test restart |
| US11563661B2 (en) * | 2009-12-29 | 2023-01-24 | Iheartmedia Management Services, Inc. | Data stream test restart |
| US20230155908A1 (en) * | 2009-12-29 | 2023-05-18 | Iheartmedia Management Services, Inc. | Media stream monitoring |
| US11777825B2 (en) * | 2009-12-29 | 2023-10-03 | Iheartmedia Management Services, Inc. | Media stream monitoring |
| US20230396524A1 (en) * | 2009-12-29 | 2023-12-07 | Iheartmedia Management Services, Inc. | Media stream monitoring |
Non-Patent Citations (4)
| Title |
|---|
| Euphoria Audio, LLC., "Content Availability Monitoring", http://www.streamalerts.com/how_monitoring.php, Dec. 23, 2009. |
| STREAMPULSE.net, "Stream Pulse/Monitor Flash Streams/RTMP FLV Nagios Plugin", http://www.streampulse.nel/products.htm, Dec. 23, 2009. |
| Euphoria Audio, LLC., "Content Availability Monitoring", http://www.streamalerts.com/how_monitoring.php, Dec. 23, 2009. |
| STREAMPULSE.net, "Stream Pulse/Monitor Flash Streams/RTMP FLV Nagios Plugin", http://www.streampulse.nel/products.htm, Dec. 23, 2009. |
Also Published As
| Publication number | Publication date |
|---|---|
| US20220116298A1 (en) | 2022-04-14 |
| US20160337220A1 (en) | 2016-11-17 |
| US20200396149A1 (en) | 2020-12-17 |
| US20230155908A1 (en) | 2023-05-18 |
| US11563661B2 (en) | 2023-01-24 |
| US20110161513A1 (en) | 2011-06-30 |
| US11777825B2 (en) | 2023-10-03 |
| US11218392B2 (en) | 2022-01-04 |
| US20230396524A1 (en) | 2023-12-07 |
| US10171324B2 (en) | 2019-01-01 |
| US20190089612A1 (en) | 2019-03-21 |
| US9401813B2 (en) | 2016-07-26 |
| US10771362B2 (en) | 2020-09-08 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| US12519710B2 (en) | Media stream monitoring | |
| US8019276B2 (en) | Audio transmission method and system | |
| US11057680B2 (en) | Methods and apparatus to measure exposure to streaming media | |
| WO2023213096A1 (en) | Live streaming anomaly detection and processing method and apparatus | |
| US9112825B2 (en) | Performance monitoring of a media player launched by a web browser | |
| US20200366967A1 (en) | Method and system for monitoring quality of streaming media | |
| CN110309231A (en) | A method and system for data synchronization across computer rooms | |
| CN113438499A (en) | Data uploading and receiving method, device, equipment and storage medium | |
| WO2024066938A1 (en) | Livestreaming screenshotting method, apparatus and device, and storage medium | |
| CN112135199B (en) | Video playing method based on multiple types of video sources and related equipment | |
| CN108271050B (en) | Live broadcast room program recommendation method and device | |
| CN115379253B (en) | Live content anomaly determination and restoration method and device, equipment and medium thereof | |
| CN111049871B (en) | Message pushing method, message management system, server and computer storage medium | |
| CN116260994A (en) | Error correction method, device, readable storage medium and electronic equipment | |
| CN116846792A (en) | Abnormality detection method and device for live broadcasting room, electronic equipment and medium | |
| CN113852835A (en) | Live audio processing method, device, electronic device and storage medium | |
| CN116405703B (en) | Live streaming methods, devices, storage media and electronic equipment | |
| CN113992990A (en) | Method, device, electronic device and storage medium for determining resource playback duration | |
| CN109818999B (en) | Data transmission method and device | |
| CN114827674B (en) | Network resource display method, device and system | |
| CN113747256A (en) | Abnormal data flow simulation method and device, electronic equipment and storage medium | |
| US12244658B2 (en) | Method and system for monitoring streaming | |
| CN113438520B (en) | Data processing method, device and system | |
| Park et al. | Development of Module for Integrating and Controlling, Multimedia Contents and Remote Terminal Devices Based on Multicast | |
| CN112887114A (en) | Log information processing method and device |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| AS | Assignment |
Owner name: CLEAR CHANNEL MANAGEMENT SERVICES, INC., TEXAS Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:VIERS, JACK CURTIS;REEL/FRAME:064696/0155 Effective date: 20091229 |
|
| FEPP | Fee payment procedure |
Free format text: ENTITY STATUS SET TO UNDISCOUNTED (ORIGINAL EVENT CODE: BIG.); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY |
|
| AS | Assignment |
Owner name: IHEARTMEDIA MANAGEMENT SERVICES, INC., TEXAS Free format text: CHANGE OF NAME;ASSIGNOR:CLEAR CHANNEL MANAGEMENT SERVICES, INC.;REEL/FRAME:064726/0847 Effective date: 20140916 |
|
| STPP | Information on status: patent application and granting procedure in general |
Free format text: DOCKETED NEW CASE - READY FOR EXAMINATION |
|
| STPP | Information on status: patent application and granting procedure in general |
Free format text: NON FINAL ACTION MAILED |
|
| AS | Assignment |
Owner name: U.S. BANK TRUST COMPANY, NATIONAL ASSOCIATION, TENNESSEE Free format text: PATENT SECURITY AGREEMENT;ASSIGNOR:IHEARTMEDIA MANAGEMENT SERVICES, INC.;REEL/FRAME:069752/0941 Effective date: 20241220 |
|
| AS | Assignment |
Owner name: U.S. BANK TRUST COMPANY, NATIONAL ASSOCIATION, TENNESSEE Free format text: PATENT SECURITY AGREEMENT;ASSIGNOR:IHEARTMEDIA MANAGEMENT SERVICES, INC.;REEL/FRAME:069762/0453 Effective date: 20241220 |
|
| AS | Assignment |
Owner name: U.S. BANK TRUST COMPANY, NATIONAL ASSOCIATION, TENNESSEE Free format text: PATENT SECURITY AGREEMENT;ASSIGNOR:IHEARTMEDIA MANAGEMENT SERVICES, INC.;REEL/FRAME:069792/0335 Effective date: 20241220 |
|
| AS | Assignment |
Owner name: U.S. BANK TRUST COMPANY, NATIONAL ASSOCIATION, TENNESSEE Free format text: PATENT SECURITY AGREEMENT;ASSIGNOR:IHEARTMEDIA MANAGEMENT SERVICES, INC.;REEL/FRAME:069793/0758 Effective date: 20241220 Owner name: U.S. BANK TRUST COMPANY, NATIONAL ASSOCIATION, TENNESSEE Free format text: PATENT SECURITY AGREEMENT;ASSIGNOR:IHEARTMEDIA MANAGEMENT SERVICES, INC.;REEL/FRAME:069794/0248 Effective date: 20241220 |
|
| AS | Assignment |
Owner name: BANK OF AMERICA, N.A., NORTH CAROLINA Free format text: PATENT SECURITY AGREEMENT;ASSIGNOR:IHEARTMEDIA MANAGEMENT SERVICES, INC.;REEL/FRAME:069795/0912 Effective date: 20241220 |
|
| STPP | Information on status: patent application and granting procedure in general |
Free format text: RESPONSE TO NON-FINAL OFFICE ACTION ENTERED AND FORWARDED TO EXAMINER |
|
| STPP | Information on status: patent application and granting procedure in general |
Free format text: FINAL REJECTION MAILED |
|
| STPP | Information on status: patent application and granting procedure in general |
Free format text: NON FINAL ACTION MAILED |
|
| STPP | Information on status: patent application and granting procedure in general |
Free format text: RESPONSE TO NON-FINAL OFFICE ACTION ENTERED AND FORWARDED TO EXAMINER |
|
| STPP | Information on status: patent application and granting procedure in general |
Free format text: ALLOWED -- NOTICE OF ALLOWANCE NOT YET MAILED |
|
| STPP | Information on status: patent application and granting procedure in general |
Free format text: NOTICE OF ALLOWANCE MAILED -- APPLICATION RECEIVED IN OFFICE OF PUBLICATIONS |
|
| STPP | Information on status: patent application and granting procedure in general |
Free format text: PUBLICATIONS -- ISSUE FEE PAYMENT RECEIVED |
|
| STPP | Information on status: patent application and granting procedure in general |
Free format text: PUBLICATIONS -- ISSUE FEE PAYMENT VERIFIED |
|
| STCF | Information on status: patent grant |
Free format text: PATENTED CASE |