WO2011063737A1 - 一种实时流文件播放方法及其装置 - Google Patents
一种实时流文件播放方法及其装置 Download PDFInfo
- Publication number
- WO2011063737A1 WO2011063737A1 PCT/CN2010/079017 CN2010079017W WO2011063737A1 WO 2011063737 A1 WO2011063737 A1 WO 2011063737A1 CN 2010079017 W CN2010079017 W CN 2010079017W WO 2011063737 A1 WO2011063737 A1 WO 2011063737A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- file
- recording
- logical
- recording task
- playing
- Prior art date
Links
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/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
Definitions
- the present invention relates to a method and apparatus for real-time streaming file playback in the field of communication technology, and more particularly to a video playback method and apparatus for the video surveillance service field. Background technique
- Video surveillance encoder referred to as encoder (also known as monitor front end, PU), collects images and sounds from the scene, compresses and encodes them under certain conditions for local storage or sends streaming media data to a specified streaming server.
- a device with embedded software including a camera and a pan/tilt.
- the timed recording is set according to the need to set any time period for recording. When the set start time is reached, the monitoring front end will automatically record; when the set end time is reached, the monitoring front end will automatically stop recording.
- Manual recording is to set the recording task by monitoring the front end, so that the monitoring front end starts recording immediately, and the recording time is the time set by manual recording.
- the alarm recording is performed immediately when the monitoring front end monitors an abnormal situation.
- the prior art is to save each recording task as an MPEG4 file directly according to the MPEG4 standard (Moving Picture Experts Grou Moving Picture Experts Group).
- the existing scheme can play and various fast forward, rewind, position and play operations for the MPEG4 files that have been recorded, but for the files being recorded, since the MPEG4 native format is limited before the MPEG4 file is not completely generated, The index information is incomplete and cannot be played in real time. Summary of the invention
- the object of the present invention is to solve the problem that MPEG4 files being recorded in the prior art cannot be played in real time.
- the present invention provides a real-time streaming file playing method, where the real-time streaming file is stored in a logical file and a physical file, and the logical file has a mapping relationship with the physical file, and each logical file stores a preset time length. Recording data, multiple logical files are saved on one physical file, and the method includes: When playing a video, the video file is found for playback according to the mapping relationship between the logical file and the physical file corresponding to the recording task.
- the statistical information of the recording task is recorded in a recording task table, and the storage information of the recording task is recorded in a recording recording table.
- the step of finding the video file for playing according to the correspondence between the logical file and the physical file corresponding to the recording task includes:
- the step of sorting the order of the logical files includes: sorting all the found logical files according to the sequence of the recording start time point and the ending time point corresponding to each logical file.
- the step of finding the video file for playing according to the correspondence between the logical file and the physical file corresponding to the recording task further includes: finding a starting offset in the corresponding physical file according to each logical file. Position and end offset position.
- the step of finding the video file for playing according to the correspondence between the logical file and the physical file corresponding to the recording task further includes: reading and playing each logical file corresponding to the recording task.
- the step of playing each logical file corresponding to the recording task comprises: starting playback from a starting offset position of the logical file on the physical file.
- the step of starting the playback from the starting offset position of the logical file on the physical file includes: sending a code stream to the play destination by using Transmission Control Protocol (TCP) or User Datagram Protocol (UDP).
- TCP Transmission Control Protocol
- UDP User Datagram Protocol
- the step of starting the playback from the starting offset position of the logical file on the physical file includes: performing rate control according to the sampling rate and the real-time transmission protocol RTP timestamp in the process of transmitting the code stream.
- the invention also provides a real-time stream file playing device, which comprises a recording task management module, a recording task storage module and a recording task playing module.
- the recording task playing module is set to: according to the recording recorded in the recording task management module Like the task information, the code stream is read from the recording task storage module for real-time playback.
- the recording task storage module is configured to: create a logical file and a physical file storage code stream for the received recording task, and the logical file has a mapping relationship with the physical file, and each logical file stores the recording data of a preset time length, and more The logical file is saved on a physical file; the video recording task playing module is configured to: read the code stream according to the mapping relationship between the logical file and the physical file corresponding to the recording task for real-time playback.
- the recording task management module is configured to: set a recording task table and a recording recording table, wherein the recording task table records statistical information of each recording task, and the recording recording table records storage information of each recording task;
- the recording task playing module is configured to: search all the logical files and physical files corresponding to the recording task in the recording recording table, sort the order of the logical files, and read and play each logic corresponding to the recording task. file.
- the recording task playing module is configured to: find a starting offset position and an ending offset position in the corresponding physical file according to each logical file, starting from a logical file on the physical file Move the position to start playing.
- the device also includes a monitoring front end, an encoding module, and an RTP packaging module.
- the monitoring front end is set to: collect audio and video signals in real time;
- the encoding module is configured to: compress and encode the audio and video signals collected by the monitoring front end;
- the RTP packaging module is configured to: obtain the original code stream from the encoding module, convert it into an RTP packet, and store the code stored by the video storage module.
- the stream is an RTP packet processed by the RTP packaging module.
- the method and the device of the invention solve the problem that the MPEG4 file cannot be played in real time during the recording process, and the real-time playback effect of the video file is achieved.
- Figure 1 is a schematic diagram of the correspondence between physical files and logical files.
- FIG. 2 is a flow chart of a method for playing a video file according to the present disclosure.
- FIG. 3 is a schematic diagram of a video playback device. Preferred embodiment of the invention
- the method for storing a real-time stream file according to the present invention mainly comprises: creating a logical file and a physical file for each recording task to store the processed
- the code stream is such that each recording task logically corresponds to a plurality of logical MPEG4 files, each logical MPEG4 file stores recording data of a preset time length, and a plurality of logical MPEG4 files are saved on one physical file, and each logic is recorded.
- the starting storage location of the file on the physical file In this way, a logical relationship is formed between the logical file and the physical file.
- the recording storage module creates a logical and physical file storage code stream for the received recording task, and each recording task logically corresponds to a plurality of logical MPEG4 files, lgcFilel.mp4, lgcFile2.mp4, ... lgcFilen.mp4 (n is a natural number),
- Each logical MPEG4 file stores recording data of a preset time length (for example, each lgcFilel.mp4 file storage time is 1 minute, the duration can be set), and multiple logical MPEG4 files are stored in a physical file phyFilel.mp4.
- FIG. 1 it is a schematic diagram of the correspondence between physical layer files and logical files.
- the recording task table tblTask and the recording recording table tblRecord are preset in the recording task management module.
- the statistical information of each recording task is recorded in the recording task table tblTask, including: the current recording task number, the current recording start time, the end time, and the recording type, etc.; each record is recorded in the recording record table tblRecord
- the storage information of the recording task includes: the recording task number, the recording physical file name, the recording logical file name, the starting storage location of the logical file in the physical file, and the ending storage location of the logical file in the physical file.
- Table 1 shows the recording of the recording task table
- Table 2 shows the recording of the recording record table.
- the real-time stream file playing method disclosed in the present invention the real-time stream file is stored on the logical file and the physical file, the logical file has a mapping relationship with the physical file, and each logical MPEG4 file stores the recording data of a preset time length, and multiple logical MPEG4 files. Saved on a physical file, when playing a video, find the video file for playback according to the correspondence between the logical file and the physical file corresponding to the recording task.
- step 201 may further include 201 A: searching for a recording start time point T1 of the recording task in the recording task table tblTask according to the recording task ID of the spot, and acquiring the recording duration of the recording task.
- T T2-T1, that is, the playing duration of the recording task;
- Step 204 further includes 204A: reading each logical file, and transmitting the code stream to the broadcast destination through TCP or UDP;
- the step 204A may further include 204B: calculating the packet sending time according to the sampling rate and the RTP time stamp in the process of transmitting the code stream, and performing rate control.
- the step 204 may be further improved, including the step 204C: determining whether the end time of the recording duration T of the recorded video task is reached, and if so, ending the playing.
- the present invention also discloses a real-time streaming file playing device, as shown in FIG. 3, which is a structural diagram of a device according to a specific embodiment of the present invention.
- the recording task management module 304, the recording task storage module 305, and the recording task playing module 306 are configured to read the code from the recording task storage module according to the recording task information recorded in the recording task management module.
- the stream is played in real time.
- the real-time stream file playing device disclosed in the present invention further includes a monitoring front end 301, an encoding module 302, and an RTP packing module 303, wherein:
- the monitoring front end is used to collect audio and video signals in real time;
- An encoding module configured to compress and encode an audio and video signal collected by the monitoring front end;
- the RTP packet module is configured to obtain the original code stream from the coding module and convert it into an RTP packet, and the code stream stored by the video storage module is an RTP packet processed by the RTP packet module.
- a specific embodiment of the real-time stream file playing device disclosed in the present invention is: after the monitoring front end is started, the camera device is turned on to start collecting, and the collected data is compression-encoded by the audio and video encoder device, and the encoder is passed through the RTP packing device. Obtain the original stream and convert it into multiple RTP packets, and use the recording management module to detect whether there is a recording task or an on-demand task. If the task is stored for recording, the task is handed to the recording storage module for processing. The task is handed over to the video on demand module for processing.
- the method and the device of the invention solve the problem that the MPEG4 file cannot be played in real time during the recording process, and the real-time playback effect of the video file is achieved.
Landscapes
- Engineering & Computer Science (AREA)
- Multimedia (AREA)
- Signal Processing (AREA)
- Computer Security & Cryptography (AREA)
- Television Signal Processing For Recording (AREA)
Abstract
本发明公开一种实时流文件播放方法,其中实时流文件存储在逻辑文件和物理文件上,逻辑文件与物理文件具有映射关系,每个逻辑文件存储预设时间长度的录像数据,多个逻辑文件保存在一个物理文件上。在播放录像时,根据录像文件对应的逻辑文件和物理文件之间的对应关系,找到录像文件进行播放。播放录像任务实际上为读取并播放所述录像任务对应的每个逻辑文件。播放录像任务对应的每个逻辑文件是从逻辑文件在物理文件上的起始偏移位置开始播放。本发明解决了正在录像的文件无法播放问题,达到了用户对录像文件实时播放的要求,也减少了小的文件碎片。
Description
一种实时流文件播放方法及其装置
技术领域
本发明涉及一种通信技术领域实时流文件播放的方法及其装置, 尤其涉 及视频监控业务领域的录像播放方法及其装置。 背景技术
视频监控编码器: 简称为编码器 (又称监控前端, PU ) , 釆集现场的图 像、 声音, 经压缩编码后在一定的条件下进行本地存储或向指定的流媒体服 务器发送流媒体数据的内嵌相应软件的设备, 也包含摄像头和云台。 监控前 端录像主要有三种录像: 定时录像、 手动录像、 告警录像。 定时录像是根据 需要设定任意时间段进行录像, 到了设定的开始时间, 监控前端会自动录像; 到了设定的结束时间, 监控前端就会自动停止录像。 手动录像是通过监控前 端来设定录像任务, 让监控前端立即开始录像, 录像时间为手动录像设定的 时间。 告警录像是监控前端监控到有异常情况时, 立即进行录像。
现有技术是对每个录像任务直接根据 MPEG4 标准 (Moving Picture Experts Grou 运动图像专家组)保存为一个 MPEG4文件。 现有方案对于已 经录制完成的 MPEG4 文件, 可以进行播放和各种快进, 快退, 定位播放等 操作, 但对于正在录像中文件, 由于 MPEG4固有格式限定了在 MPEG4文件 没有完全生成前, 其索引信息是不完整的, 无法进行实时播放。 发明内容
本发明的目的是为了解决现有技术中正在录像中的 MPEG4 文件无法实 时播放的问题。
为解决上述技术问题, 本发明提供一种实时流文件播放方法, 所述实时 流文件存储在逻辑文件和物理文件上, 逻辑文件与物理文件具有映射关系, 每个逻辑文件存储预设时间长度的录像数据, 多个逻辑文件保存在一个物理 文件上, 所述方法包括:
播放录像时,根据录像任务对应的逻辑文件和物理文件之间的映射关系, 找到录像文件进行播放。
其中, 所述录像任务的统计信息记录在录像任务表格中, 所述录像任务 的存储信息记录在录像记录表格中,
所述根据录像任务对应的逻辑文件和物理文件之间的对应关系, 找到录 像文件进行播放的步骤包括:
在所述录像记录表格中查找录像任务对应的所有逻辑文件和物理文件, 对逻辑文件的顺序进行整理。
其中, 所述对逻辑文件的顺序进行整理的步骤包括: 才艮据每个逻辑文件 对应的录像起始时间点和结束时间点的先后顺序对所有找到的逻辑文件进行 排序。
其中 , 所述根据录像任务对应的逻辑文件和物理文件之间的对应关系, 找到录像文件进行播放的步骤还包括: 根据所述每个逻辑文件找到其在对应 的物理文件中的起始偏移位置和结束偏移位置。
其中 ,在所述根据录像任务对应的逻辑文件和物理文件之间的对应关系 , 找到录像文件进行播放的步骤还包括: 读取并播放所述录像任务对应的每个 逻辑文件。
其中, 所述播放录像任务对应的每个逻辑文件的步骤包括: 从逻辑文件 在物理文件上的起始偏移位置开始播放。
其中, 所述从逻辑文件在物理文件上的起始偏移位置开始播放的步骤包 括: 通过传输控制协议(TCP ) 或用户数据报协议 (UDP ) 向播放目的地发 送码流。
其中, 所述从逻辑文件在物理文件上的起始偏移位置开始播放的还步骤 包括: 在发送码流的过程中根据采样率和实时传输协议 RTP时间戳记算发包 时间, 进行码率控制。
本发明还提供一种实时流文件播放装置, 包括录像任务管理模块、 录像 任务存储模块以及录像任务播放模块,
所述录像任务播放模块设置为: 根据所述录像任务管理模块中记录的录
像任务信息, 从所述录像任务存储模块中读取码流进行实时播放。
其中, 所述录像任务存储模块设置为: 针对接收到的录像任务创建逻辑 文件和物理文件存储码流, 逻辑文件与物理文件具有映射关系, 每个逻辑文 件存储预设时间长度的录像数据, 多个逻辑文件保存在一个物理文件上; 所述录像任务播放模块是设置为: 根据录像任务对应的逻辑文件和物理 文件之间的映射关系读取码流进行实时播放。
其中, 所述录像任务管理模块设置为: 设定录像任务表格和录像记录表 格, 所述录像任务表格记录每个录像任务的统计信息, 所述录像记录表格记 录每个录像任务的存储信息;
所述录像任务播放模块是设置为: 在所述录像记录表格中查找录像任务 对应的所有逻辑文件和物理文件, 对逻辑文件的顺序进行整理, 读取并播放 所述录像任务对应的每个逻辑文件。
其中, 所述录像任务播放模块是设置为: 根据所述每个逻辑文件找到其 在对应的物理文件中的起始偏移位置和结束偏移位置, 从逻辑文件在物理文 件上的起始偏移位置开始播放。
所述装置还包括监控前端、 编码模块和 RTP打包模块,
所述监控前端设置为: 实时采集音视频信号;
所述编码模块设置为: 对监控前端采集的音视频信号进行压缩编码; 所述 RTP 打包模块设置为: 从编码模块获取原始码流将其转换成 RTP 包, 所述录像存储模块所存储的码流为经过 RTP打包模块处理后的 RTP包。
釆用本发明所述方法和装置, 与现有技术相比, 解决了 MPEG4 文件正 在录像过程中, 不能实时播放的问题, 达到了录像文件实时播放效果。 附图概述
图 1为物理文件和逻辑文件的对应关系示意图。
图 2为本发明公开的录像文件播放方法流程图。
图 3为录像播放装置示意图。
本发明的较佳实施方式
在阐述本发明之前, 先介绍本发明中涉及的对实时流文件存储的方法: 本发明涉及的实时流文件存储方法主要为: 为每个录像任务分别创建逻辑文 件和物理文件来存储处理过的码流, 使得每个录像任务在逻辑上对应多个逻 辑 MPEG4文件, 每个逻辑 MPEG4文件存储预设时间长度的录像数据, 且多 个逻辑 MPEG4 文件保存在一个物理文件上, 并记录每个逻辑文件在物理文 件上的起始存储位置。 这样, 逻辑文件与物理文件间就形成映射关系。
提供一种本发明涉及的实时流文件存储的方法的实施例如下:
录像存储模块针对接收到的录像任务创建逻辑和物理文件存储码流, 每 个录像任务在逻辑上对应多个逻辑 MPEG4 文件, lgcFilel.mp4、 lgcFile2.mp4…… lgcFilen.mp4 ( n为自然数) , 每个逻辑 MPEG4文件存储预 设时间长度 (比如每个 lgcFilel .mp4文件存储时长 1分钟, 可设定时长)的录 像数据,多个逻辑 MPEG4文件保存在一个物理文件 phyFilel.mp4上。将 RTP 包写入逻辑文件, 实际是向逻辑文件映射在物理文件的偏移起始位置写入, 在逻辑文件与物理文件间形成映射关系。 如图 1所示, 为物理层文件和逻辑 文件的对应关系示意图。
在录像任务管理模块中预先设定了录像任务表格 tblTask和录像记录表 格 tblRecord。在录像任务结束时向录像任务表格 tblTask中记录每个录像任务 的统计信息, 包含: 本次录像任务编号、 本次录像起始时间、 结束时间以及 录像类型等; 向录像记录表格 tblRecord中记录每个录像任务的存储信息, 包 含: 本次录像任务编号、 录像物理文件名、 录像逻辑文件名、 逻辑文件在物 理文件中的起始存储位置以及逻辑文件在物理文件中的结束存储位置等。
以下举例说明, 如表 1所示是录像任务表格记录的情况, 表 2所示是录 像记录表格记录的情况。
表 1
3 StopTaskTime 录像任务结束时间 4 Byte
4 RecordType 录像类型 (定时 /手动 /报警) 2 Byte
5 PreRecordTime 预录像时长(仅对告警录像有效) 4 Byte
最小报警录像时长 (仅对告警录像
6 AlaraiTime 4 Byte
有效)
7 ManualTime 手动录像时长(仅对手动录像有效 ) 4 Byte 表 2
本发明公开的实时流文件播放方法, 实时流文件存储在逻辑文件和物理 文件上, 逻辑文件与物理文件具有映射关系, 每个逻辑 MPEG4 文件存储预 设时间长度的录像数据, 多个逻辑 MPEG4 文件保存在一个物理文件上, 播 放录像时, 根据录像任务对应的逻辑文件和物理文件之间的对应关系, 找到 录像文件进行播放。
下面结合附图对技术方案的实施作进一步的详细描述。 如图 2所示: 201 : 根据要点播的录像任务 ID, 在录像记录表格 tblRecord中查找该录
像任务 ID对应的所有逻辑文件 IgcFile和物理文件 phyFile;
更进一步的, 步骤 201还可以包括 201 A: 根据要点播的录像任务 ID, 在录像任务表格 tblTask中查找该录像任务的录像开始时间点 T1 , 录像结束 时间点 T2,获取该录像任务的录像时长 T=T2-T1 ,即该录像任务的播放时长; 202:根据每个逻辑文件对应的录像起始时间点 StartRecTime和结束时间 点 StopRecTime 的先后顺序对所有找到的逻辑文件进行排序。 如: lgcFile_l.mp4 , lgcFile_2.mp4 , ... , IgcFile— n.mp4 , 这样该录像任务包含的所 有逻辑 MPEG4文件的播放顺序就已经整理好; offsetBegin, 结束偏移位置 offsetEnd;
204: 开始读取并播放每个逻辑文件;
步骤 204进一步包括 204A: 读取每个逻辑文件, 通过 TCP或 UDP向播 放目的地发送码流;
所述步骤 204A还可以包括 204B:在发送码流的过程中根据采样率和 RTP 时间戳记算发包时间, 做到码率控制。
本发明提供的实时流播放方法,
对于包括步骤 201 A的播放方法, 步骤 204还可以进一步完善, 包括步骤 204C: 判断是否到播放的录像任务的录像时长 T的结束时间, 是, 则结束播 放。
本发明还公开了一种实时流文件播放装置, 如图 3所示, 为本发明具体 实施例涉及的装置结构图。 包括录像任务管理模块 304、 录像任务存储模块 305以及录像任务播放模块 306,录像任务播放模块用于根据所述录像任务管 理模块中记录的录像任务信息 , 从所述录像任务存储模块中读取码流进行实 时播放。
本发明公开的实时流文件播放装置,还包括监控前端 301、编码模块 302、 RTP打包模块 303, 其中:
监控前端用于实时采集音视频信号;
编码模块, 用于对监控前端采集的音视频信号进行压缩编码;
RTP打包模块, 用于从编码模块获取原始码流将其转换成 RTP包, 录像 存储模块所存储的码流为经过 RTP打包模块处理后的 RTP包。
本发明公开的实时流文件播放装置的一种具体实施例为: 监控前端启动 后, 打开摄像头装置开始采集, 通过音视频编码器装置对采集的数据进行压 縮编码, 通过 RTP打包装置从编码器获取原始码流并将其转换为多个 RTP 包, 通过录像管理模块检测是否有录像任务或点播任务, 如果为录像存储任 务则将该任务交给录像存储模块处理, 如果有点播任务则将该任务交给录像 点播模块处理。
尽管为示例目的, 已经公开了本发明的优选实施例, 本领域的技术人员 将意识到各种改进、 增加和取代也是可能的, 因此, 本发明的范围应当不限 于上述实施例。
本领域普通技术人员可以理解上述方法中的全部或部分步骤可通过程序 来指令相关硬件完成, 所述程序可以存储于计算机可读存储介质中, 如只读 存储器、 磁盘或光盘等。 可选地, 上述实施例的全部或部分步骤也可以使用 一个或多个集成电路来实现。 相应地, 上述实施例中的各模块 /单元可以采用 硬件的形式实现, 也可以采用软件功能模块的形式实现。 本发明不限制于任 何特定形式的硬件和软件的结合。
工业实用性
釆用本发明所述方法和装置, 与现有技术相比, 解决了 MPEG4 文件正 在录像过程中, 不能实时播放的问题, 达到了录像文件实时播放效果。
Claims
1、 一种实时流文件播放方法, 其特征在于, 所述实时流文件存储在逻辑 文件和物理文件上, 逻辑文件与物理文件具有映射关系, 每个逻辑文件存储 预设时间长度的录像数据, 多个逻辑文件保存在一个物理文件上, 所述方法 包括:
播放录像时,根据录像任务对应的逻辑文件和物理文件之间的映射关系 , 找到录像文件进行播放。
2、 根据权利要求 1所述方法, 其中, 所述录像任务的统计信息记录在录 像任务表格中, 所述录像任务的存储信息记录在录像记录表格中,
所述根据录像任务对应的逻辑文件和物理文件之间的对应关系, 找到录 像文件进行播放的步骤包括:
在所述录像记录表格中查找录像任务对应的所有逻辑文件和物理文件, 对逻辑文件的顺序进行整理。
3、 根据权利要求 2所述方法, 其中, 所述对逻辑文件的顺序进行整理的 步骤包括: 根据每个逻辑文件对应的录像起始时间点和结束时间点的先后顺 序对所有找到的逻辑文件进行排序。
4、 根据权利要求 3所述方法, 其中, 所述根据录像任务对应的逻辑文件 和物理文件之间的对应关系, 找到录像文件进行播放的步骤还包括: 根据所 置。
5、 根据权利要求 4所述方法, 其中, 在所述根据录像任务对应的逻辑文 件和物理文件之间的对应关系, 找到录像文件进行播放的步骤还包括: 读取 并播放所述录像任务对应的每个逻辑文件。
6、 根据权利要求 5所述方法, 其中, 所述播放录像任务对应的每个逻辑 文件的步骤包括: 从逻辑文件在物理文件上的起始偏移位置开始播放。
7、 根据权利要求 6所述方法, 其中, 所述从逻辑文件在物理文件上的起 始偏移位置开始播放的步骤包括: 通过传输控制协议(TCP )或用户数据报 协议(UDP ) 向播放目的地发送码流。
8、 根据权利要求 7所述方法, 其中, 所述从逻辑文件在物理文件上的起 始偏移位置开始播放的还步骤包括: 在发送码流的过程中根据采样率和实时 传输协议 RTP时间戳记算发包时间, 进行码率控制。
9、 一种实时流文件播放装置, 包括录像任务管理模块、 录像任务存储模 块以及录像任务播放模块,
所述录像任务播放模块设置为: 根据所述录像任务管理模块中记录的录 像任务信息, 从所述录像任务存储模块中读取码流进行实时播放。
10、 根据权利要求 9所述的装置, 其中,
所述录像任务存储模块设置为: 针对接收到的录像任务创建逻辑文件和 物理文件存储码流, 逻辑文件与物理文件具有映射关系, 每个逻辑文件存储 预设时间长度的录像数据, 多个逻辑文件保存在一个物理文件上;
所述录像任务播放模块是设置为: 根据录像任务对应的逻辑文件和物理 文件之间的映射关系读取码流进行实时播放。
11、 根据权利要求 10所述的装置, 其中,
所述录像任务管理模块设置为: 设定录像任务表格和录像记录表格, 所 述录像任务表格记录每个录像任务的统计信息, 所述录像记录表格记录每个 录像任务的存储信息;
所述录像任务播放模块是设置为: 在所述录像记录表格中查找录像任务 对应的所有逻辑文件和物理文件, 对逻辑文件的顺序进行整理, 读取并播放 所述录像任务对应的每个逻辑文件。
12、 根据权利要求 11所述的装置, 其中,
所述录像任务播放模块是设置为: 根据所述每个逻辑文件找到其在对应 的物理文件中的起始偏移位置和结束偏移位置, 从逻辑文件在物理文件上的 起始偏移位置开始播放。
13、 根据权利要求 9所述实时流文件播放装置, 所述装置还包括监控前 端、 编码模块和 RTp打包模块, 所述监控前端设置为: 实时采集音视频信号;
所述编码模块设置为: 对监控前端采集的音视频信号进行压缩编码; 所述 RTP 打包模块设置为: 从编码模块获取原始码流将其转换成 RTP 包, 所述录像存储模块所存储的码流为经过 RTP打包模块处理后的 RTP包。
Applications Claiming Priority (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN200910109839.8 | 2009-11-24 | ||
CN 200910109839 CN101710983B (zh) | 2009-11-24 | 2009-11-24 | 一种实时流文件播放方法及其装置 |
Publications (1)
Publication Number | Publication Date |
---|---|
WO2011063737A1 true WO2011063737A1 (zh) | 2011-06-03 |
Family
ID=42403740
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
PCT/CN2010/079017 WO2011063737A1 (zh) | 2009-11-24 | 2010-11-23 | 一种实时流文件播放方法及其装置 |
Country Status (2)
Country | Link |
---|---|
CN (1) | CN101710983B (zh) |
WO (1) | WO2011063737A1 (zh) |
Families Citing this family (7)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN101710983B (zh) * | 2009-11-24 | 2013-06-05 | 中兴通讯股份有限公司 | 一种实时流文件播放方法及其装置 |
CN104394380A (zh) * | 2014-12-09 | 2015-03-04 | 浙江省公众信息产业有限公司 | 视频监控管理系统以及视频监控录像的回放方法 |
CN105786918B (zh) * | 2014-12-26 | 2020-08-04 | 亿阳信通股份有限公司 | 基于数据载入存储空间的数据查询方法和装置 |
CN105049771A (zh) * | 2015-07-29 | 2015-11-11 | 安徽四创电子股份有限公司 | 一种基于搜索引擎的视频片段检索方法及装置 |
CN107798002B (zh) * | 2016-08-30 | 2020-04-03 | 光一科技股份有限公司 | 一种提高智能网荷互动终端数据存储效率及安全性的方法 |
CN108881851A (zh) * | 2018-07-25 | 2018-11-23 | 武汉恩智电子科技有限公司 | 一种基于视频监控的视频录像分组系统 |
CN109817040A (zh) * | 2019-01-07 | 2019-05-28 | 北京汉博信息技术有限公司 | 一种用于教学数据的处理系统 |
Citations (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN1852431A (zh) * | 2005-12-23 | 2006-10-25 | 华为技术有限公司 | 实现实时视频信息共享的系统及方法 |
CN1972443A (zh) * | 2005-11-27 | 2007-05-30 | 海信集团有限公司 | 基于ip机顶盒的mpeg1文件实时播放的方法 |
CN101098470A (zh) * | 2006-06-28 | 2008-01-02 | 腾讯科技(深圳)有限公司 | 一种基于p2p技术的流媒体节目播放/接收方法及装置 |
CN101710983A (zh) * | 2009-11-24 | 2010-05-19 | 中兴通讯股份有限公司 | 一种实时流文件播放方法及其装置 |
CN101729529A (zh) * | 2009-11-10 | 2010-06-09 | 中兴通讯股份有限公司 | 一种实时流文件存储装置及方法 |
Family Cites Families (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN100384252C (zh) * | 2005-06-15 | 2008-04-23 | 北京交通大学 | 一种覆盖网络组播下视频点播实现方法 |
KR100753511B1 (ko) * | 2005-08-24 | 2007-08-31 | 엘지전자 주식회사 | 방송 프로그램 저장방법 및 장치 |
CN101282356A (zh) * | 2008-05-26 | 2008-10-08 | 张建中 | 一种实时数据传输的方法和装置以及系统 |
-
2009
- 2009-11-24 CN CN 200910109839 patent/CN101710983B/zh active Active
-
2010
- 2010-11-23 WO PCT/CN2010/079017 patent/WO2011063737A1/zh active Application Filing
Patent Citations (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN1972443A (zh) * | 2005-11-27 | 2007-05-30 | 海信集团有限公司 | 基于ip机顶盒的mpeg1文件实时播放的方法 |
CN1852431A (zh) * | 2005-12-23 | 2006-10-25 | 华为技术有限公司 | 实现实时视频信息共享的系统及方法 |
CN101098470A (zh) * | 2006-06-28 | 2008-01-02 | 腾讯科技(深圳)有限公司 | 一种基于p2p技术的流媒体节目播放/接收方法及装置 |
CN101729529A (zh) * | 2009-11-10 | 2010-06-09 | 中兴通讯股份有限公司 | 一种实时流文件存储装置及方法 |
CN101710983A (zh) * | 2009-11-24 | 2010-05-19 | 中兴通讯股份有限公司 | 一种实时流文件播放方法及其装置 |
Also Published As
Publication number | Publication date |
---|---|
CN101710983B (zh) | 2013-06-05 |
CN101710983A (zh) | 2010-05-19 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
WO2011063737A1 (zh) | 一种实时流文件播放方法及其装置 | |
JP5207287B2 (ja) | ハイライト要約自動生成システム、入力処理装置、イベントロギング処理装置、ハイライト要約自動生成方法 | |
US9997203B2 (en) | System and method for streaming and recording video | |
US9077946B2 (en) | Streaming content management apparatus and method | |
CN104394380A (zh) | 视频监控管理系统以及视频监控录像的回放方法 | |
EP3167621B1 (en) | Error handling for files exchanged over a network | |
TWI432026B (zh) | Image recording and reproducing apparatus and file management method | |
CN107295284B (zh) | 一种由音频和图片组成的视频文件的生成和检索播放方法、装置 | |
WO2018076998A1 (zh) | 一种回放视频文件的生成方法和装置 | |
CN102802088B (zh) | 一种基于实时传输协议的数据传输方法 | |
WO2015123861A1 (zh) | 处理视频的方法、终端和服务器 | |
JP2007274142A (ja) | 映像送信装置及び映像送信方法 | |
CN101729529A (zh) | 一种实时流文件存储装置及方法 | |
WO2010015182A1 (zh) | 多媒体文件录制、播放的方法及设备 | |
CN102932618A (zh) | 用于多媒体数据的时移重放的设备及其方法 | |
JP2006303595A (ja) | 素材記録装置および素材記録方法 | |
CN111327585A (zh) | 处理音视频的方法和系统 | |
JP2008017328A (ja) | 録画機能付デジタル放送受信機 | |
CN110545447B (zh) | 一种音视频同步的方法及装置 | |
JP2003009085A (ja) | デジタル信号記録装置および方法、デジタル信号再生装置および方法 | |
JP5857591B2 (ja) | 映像配信装置 | |
US20070146803A1 (en) | Information recording apparatus and recorded information management method | |
CN1428045A (zh) | 提供多透视画面即时重放的系统和方法 | |
JP5100852B2 (ja) | デジタル信号記録再生装置および方法、デジタル信号再生装置および方法 | |
CN117056287A (zh) | 多通道录像数据的处理方法和装置、存储介质及电子装置 |
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: 10832644 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: 10832644 Country of ref document: EP Kind code of ref document: A1 |