KR20140002447A - 멀티미디어 시스템에서 적응적 미디어 구조 송수신 방법 및 장치 - Google Patents
멀티미디어 시스템에서 적응적 미디어 구조 송수신 방법 및 장치 Download PDFInfo
- Publication number
- KR20140002447A KR20140002447A KR1020120086373A KR20120086373A KR20140002447A KR 20140002447 A KR20140002447 A KR 20140002447A KR 1020120086373 A KR1020120086373 A KR 1020120086373A KR 20120086373 A KR20120086373 A KR 20120086373A KR 20140002447 A KR20140002447 A KR 20140002447A
- Authority
- KR
- South Korea
- Prior art keywords
- mpu
- mfu
- order
- asset
- 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.)
- Ceased
Links
Images
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04N—PICTORIAL COMMUNICATION, e.g. TELEVISION
- H04N7/00—Television systems
- H04N7/24—Systems for the transmission of television signals using pulse code modulation
-
- 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/2362—Generation or processing of Service Information [SI]
-
- 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/80—Generation or processing of content or additional data by content creator independently of the distribution process; Content per se
- H04N21/83—Generation or processing of protective or descriptive data associated with content; Content structuring
- H04N21/845—Structuring of content, e.g. decomposing content into time segments
- H04N21/8456—Structuring of content, e.g. decomposing content into time segments by decomposing the content in the time domain, e.g. in time segments
-
- 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/80—Generation or processing of content or additional data by content creator independently of the distribution process; Content per se
- H04N21/85—Assembly of content; Generation of multimedia applications
- H04N21/854—Content authoring
- H04N21/85406—Content authoring involving a specific file format, e.g. MP4 format
Landscapes
- Engineering & Computer Science (AREA)
- Multimedia (AREA)
- Signal Processing (AREA)
- Computer Security & Cryptography (AREA)
- Compression Or Coding Systems Of Tv Signals (AREA)
- Two-Way Televisions, Distribution Of Moving Picture Or The Like (AREA)
Abstract
Description
도 2는 본 발명의 제3 실시 예에 따른 EDC와 start code를 사용한 동작을 나타낸 도면,
도 3은 본 발명의 제4 실시 예에 따른 MPU내의 Asset 식별자와 Sequence number를 이용한 논리적 Asset 구성을 나타낸 도면,
도 4는 본 발명의 제5 실시 예에 따른 IDR Picture와 B,P picture가 decoding 순서로 배열된 Closed GOP에서 presentation 정보 제공 방법을 나타낸 도면,
도 5는 본 발명의 제5 실시 예에 따른 IDR picture와 B,P picture가 presentation 순서로 배열된 Closed GOP에서 decoding 순서정보 제공 방법을 나타낸 도면,
도 6은 본 발명의 제5 실시 예에 따른 CRA picture와 B,P picture가 decoding 순서로 배열된 Open GOP에서 presentation 순서정보 제공 방법을 나타낸 도면,
도 7은 본 발명의 제5 실시 예에 따른 CRA picture와 B,P picture가 presentation 순서로 배열된 Open GOP에서 decoding 순서정보 제공 방법을 나타낸 도면,
도 8은 본 발명의 제6 실시 예에 따른 MPU구조에서 재생하려는 시점을 찾아 재생하는 방법을 나타낸 도면,
도 9는 본 발명의 제8 실시 예에 따른 MFU box의 구조를 나타낸 도면,
도 10은 본 발명의 제9 실시 예에 따른 mfu_ Box의 구조를 나타낸 도면,
도 11은 본 발명의 제10 실시 예에 따른 mpu_ Box와 mfu_ Box의 구조를 나타낸 도면.
MFU_Header(){ MFU_Information(){ mfu_length; header_length; start_end_indicator; } MFU_Indicator(){ priority; If(priority != 0) dependency_counter; } } MFU_Payload() |
MPU_Header(){ MPU_Information(){ mpu_length; header_length; } MPU_Identifier(){ rap_flag; mpu_sequence_number; } MPU_Internal(){ number_of_au; for(int i=0; i<number_of_au; i++){ au_length; } } private_header_flag; if(private_header_flag == 1){ MPU_Private(){ private_header_length private_header } } } MPU_Payload() |
MMT_Asset() { asset_identification asset_type asset_codepoint mpu_index_flag if(mpu_index_flag == '1') no_of_mpu for(i=0;i< no_of_mpu; i++){ mpu_position } } T.B.D asset_length For(i=0;i<no_of_mpu;i++){ MPU() } } |
MFU_header(){ mfu_type; if(mfu_type == AU){ } else(mfu_type != AU){ priority; dependency_counter; } } |
MFU_header(){ mfu_type; if(start_end_indicator == AU){ } else(start_end_indicator != AU){ priority; dependency_counter; } } |
mpu_header(){ number_of_au; for(...){ number_of_mfu; //3개, 4개,3개, ... }} |
Mfu_header(){ mfu_id; } |
mpu_header(){ number_of_au; for(i=0;i<number_of_au;i++){ number_of_mfu; for(j=0;j<number_of_mfu;j++){ mfu_id; } } } |
Mfu_header(){ Start_code; EDC; } |
mpu_header(){ asset_id; sequence_number; } |
Mpu_header(){ mpu_type; //AU_SET, NON_TIMED } |
Mpu_header(){ number_of_au; default_duration_of_au; for(i=0; i<number_of_au;i++){ if(default_duration == 0){ duration_of_au; } } } |
Mpu_header(){ number_of_au; default_duration_of_au; for(i=0; i<number_of_au;i++){ duration_flag;//NONE, ARBITRARY_DURATION if(duration_flag == ARBITRARY_DURATION){ duration_of_au; } } } |
Mpu_header(){ number_of_au; if(number_of_au > 1){ order_of_au;//PRESENTATION, DECODING, UNKNOWN } for(i=0; i<number_of_au;i++){ if(order_of_au == PRESENTATION){ decoding_order; } else if(order_of_au == DECODING){ presentation_order; } else if(order_of_au == UNKNOWN){ decoding_order; presentation_order; } rap_flag;// TRUE,FALSE } } |
Mpu_header(){ number_of_au; for(i=0; i<number_of_au;i++){ decoder_config_flag; //TRUE, FALSE if(decoder_config_flag == TRUE){ sps; pps; extra_decoder_configuration; } } } |
Mpu_header(){ mpu_length; mpu_type; asset_id; sequence_number; if(mpu_type == AU_SET){ number_of_au; default_duration_of_au; if(number_of_au > 1){ order_of_au; //PRESENTATION, //DECODING, UNKNOWN } for(i=0;i<number_of_au;i++){ if(default_duration == 0){ duration_of_au; } if(order_of_au == PRESENTATION){ decoding_order; } else if(order_of_au == DECODING){ presentation_order; } else if(order_of_au == UNKNOWN){ decoding_order; presentation_order; } rap_flag;// TRUE,FALSE number_of_mfu; for(j=0;j<number_of_mfu;j++){ mfu_id; } } } else if(mpu_type == FILE){ } } |
Mpu_header(){ mpu_type; if(mpu_type == NON_TIMED){ number_of_file; for(i=0;i<number_of_file;i++){ file_name; file_offset; file_size; file_edc; } } } |
aligned(8) class MediaFragmentUnitBox extends Box('mfu'){ uint(32) mfu_id; SubSampleInformationBox; data[]; } |
aligned(8) class SubSampleInformationBox extends FullBox('subs', version, 0) {//version is 0 unsigned int(32) entry_count;//always 1 int i,j; for (i=0; i < entry_count; i++) { unsigned int(32) sample_delta;//always zero unsigned int(16) subsample_count;//always 1 if (subsample_count > 0) { for (j=0; j < subsample_count; j++) { if(version == 1) { unsigned int(32) subsample_size; } else { unsigned int(16) subsample_size; }//mfu data size unsigned int(8) subsample_priority; unsigned int(8) discardable; unsigned int(32) dependency_counter; } } } } |
aligned(8) class TrackRunBox extends FullBox('trun', version, tf_flags) { unsigned int(32) sample_count;//number_of_au { unsigned int(32) sample_duration; if (version == 0) { uint(32) sample_composition_time_offset; } else { int(32) sample_composition_time_offset; } uint(32) decoding_order;//flag=0x1000 uint(32) subsample_start_id;//flag=0x2000 uint(32) subsample_end_id; //flag=0x2000 }[ sample_count ] } |
DecoderConfigurationInitializationInformation (){ uint(32) type; uint(32) length; bit(8*length) InitializationInfoData; } |
aligned(8) class MMTProcessingUnitBox extends Box('mpu'){ uint(32) asset_id; uint(32) mpu_sequence_number; DecoderConfigurationInitializationInformation; TrackFragmentHeaderBox; TrackRunBox; } |
Claims (1)
- 멀티미디어 시스템에서 적응적 미디어 구조를 송신하는 방법에 있어서,
부호화된 미디어 데이터를 포함하는 MFU(Media Fragment Unit) 및 MPU(Media Processing Unit)를 하나의 에셋(Asset)으로 구성하는 과정과,
상기 구성된 에셋을 CI(Composition information)에 포함시켜 송신하는 과정을 포함하는 송신 방법.
Priority Applications (5)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
EP13809276.2A EP2869569A4 (en) | 2012-06-29 | 2013-07-01 | METHOD AND DEVICE FOR TRANSMITTING AN ADAPTIVE MEDIA STRUCTURE IN MULTIMEDIA SYSTEMS |
US13/932,355 US20140007172A1 (en) | 2012-06-29 | 2013-07-01 | Method and apparatus for transmitting/receiving adaptive media in a multimedia system |
JP2015520049A JP2015527788A (ja) | 2012-06-29 | 2013-07-01 | マルチメディアシステムにおける適応的メディア構造送信方法及び装置 |
CN201380033666.0A CN104380754A (zh) | 2012-06-29 | 2013-07-01 | 用于在多媒体系统中发送自适应媒体结构的方法和装置 |
PCT/KR2013/005821 WO2014003515A1 (ko) | 2012-06-29 | 2013-07-01 | 멀티미디어 시스템에서 적응적 미디어 구조 송신 방법 및 장치 |
Applications Claiming Priority (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
KR20120071168 | 2012-06-29 | ||
KR1020120071168 | 2012-06-29 |
Publications (1)
Publication Number | Publication Date |
---|---|
KR20140002447A true KR20140002447A (ko) | 2014-01-08 |
Family
ID=50139515
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
KR1020120086373A Ceased KR20140002447A (ko) | 2012-06-29 | 2012-08-07 | 멀티미디어 시스템에서 적응적 미디어 구조 송수신 방법 및 장치 |
Country Status (6)
Country | Link |
---|---|
US (1) | US20140007172A1 (ko) |
EP (1) | EP2869569A4 (ko) |
JP (1) | JP2015527788A (ko) |
KR (1) | KR20140002447A (ko) |
CN (1) | CN104380754A (ko) |
WO (1) | WO2014003515A1 (ko) |
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
KR20180019300A (ko) * | 2016-08-16 | 2018-02-26 | 서울여자대학교 산학협력단 | Mmt-기반 방송을 위한 시그널 메시지 송출 스케줄링 방법 |
KR20180052195A (ko) * | 2016-11-10 | 2018-05-18 | 에스케이텔레콤 주식회사 | 캐시 장치, 상기 캐시 장치에서의 mmt 컨텐츠 전송 방법 |
Families Citing this family (20)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
EP3013059A4 (en) * | 2013-06-21 | 2017-03-22 | Sony Corporation | Transmission apparatus, transmission method, reproduction apparatus, reproduction method and reception apparatus |
JP6498882B2 (ja) * | 2013-07-22 | 2019-04-10 | パナソニック インテレクチュアル プロパティ コーポレーション オブ アメリカ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 |
GB2519746B (en) * | 2013-10-22 | 2016-12-14 | Canon Kk | Method, device and computer program for encapsulating scalable partitioned timed media data |
WO2015105311A1 (ko) * | 2014-01-09 | 2015-07-16 | 한국전자통신연구원 | Mmt 서비스의 패킷 재전송 방법 및 장치, 재전송 요청 방법 및 장치 |
KR102138075B1 (ko) * | 2014-01-09 | 2020-07-27 | 삼성전자주식회사 | 미디어 데이터를 전송하기 위한 가변 크기 데이터 패킷을 송수신하는 방법 및 장치 |
KR102105656B1 (ko) * | 2014-01-09 | 2020-04-28 | 한국전자통신연구원 | Mmt 서비스의 패킷 재전송 방법 및 장치, 재전송 요청 방법 및 장치 |
JP6478153B2 (ja) * | 2014-02-27 | 2019-03-06 | 日本放送協会 | データ送出システム、受信装置、およびプログラム |
JP5725235B1 (ja) * | 2014-04-22 | 2015-05-27 | ソニー株式会社 | 受信装置及び受信方法、並びに、送信装置及び送信方法 |
KR102196492B1 (ko) * | 2014-07-04 | 2020-12-30 | 삼성전자주식회사 | 통신 시스템에서 데이터 송수신 장치 및 방법 |
JP6681580B2 (ja) * | 2014-08-04 | 2020-04-15 | パナソニックIpマネジメント株式会社 | 送信方法、受信方法、送信装置及び受信装置 |
US10085051B2 (en) * | 2015-02-13 | 2018-09-25 | Samsung Electronics Co., Ltd. | Method and apparatus for converting MMTP stream to MPEG-2TS |
KR20180019511A (ko) * | 2015-03-31 | 2018-02-26 | 리얼네트웍스 인코포레이티드 | 압축된 비디오 비트스트림에 동반 메시지 데이터 포함 시스템들 및 방법들 |
KR102519209B1 (ko) * | 2015-06-17 | 2023-04-07 | 한국전자통신연구원 | 스테레오스코픽 비디오 데이터를 처리하기 위한 mmt 장치 및 방법 |
US10547881B2 (en) * | 2015-07-01 | 2020-01-28 | Sony Corporation | Transmission device and transmission method as well as reception device and reception method |
KR102454746B1 (ko) * | 2015-10-01 | 2022-10-17 | 삼성전자주식회사 | 통신 시스템에서 미디어 리소스 식별 정보를 송수신하는 장치 및 방법 |
CN108141636B (zh) * | 2015-10-07 | 2021-03-23 | 松下知识产权经营株式会社 | 接收装置以及接收方法 |
CN108702536B (zh) * | 2016-02-17 | 2021-11-05 | 三星电子株式会社 | 用于提供多媒体服务的内容相关信息的方法和设备 |
CN112040302B (zh) | 2019-06-03 | 2023-01-03 | 优视科技有限公司 | 视频缓冲方法、装置、电子设备及计算机可读存储介质 |
CN114640711B (zh) * | 2020-12-15 | 2023-08-01 | 深圳Tcl新技术有限公司 | 一种tlv数据包的推送方法、智能终端及存储介质 |
Family Cites Families (21)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
EP1835745A3 (en) * | 1997-03-17 | 2010-09-29 | Panasonic Corporation | Receiving terminal and method to receive a sub-program relating to a program |
US6211869B1 (en) * | 1997-04-04 | 2001-04-03 | Avid Technology, Inc. | Simultaneous storage and network transmission of multimedia data with video host that requests stored data according to response time from a server |
US6134243A (en) * | 1998-01-15 | 2000-10-17 | Apple Computer, Inc. | Method and apparatus for media data transmission |
US7200388B2 (en) * | 2002-05-31 | 2007-04-03 | Nokia Corporation | Fragmented delivery of multimedia |
CA2491522C (en) * | 2002-07-01 | 2014-12-09 | E G Technology Inc. | Efficient compression and transport of video over a network |
US7161909B2 (en) * | 2004-04-23 | 2007-01-09 | Samsung Electronics Co., Ltd. | Method and system for acknowledging the receipt of a transmitted data stream in a wireless communication system |
DE602005026277D1 (de) * | 2004-06-02 | 2011-03-24 | Panasonic Corp | Bildcodierungsvorrichtung und bilddecodierungsvorrichtung |
KR20050120491A (ko) * | 2004-06-19 | 2005-12-22 | 삼성전자주식회사 | 멀티미디어 방송 시스템에서의 전송 에러 처리방법 및장치 |
JP5769357B2 (ja) * | 2005-01-12 | 2015-08-26 | インビディ テクノロジーズ コーポレイションInvidi Technologies Corporation | 放送網のアセット配信のためのターゲット・インプレッション・モデル |
EP1694031A1 (en) * | 2005-02-18 | 2006-08-23 | Thomson Licensing S.A. | Method for performing data transport over a serial bus using internet protocol and apparatus for use in the method |
US20070022215A1 (en) * | 2005-07-19 | 2007-01-25 | Singer David W | Method and apparatus for media data transmission |
US8788933B2 (en) * | 2005-12-01 | 2014-07-22 | Nokia Corporation | Time-shifted presentation of media streams |
JP2009177447A (ja) * | 2008-01-24 | 2009-08-06 | Panasonic Corp | 動画像送受信システム |
US8707151B2 (en) * | 2008-04-21 | 2014-04-22 | Samsung Electronics Co., Ltd | Apparatus and method for composing scenes using Rich Media contents |
EP2392138A4 (en) * | 2009-01-28 | 2012-08-29 | Nokia Corp | METHOD AND APPARATUS FOR VIDEO ENCODING AND DECODING |
US8392748B2 (en) * | 2009-10-06 | 2013-03-05 | Microsoft Corporation | Reliable media streaming |
KR101777347B1 (ko) * | 2009-11-13 | 2017-09-11 | 삼성전자주식회사 | 부분화에 기초한 적응적인 스트리밍 방법 및 장치 |
CN107257326B (zh) * | 2010-04-20 | 2021-04-23 | 三星电子株式会社 | 用于传送和接收媒体数据的接口装置和方法 |
US8806050B2 (en) * | 2010-08-10 | 2014-08-12 | Qualcomm Incorporated | Manifest file updates for network streaming of coded multimedia data |
KR20120138604A (ko) * | 2011-06-14 | 2012-12-26 | 삼성전자주식회사 | 멀티미디어 시스템에서 복합 미디어 컨텐츠를 송수신하는 방법 및 장치 |
ES2655846T3 (es) * | 2012-10-11 | 2018-02-21 | Samsung Electronics Co., Ltd. | Aparato y procedimiento de entrega y de recepción de datos multimedia en red híbrida |
-
2012
- 2012-08-07 KR KR1020120086373A patent/KR20140002447A/ko not_active Ceased
-
2013
- 2013-07-01 CN CN201380033666.0A patent/CN104380754A/zh active Pending
- 2013-07-01 WO PCT/KR2013/005821 patent/WO2014003515A1/ko active Application Filing
- 2013-07-01 US US13/932,355 patent/US20140007172A1/en not_active Abandoned
- 2013-07-01 EP EP13809276.2A patent/EP2869569A4/en not_active Withdrawn
- 2013-07-01 JP JP2015520049A patent/JP2015527788A/ja active Pending
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
KR20180019300A (ko) * | 2016-08-16 | 2018-02-26 | 서울여자대학교 산학협력단 | Mmt-기반 방송을 위한 시그널 메시지 송출 스케줄링 방법 |
KR20180052195A (ko) * | 2016-11-10 | 2018-05-18 | 에스케이텔레콤 주식회사 | 캐시 장치, 상기 캐시 장치에서의 mmt 컨텐츠 전송 방법 |
Also Published As
Publication number | Publication date |
---|---|
EP2869569A4 (en) | 2016-06-29 |
WO2014003515A1 (ko) | 2014-01-03 |
EP2869569A1 (en) | 2015-05-06 |
CN104380754A (zh) | 2015-02-25 |
JP2015527788A (ja) | 2015-09-17 |
US20140007172A1 (en) | 2014-01-02 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
KR20140002447A (ko) | 멀티미디어 시스템에서 적응적 미디어 구조 송수신 방법 및 장치 | |
US12047661B2 (en) | Method, device, and computer program for encapsulating partitioned timed media data | |
JP7661573B2 (ja) | 再生方法および再生装置 | |
JP6643430B2 (ja) | 再生装置、再生方法、及びプログラム | |
KR102207932B1 (ko) | 복합 네트워크에서 멀티미디어 데이터를 송수신하기 위한 장치 및 그 방법 | |
GB2593897A (en) | Method, device, and computer program for improving random picture access in video streaming | |
CN113545095A (zh) | 优化封装后的媒体内容的一部分的传输的方法、装置和计算机程序 | |
GB2546027A (en) | Method, device, and computer program for encapsulating partioned timed media data | |
CN119522577A (zh) | 用于优化内容数据的动态封装和解析的方法、装置和计算机程序 |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
PA0109 | Patent application |
Patent event code: PA01091R01D Comment text: Patent Application Patent event date: 20120807 |
|
PG1501 | Laying open of application | ||
A201 | Request for examination | ||
PA0201 | Request for examination |
Patent event code: PA02012R01D Patent event date: 20170807 Comment text: Request for Examination of Application Patent event code: PA02011R01I Patent event date: 20120807 Comment text: Patent Application |
|
E902 | Notification of reason for refusal | ||
PE0902 | Notice of grounds for rejection |
Comment text: Notification of reason for refusal Patent event date: 20180706 Patent event code: PE09021S01D |
|
E601 | Decision to refuse application | ||
PE0601 | Decision on rejection of patent |
Patent event date: 20180927 Comment text: Decision to Refuse Application Patent event code: PE06012S01D Patent event date: 20180706 Comment text: Notification of reason for refusal Patent event code: PE06011S01I |