JP6422527B2 - マルチメディアシステムにおけるデータ受信方法及び装置 - Google Patents
マルチメディアシステムにおけるデータ受信方法及び装置 Download PDFInfo
- Publication number
- JP6422527B2 JP6422527B2 JP2017073784A JP2017073784A JP6422527B2 JP 6422527 B2 JP6422527 B2 JP 6422527B2 JP 2017073784 A JP2017073784 A JP 2017073784A JP 2017073784 A JP2017073784 A JP 2017073784A JP 6422527 B2 JP6422527 B2 JP 6422527B2
- Authority
- JP
- Japan
- Prior art keywords
- data
- payload
- mmt
- mfu
- information
- 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
- 238000000034 method Methods 0.000 title description 9
- 230000005540 biological transmission Effects 0.000 description 39
- 238000005538 encapsulation Methods 0.000 description 13
- 238000005315 distribution function Methods 0.000 description 11
- 238000012546 transfer Methods 0.000 description 8
- 238000010586 diagram Methods 0.000 description 7
- 239000000203 mixture Substances 0.000 description 5
- 238000012545 processing Methods 0.000 description 5
- 238000005516 engineering process Methods 0.000 description 4
- 230000011664 signaling Effects 0.000 description 4
- 239000002131 composite material Substances 0.000 description 3
- 239000012634 fragment Substances 0.000 description 3
- 230000002452 interceptive effect Effects 0.000 description 3
- AWSBQWZZLBPUQH-UHFFFAOYSA-N mdat Chemical compound C1=C2CC(N)CCC2=CC2=C1OCO2 AWSBQWZZLBPUQH-UHFFFAOYSA-N 0.000 description 3
- 238000004220 aggregation Methods 0.000 description 2
- 230000002776 aggregation Effects 0.000 description 2
- 238000013467 fragmentation Methods 0.000 description 2
- 238000006062 fragmentation reaction Methods 0.000 description 2
- 238000004891 communication Methods 0.000 description 1
- 238000010276 construction Methods 0.000 description 1
- 239000000284 extract Substances 0.000 description 1
- 238000013507 mapping Methods 0.000 description 1
- 238000010295 mobile communication Methods 0.000 description 1
- 238000012986 modification Methods 0.000 description 1
- 230000004048 modification Effects 0.000 description 1
- 230000000644 propagated effect Effects 0.000 description 1
- 238000005096 rolling process Methods 0.000 description 1
- 230000001360 synchronised effect Effects 0.000 description 1
- 230000002123 temporal effect Effects 0.000 description 1
Images
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04N—PICTORIAL COMMUNICATION, e.g. TELEVISION
- H04N21/00—Selective content distribution, e.g. interactive television or video on demand [VOD]
- H04N21/20—Servers specifically adapted for the distribution of content, e.g. VOD servers; Operations thereof
- H04N21/23—Processing of content or additional data; Elementary server operations; Server middleware
- H04N21/236—Assembling of a multiplex stream, e.g. transport stream, by combining a video stream with other content or additional data, e.g. inserting a URL [Uniform Resource Locator] into a video stream, multiplexing software data into a video stream; Remultiplexing of multiplex streams; Insertion of stuffing bits into the multiplex stream, e.g. to obtain a constant bit-rate; Assembling of a packetised elementary stream
- H04N21/23605—Creation or processing of packetized elementary streams [PES]
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04N—PICTORIAL COMMUNICATION, e.g. TELEVISION
- H04N21/00—Selective content distribution, e.g. interactive television or video on demand [VOD]
- H04N21/20—Servers specifically adapted for the distribution of content, e.g. VOD servers; Operations thereof
- H04N21/23—Processing of content or additional data; Elementary server operations; Server middleware
- H04N21/236—Assembling of a multiplex stream, e.g. transport stream, by combining a video stream with other content or additional data, e.g. inserting a URL [Uniform Resource Locator] into a video stream, multiplexing software data into a video stream; Remultiplexing of multiplex streams; Insertion of stuffing bits into the multiplex stream, e.g. to obtain a constant bit-rate; Assembling of a packetised elementary stream
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04N—PICTORIAL COMMUNICATION, e.g. TELEVISION
- H04N21/00—Selective content distribution, e.g. interactive television or video on demand [VOD]
- H04N21/20—Servers specifically adapted for the distribution of content, e.g. VOD servers; Operations thereof
- H04N21/23—Processing of content or additional data; Elementary server operations; Server middleware
-
- 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/65—Network streaming protocols, e.g. real-time transport protocol [RTP] or real-time control protocol [RTCP]
-
- 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/70—Media network packetisation
Landscapes
- Engineering & Computer Science (AREA)
- Multimedia (AREA)
- Signal Processing (AREA)
- Computer Networks & Wireless Communication (AREA)
- Two-Way Televisions, Distribution Of Moving Picture Or The Like (AREA)
- Data Exchanges In Wide-Area Networks (AREA)
- Communication Control (AREA)
Description
ることができる。
[
bit(N) type;
bit(N) asset_id;
switch (type) [
case 0:
//configuration;
if (asset_id==0) [
//package configuration data
] else [
//asset configuration data
]
break;
case 1:
MFU#Partial();
break;
case 2:
MFU#chunk();
break;
case 3:
MFU_set ();
break;
case 4:
MPU#Partial();
break;
case 5:
MPU#Set();
break;
...
]
]
ードに含まれ得る。
Uデータを含む場合に使用され、ケース5に対応するMPU_Set()エレメントは、MMTペイロードがMPUデータの全体(ヘッダー及びデータ)を含む場合に使用される。
[
...
optional bit(2) start_end_indicator;
optional bit(1) rap#fragment#indicator;
optional bit(N) layer#dependency#info;
optional bit(N) scrambling#key#index;
payload();
]
[
optional bit(2) start#end#indicator;
bit (1) multiple#mfu#flag;
bit (1) no#mfu
bit (1) timing#flag;
bit(1) codec#update#flag;
bit(1) event#list#flag;
bit(1) clock#map;
bit(1) headers#first;
bit(1) multiple#aus#flag;
if (codec#update#flag) [
bit(16) codec#config#size;
bytes(codec#config#size) codec#config#data;
bit(8) downcouter ;//processing delay (remove)
]
if (event#list#flag) [
bit(16) num#events;
for (i=0; i<num#events; i++) [
... //eventdata
]
]
if (multiple#mfu#flag) [
bit(N) num#MFUs;
] else [
num#MFUs = 1;
headers#first = 0;
multiple#aus#flag = 0;
]
if (timing#flag) [
optional bit(timestamps#bits) base#timestamp;
if (clock#map) [
bit(64) clock#ref;
]
optional bit(ts#inc#bits) ts#increment;
optional bit(2) constant#flag;
optional bit(N) interval;
if (ts#inc#factor) ts#increment *= ts#inc#factor;
]
for (i=0; i<num#MFUs; i++) [
optional bit(N) decode#order#number;
if (timing && (!i || multiple#aus#flag) ) [
optional bit(N) dts#diff;
optional bit(N) composition#timestamp#offset;
mfu#dts = base#timestamp + dts#diff * ts#increment;
mfu#cts = base#timestamp + composition#timestamp#offset
* ts#increment;
]
if (multiple#mfu#flag)
optional bit(N) mfu#size;
if (!headers#first) mmt#mfu#element();
]
if (headers#first) [
for (i=0; i<num#MFUs; i++) [
mmt#mfu#element();
]
]
]
110 メディアコーディングレイヤー
120 カプセル化機能レイヤー
130 配信機能レイヤー
140 転送プロトコルレイヤー
150 レイヤー
Claims (5)
- メディアコンテンツ受信装置であって、
1つまたはそれ以上のサブデータユニットを含むデータユニットに基づき、パケットヘッダー及びペイロードを含んで生成される1つまたはそれ以上のマルチメディアデータパケットを受信する受信器と、
前記1つまたはそれ以上のマルチメディアデータパケットに基づいて、前記メディアコンテンツを復号する復号器と、を含み、
前記ペイロードに含まれるペイロードデータは、前記データユニットのメタデータ関連情報、または少なくとも1つまたはそれ以上の前記サブデータユニット、または前記サブデータユニットを分割した、少なくとも1つまたはそれ以上のサブデータユニットデータを含み、
前記1つまたはそれ以上のマルチメディアデータパケットのそれぞれは、前記ペイロードデータが前記データユニットのメタデータ関連情報を含むことを示すか、または、前記ペイロードデータが前記サブデータユニットデータを含むことを示すタイプ情報を含み、
前記1つまたはそれ以上のマルチメディアデータパケットのそれぞれは、前記ペイロードデータに含まれたデータが属したアセットを識別する情報を含むことを特徴とするメディアコンテンツ受信装置。 - 前記データユニットの前記メタデータ関連情報は、前記サブデータユニットの構成に関する情報を含むことを特徴とする請求項1に記載のメディアコンテンツ受信装置。
- 前記データユニットの前記メタデータ関連情報は、コーデック設定情報を含むMOOVボックスを含むことを特徴とする請求項1に記載のメディアコンテンツ受信装置。
- 前記ペイロードは、前記ペイロードデータが時間情報を含むか否かを示すフィールドを含むことを特徴とする請求項1に記載のメディアコンテンツ受信装置。
- 前記データユニットの前記メタデータ関連情報は、前記データユニットに関するファイルタイプ情報を含むことを特徴とする請求項1に記載のメディアコンテンツ受信装置。
Applications Claiming Priority (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US201261638048P | 2012-04-25 | 2012-04-25 | |
US61/638,048 | 2012-04-25 |
Related Parent Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2016054413A Division JP6122986B2 (ja) | 2012-04-25 | 2016-03-17 | マルチメディアシステムにおけるデータ受信方法及び装置 |
Related Child Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2018195021A Division JP6754810B2 (ja) | 2012-04-25 | 2018-10-16 | マルチメディアシステムにおけるデータ送信方法 |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2017147737A JP2017147737A (ja) | 2017-08-24 |
JP6422527B2 true JP6422527B2 (ja) | 2018-11-14 |
Family
ID=49483526
Family Applications (4)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2015508870A Active JP5947454B2 (ja) | 2012-04-25 | 2013-04-25 | マルチメディア送信システムのためのデータ送受信方法及び装置 |
JP2016054413A Active JP6122986B2 (ja) | 2012-04-25 | 2016-03-17 | マルチメディアシステムにおけるデータ受信方法及び装置 |
JP2017073784A Active JP6422527B2 (ja) | 2012-04-25 | 2017-04-03 | マルチメディアシステムにおけるデータ受信方法及び装置 |
JP2018195021A Active JP6754810B2 (ja) | 2012-04-25 | 2018-10-16 | マルチメディアシステムにおけるデータ送信方法 |
Family Applications Before (2)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2015508870A Active JP5947454B2 (ja) | 2012-04-25 | 2013-04-25 | マルチメディア送信システムのためのデータ送受信方法及び装置 |
JP2016054413A Active JP6122986B2 (ja) | 2012-04-25 | 2016-03-17 | マルチメディアシステムにおけるデータ受信方法及び装置 |
Family Applications After (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2018195021A Active JP6754810B2 (ja) | 2012-04-25 | 2018-10-16 | マルチメディアシステムにおけるデータ送信方法 |
Country Status (14)
Country | Link |
---|---|
US (3) | US9872051B2 (ja) |
EP (3) | EP2843955B1 (ja) |
JP (4) | JP5947454B2 (ja) |
KR (1) | KR101501347B1 (ja) |
CN (3) | CN104303507B (ja) |
CA (1) | CA2871578C (ja) |
ES (1) | ES2955327T3 (ja) |
FI (1) | FI2843955T3 (ja) |
HU (1) | HUE063722T2 (ja) |
MX (1) | MX343181B (ja) |
PL (1) | PL2843955T3 (ja) |
PT (1) | PT2843955T (ja) |
RU (1) | RU2639725C2 (ja) |
WO (1) | WO2013162312A1 (ja) |
Families Citing this family (32)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
KR101781873B1 (ko) * | 2010-04-19 | 2017-09-26 | 엘지전자 주식회사 | 인터넷 기반 컨텐츠 송수신 방법 및 그를 이용한 송수신 장치 |
US9544641B2 (en) * | 2012-05-10 | 2017-01-10 | Humax Co., Ltd. | Hybrid transmission method through MMT packet format extension |
JP5641090B2 (ja) * | 2013-03-14 | 2014-12-17 | ソニー株式会社 | 送信装置、送信方法、受信装置および受信方法 |
JP6571314B2 (ja) * | 2013-06-18 | 2019-09-04 | パナソニック インテレクチュアル プロパティ コーポレーション オブ アメリカPanasonic Intellectual Property Corporation of America | 送信方法 |
US20150032845A1 (en) * | 2013-07-26 | 2015-01-29 | Samsung Electronics Co., Ltd. | Packet transmission protocol supporting downloading and streaming |
KR20150047082A (ko) * | 2013-10-23 | 2015-05-04 | 한국전자통신연구원 | Mmt 페이로드 헤더 구성 장치 및 방법 |
US10779035B2 (en) * | 2014-01-09 | 2020-09-15 | Samsung Electronics Co., Ltd. | Method and apparatus of transmitting media data related information in multimedia transmission system |
KR102138075B1 (ko) | 2014-01-09 | 2020-07-27 | 삼성전자주식회사 | 미디어 데이터를 전송하기 위한 가변 크기 데이터 패킷을 송수신하는 방법 및 장치 |
JP6302274B2 (ja) * | 2014-02-07 | 2018-03-28 | 日本放送協会 | 送信装置及び受信装置 |
US9398068B2 (en) | 2014-02-20 | 2016-07-19 | International Business Machines Corporation | Bulk uploading of multiple self-referencing objects |
JP6054324B2 (ja) * | 2014-03-06 | 2016-12-27 | 株式会社東芝 | Mmt送信システム、暗号化処理装置 |
KR102147676B1 (ko) | 2014-03-28 | 2020-08-26 | 삼성전자주식회사 | 멀티미디어 시스템에서 자원 할당 방법 및 장치 |
US10560514B2 (en) | 2014-03-29 | 2020-02-11 | Samsung Electronics Co., Ltd. | Apparatus and method for transmitting and receiving information related to multimedia data in a hybrid network and structure thereof |
KR102249147B1 (ko) | 2014-03-29 | 2021-05-07 | 삼성전자주식회사 | 복합 네트워크에서 멀티미디어 데이터 관련 정보를 송수신하기 위한 장치 및 방법과 그 구조 |
US10530828B2 (en) * | 2014-03-31 | 2020-01-07 | Samsung Electronics Co., Ltd. | Method and apparatus for signaling and operation of low delay consumption of media data in MMT |
WO2015194904A1 (ko) * | 2014-06-20 | 2015-12-23 | 삼성전자 주식회사 | Ip 기반 방송 망에서 전송 패킷 압축 기법 |
KR20160004858A (ko) | 2014-07-04 | 2016-01-13 | 삼성전자주식회사 | 멀티미디어 통신 시스템에서 패킷 송/수신 장치 및 방법 |
KR101607773B1 (ko) * | 2014-10-27 | 2016-04-11 | 삼성에스디에스 주식회사 | 데이터 송신 장치 및 이를 이용하는 데이터 통신 방법 |
WO2016072345A1 (ja) * | 2014-11-07 | 2016-05-12 | ソニー株式会社 | 送信装置、送信方法、受信装置および受信方法 |
US10856021B2 (en) | 2015-03-11 | 2020-12-01 | Lg Electronics Inc. | Broadcast signal transmission apparatus, broadcast signal reception apparatus, broadcast signal transmission method, and broadcast signal reception method |
US10498792B2 (en) | 2015-05-17 | 2019-12-03 | Lg Electronics Inc. | Apparatus and method for transmitting or receiving broadcast signal |
KR102245605B1 (ko) | 2015-07-01 | 2021-04-28 | 삼성전자주식회사 | 링크 계층 프로토콜을 지원하는 멀티미디어 시스템에서 신호 송/수신 장치 및 방법 |
EP3345411B1 (en) * | 2015-09-01 | 2021-11-03 | Telefonaktiebolaget LM Ericsson (PUBL) | Computer program, computer-readable storage medium transmitting device, receiving device and methods performed therein for transferring background user data |
KR102454746B1 (ko) * | 2015-10-01 | 2022-10-17 | 삼성전자주식회사 | 통신 시스템에서 미디어 리소스 식별 정보를 송수신하는 장치 및 방법 |
KR102380285B1 (ko) * | 2015-10-14 | 2022-03-30 | 삼성전자주식회사 | 멀티미디어 시스템에서 패킷을 송/수신하는 방법 및 장치 |
WO2017126509A1 (ja) * | 2016-01-19 | 2017-07-27 | ソニー株式会社 | 送信装置、送信方法、受信装置および受信方法 |
CN107026887B (zh) * | 2016-02-02 | 2019-12-06 | 上海交通大学 | 一种多媒体系统中快速信息交互方法及网络传输方法 |
WO2017146537A1 (ko) * | 2016-02-25 | 2017-08-31 | 엘지전자(주) | 방송 신호 송수신 장치 및 방법 |
TWI559753B (zh) * | 2016-03-16 | 2016-11-21 | 晶睿通訊股份有限公司 | 傳輸隨選影音檔案的方法 |
KR102513562B1 (ko) * | 2016-04-20 | 2023-03-22 | 에스케이텔레콤 주식회사 | 컨텐츠 전송 방법 및 장치 |
US20210067995A1 (en) * | 2018-01-23 | 2021-03-04 | Chenxi HAO | Channel state information (csi) report resource determination |
CN112306579B (zh) * | 2020-11-12 | 2023-09-01 | 北京轩宇信息技术有限公司 | 一种数据传输系统及方法 |
Family Cites Families (28)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5486864A (en) | 1993-05-13 | 1996-01-23 | Rca Thomson Licensing Corporation | Differential time code method and apparatus as for a compressed video signal |
US6377995B2 (en) * | 1998-02-19 | 2002-04-23 | At&T Corp. | Indexing multimedia communications |
BR0014954A (pt) * | 1999-10-22 | 2002-07-30 | Activesky Inc | Sistema de vìdeo baseado em objetos |
US7283502B1 (en) | 2000-09-21 | 2007-10-16 | Lucent Technologies Inc. | Enhancement of framing protocol frame format to support quality of service |
US6618397B1 (en) | 2000-10-05 | 2003-09-09 | Provisionpoint Communications, Llc. | Group packet encapsulation and compression system and method |
KR100449742B1 (ko) | 2002-10-01 | 2004-09-22 | 삼성전자주식회사 | 멀티미디어 방송 송수신 장치 및 방법 |
US20040221312A1 (en) * | 2003-05-01 | 2004-11-04 | Genesis Microchip Inc. | Techniques for reducing multimedia data packet overhead |
KR100608715B1 (ko) * | 2003-09-27 | 2006-08-04 | 엘지전자 주식회사 | QoS보장형 멀티미디어 스트리밍 서비스 시스템 및 방법 |
KR100556911B1 (ko) * | 2003-12-05 | 2006-03-03 | 엘지전자 주식회사 | 무선 동영상 스트리밍 서비스를 위한 동영상 데이터의 구조 |
US7664109B2 (en) | 2004-09-03 | 2010-02-16 | Microsoft Corporation | System and method for distributed streaming of scalable media |
US8635526B2 (en) * | 2006-05-25 | 2014-01-21 | Qualcomm Incorporated | Target advertisement in a broadcast system |
EP1853045B1 (en) * | 2006-05-02 | 2015-01-07 | BlackBerry Limited | Dynamic syndicated content delivery system and method |
US20080037956A1 (en) | 2006-06-30 | 2008-02-14 | Scientific-Atlanta, Inc. | Systems and Methods of Generating Encapsulated MPEG Program Streams |
KR101400658B1 (ko) | 2006-12-15 | 2014-05-27 | 톰슨 라이센싱 | Tdma mac 계층에서의 mac 프로토콜 데이터 유닛 집합 |
US20080162644A1 (en) * | 2006-12-29 | 2008-07-03 | Krishnan Kalyanaraman B | Auto selection of connectors in a middleware framework |
US7957307B2 (en) * | 2007-03-14 | 2011-06-07 | Microsoft Corporation | Reducing effects of packet loss in video transmissions |
KR101336243B1 (ko) * | 2007-05-10 | 2013-12-03 | 삼성전자주식회사 | 부가 정보가 삽입된 영상 데이터의 전송 스트림 구조,송수신 방법 및 장치 |
US8180029B2 (en) * | 2007-06-28 | 2012-05-15 | Voxer Ip Llc | Telecommunication and multimedia management method and apparatus |
KR101405975B1 (ko) * | 2007-07-23 | 2014-06-12 | 엘지전자 주식회사 | 디지털 방송 시스템 및 데이터 처리 방법 |
US8817780B2 (en) | 2007-08-08 | 2014-08-26 | Maxlinear, Inc. | TS packet grooming |
US8175065B2 (en) * | 2007-08-24 | 2012-05-08 | Lg Electronics Inc. | Digital broadcasting system and method of processing data in the digital broadcasting system |
WO2010049312A1 (en) * | 2008-10-30 | 2010-05-06 | Thomson Licensing | Data container for transferring high resolution audio/video data in a high speed ip network |
KR101357645B1 (ko) | 2009-07-10 | 2014-02-05 | 한국전자통신연구원 | 순방향 오류 정정 부호화 및 복호화 방법과 그 장치, 디지털 방송 수신 장치 및 그의 복호화 방법 |
CN102782684B (zh) | 2010-03-05 | 2015-11-25 | 三星电子株式会社 | 用于发送和接收包括多个流的内容文件的方法和设备 |
WO2011132937A2 (en) | 2010-04-20 | 2011-10-27 | Samsung Electronics Co., Ltd. | Interface apparatus and method for transmitting and receiving media data |
US20110293021A1 (en) | 2010-05-28 | 2011-12-01 | Jayant Kotalwar | Prevent audio loss in the spliced content generated by the packet level video splicer |
JP2012054788A (ja) | 2010-09-01 | 2012-03-15 | Canon Inc | データファイル転送装置、その制御方法、プログラム及び記憶媒体 |
KR101484843B1 (ko) * | 2013-04-19 | 2015-01-20 | 삼성전자주식회사 | 멀티미디어 전송 시스템에서 미디어 전송 패킷 전송 방법 및 장치 |
-
2013
- 2013-04-25 US US14/397,055 patent/US9872051B2/en active Active
- 2013-04-25 WO PCT/KR2013/003582 patent/WO2013162312A1/ko active Application Filing
- 2013-04-25 EP EP13782460.3A patent/EP2843955B1/en active Active
- 2013-04-25 MX MX2014012947A patent/MX343181B/es active IP Right Grant
- 2013-04-25 FI FIEP13782460.3T patent/FI2843955T3/fi active
- 2013-04-25 CN CN201380025465.6A patent/CN104303507B/zh active Active
- 2013-04-25 EP EP23188606.0A patent/EP4246932A3/en active Pending
- 2013-04-25 PT PT137824603T patent/PT2843955T/pt unknown
- 2013-04-25 PL PL13782460.3T patent/PL2843955T3/pl unknown
- 2013-04-25 CN CN201810436421.7A patent/CN108777676B/zh active Active
- 2013-04-25 HU HUE13782460A patent/HUE063722T2/hu unknown
- 2013-04-25 CA CA2871578A patent/CA2871578C/en active Active
- 2013-04-25 RU RU2014147209A patent/RU2639725C2/ru active
- 2013-04-25 EP EP23188592.2A patent/EP4246931A3/en active Pending
- 2013-04-25 KR KR1020130046166A patent/KR101501347B1/ko active IP Right Grant
- 2013-04-25 ES ES13782460T patent/ES2955327T3/es active Active
- 2013-04-25 JP JP2015508870A patent/JP5947454B2/ja active Active
- 2013-04-25 CN CN201810436338.XA patent/CN108306900B/zh active Active
-
2016
- 2016-03-17 JP JP2016054413A patent/JP6122986B2/ja active Active
-
2017
- 2017-04-03 JP JP2017073784A patent/JP6422527B2/ja active Active
- 2017-12-08 US US15/836,190 patent/US10219012B2/en active Active
-
2018
- 2018-10-16 JP JP2018195021A patent/JP6754810B2/ja active Active
-
2019
- 2019-01-17 US US16/250,536 patent/US10715844B2/en active Active
Also Published As
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP6422527B2 (ja) | マルチメディアシステムにおけるデータ受信方法及び装置 | |
US10728591B2 (en) | Method of configuring and transmitting an MMT transport packet | |
KR101972951B1 (ko) | 오버헤드를 최소화한 헤더를 가지는 패킷 기반의 미디어 데이터 전송 방법 | |
KR101895432B1 (ko) | 방송 시스템에서 멀티미디어 데이터의 수신 장치 및 방법 | |
KR102098723B1 (ko) | Mmt 전송 패킷의 설정 방법 및 전송 방법 | |
JP6927338B2 (ja) | 送信方法 |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20180221 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20180403 |
|
TRDD | Decision of grant or rejection written | ||
A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 Effective date: 20180925 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20181016 |
|
R150 | Certificate of patent or registration of utility model |
Ref document number: 6422527 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |