WO2022137449A1 - Terminal device, display method, and display program - Google Patents

Terminal device, display method, and display program Download PDF

Info

Publication number
WO2022137449A1
WO2022137449A1 PCT/JP2020/048507 JP2020048507W WO2022137449A1 WO 2022137449 A1 WO2022137449 A1 WO 2022137449A1 JP 2020048507 W JP2020048507 W JP 2020048507W WO 2022137449 A1 WO2022137449 A1 WO 2022137449A1
Authority
WO
WIPO (PCT)
Prior art keywords
thread
video data
display
posted
terminal device
Prior art date
Application number
PCT/JP2020/048507
Other languages
French (fr)
Japanese (ja)
Inventor
寛之 土井
Original Assignee
株式会社Splyza
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 株式会社Splyza filed Critical 株式会社Splyza
Priority to JP2022570898A priority Critical patent/JPWO2022137449A1/ja
Priority to PCT/JP2020/048507 priority patent/WO2022137449A1/en
Publication of WO2022137449A1 publication Critical patent/WO2022137449A1/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F13/00Interconnection of, or transfer of information or other signals between, memories, input/output devices or central processing units

Definitions

  • the present invention relates to a terminal device, a display method, and a display program.
  • Patent Document 1 discloses a technique capable of reducing the burden on a distributor who posts a video to a plurality of video posting services.
  • Patent Document 1 does not provide a means for users to communicate with each other about a specific scene of a posted video.
  • an object of the present invention is to provide a technique that enables a plurality of users to communicate with each other about a specific scene of a shared video.
  • the terminal device relates to a first storage unit for storing moving image data, a display time for displaying a thread on a time axis set for the moving image data, and a thread which is a set of posted articles for the moving image data. It has a second storage unit for storing information and a display control unit for displaying video data in a video data display area, and the display control unit is included in a thread when displaying video data at a display time. The posted article is superimposed on the video data display area and displayed.
  • FIG. 1 is a block diagram showing a schematic configuration of an information processing system 100 according to an embodiment of the present invention.
  • the information processing system 100 includes an information processing device 1 that manages posted articles related to moving images, one or more terminal devices 2 that can post and browse posted articles related to moving images, and the like.
  • the information processing system 100 and each terminal device 2 have a predetermined communication network N (any of LAN, the Internet, a dedicated line, a packet communication network, a combination thereof, etc., including both wired and wireless). It is configured to be able to communicate with each other via.
  • N any of LAN, the Internet, a dedicated line, a packet communication network, a combination thereof, etc., including both wired and wireless
  • Such an information processing system 100 can be configured by using, for example, the technique of a conventional server / client system.
  • the information processing device 1 functions as a Web server, an AP (application) server, and a database server, and receives a predetermined request transmitted from each terminal device 2 functioning as a client according to, for example, the HTTP protocol, the predetermined request is received. It is possible to perform processing according to the request and transmit the processing result to each terminal device 2.
  • FIG. 2 is a block diagram showing the hardware configuration of the information processing device 1 and the terminal device 2.
  • the information processing device 1 and the terminal device 2 include a processor such as a CPU (Central Processing Unit) and a GPU (Graphical processing unit), and a storage device (ROM, RAM, cache memory, external storage device, storage medium). It can be configured by a computer equipped with hardware such as a user interface (keyboard, touch panel, display device, printer, etc.), communication interface, and the like.
  • the information processing device 1 may be composed of a single computer or may be composed of a plurality of computers distributed on a network. Further, a general personal computer, a mobile terminal, or a smartphone can be used as the terminal device 2.
  • FIG. 3A is a block diagram showing a functional configuration of the information processing apparatus 1.
  • the information processing apparatus 1 is configured to include a database 10, a communication unit 11, a control unit 12, and the like. Each of these parts is functionally realized by the processor executing a predetermined program stored in the storage device. Further, the predetermined program can be stored in the storage medium.
  • the storage medium in which the predetermined program is stored may be a computer-readable non-transitory storage medium (Non-transitory computer readable medium).
  • the non-temporary storage medium is not particularly limited, but may be, for example, a storage medium such as a USB memory or a CD-ROM.
  • the database 10 stores and manages user information, information on the group to which the user belongs, video data shared by the group, and a thread which is a set of posted articles related to at least one video data shared by the group.
  • the posted article includes comments on the video, additional information such as figures and characters drawn at designated positions in the video.
  • the format of the moving image data stored in the database 10 is not limited, but for example, MPEG format, MP4 format, AVI format, MOV format, ASF format and the like can be considered.
  • FIGS. 4A to 4F are diagrams showing an example of the data structure of the database 10. Although the data structure using the table will be described in this embodiment, the data structure of the database 10 is not limited to such a table, and one of the keys is the information directly and indirectly associated with each other. Any data structure that can search the other is sufficient.
  • FIG. 4A shows an example of a table for managing user information (user information management table).
  • the user information for example, user name, login ID and password, etc.
  • the group to which the user belongs are associated with the user's identification information (hereinafter referred to as ID).
  • ID list etc. are managed.
  • the identification information (ID) may be a combination of numbers, characters, symbols, etc., but is not limited to this, and any information that can identify the target (for example, a name) is sufficient (hereinafter, the same applies).
  • FIG. 4B shows an example of a table for managing video data (video data management table).
  • video data management table related information of the video data (for example, video name, creator name, creation date and time, etc.), video data, and the like are managed in association with the ID of the video data.
  • FIG. 4C shows a table for managing group information (group information management table).
  • group information for example, group name, etc.
  • video data ID list shared by the group and thread ID list shared by the group are associated with the group ID. Etc. are managed.
  • FIG. 4D shows an example of a table that manages threads (thread management table).
  • the ID of the moving image data and the time or frame in which the thread is displayed on the time axis set in the moving image data (hereinafter referred to as "display time") are referred to as the ID of the thread. )
  • the ID of the main posted article, the ID list of the posted article (posted article ID list) which is a reply to the main posted article, and the like are managed.
  • the main posted article is the posted article posted when the thread is created (that is, the posted article posted first in the thread).
  • one main posted article is associated with a thread and managed, but a plurality of main posted articles are associated with each other, and all the main posted articles and posted articles are treated as posted articles without distinction. It may be managed as such.
  • FIG. 4E shows an example of a table for managing posted articles (posted article management table).
  • the ID of the posted article (including both the ID of the main posted article and the ID of the posted article that is a reply to the main posted article) is associated with the user who posted the article.
  • the ID, the date and time when the article was posted, the content of the posted article, the ID of the additional information added to the video, etc. are managed.
  • FIG. 4F shows an example of a table for managing additional information (additional information management table).
  • additional information management table the information indicating the position where the additional information is drawn in the moving image (drawing position) and the data to be drawn as the additional information (for example, a circle or an arrow) are associated with the additional information ID. Graphic data, character data), etc. are managed.
  • the communication unit 11 is configured to be able to input / output information to / from the terminal device 2 via the communication network N, and includes, for example, a communication module such as a PPP driver and a TCP / IP driver.
  • the control unit 12 controls the operation of the entire information processing device 1 and executes login processing, database update processing, and the like (see FIG. 3A).
  • the database 10 update process includes a new user registration process, a new group registration process, a user group joining process, and the like, in addition to the processes described later.
  • FIG. 3B is a block diagram showing a functional configuration of the terminal device 2.
  • the terminal device 2 is configured to include a communication unit 21, a control unit 22, and the like. Each of these parts is functionally realized by the processor executing a predetermined program stored in the storage device.
  • the communication unit 21 is configured to be able to input / output information to / from the information processing device 1 via the communication network N, and includes, for example, a communication module such as a PPP driver and a TCP / IP driver.
  • the control unit 22 is configured to control the operation of the entire terminal device 2 and execute a video-related SNS program (hereinafter referred to as a video application) stored in the storage device.
  • a video-related SNS program (hereinafter referred to as a video application) stored in the storage device.
  • the above-mentioned predetermined program in the terminal device 2 and the SNS program can be stored in the storage medium.
  • the storage medium containing the above-mentioned predetermined program and / or the SNS program may be a computer-readable non-temporary storage medium.
  • the non-temporary storage medium is not particularly limited, but may be, for example, a storage medium such as a USB memory or a CD-ROM.
  • the video application collaborates with the video processing function provided in the terminal device 2, and displays information about the first storage unit that stores video data and threads that are a set of posted articles for video data.
  • a second storage unit that stores information including time (thread information), a storage unit that stores video data and threads in the first and second storage units, and registration that requests information processing device 1 to register video data.
  • a unit, a display control unit that reproduces and displays video data in a video data display area, an article posting unit, and other functional means are included (see FIG. 3B). Further, when displaying the video data at the display time, the display control unit superimposes the posted article included in the thread on the video data display area and displays it.
  • Information about the thread includes, for example, the display time of the thread, the user name of the user who posted the posted article (main posted article and / or each posted article that is a reply to the main posted article) included in the thread, and the posting date and time. , The content of the posted article, additional information (drawing position, drawing data), etc. are included.
  • each step can be arbitrarily changed in order or executed in parallel within a range that does not cause a contradiction in the processing contents.
  • the terminal device 2 (video application) accesses the information processing device 1 via the communication network N based on the input from the user (S100).
  • the information processing device 1 executes a login process for access from the terminal device 2 (S101).
  • the login process is a process of determining (authentication) whether or not the user is a pre-registered legitimate user. For example, the user ID and the password selected by the user are associated with each other and stored in the user information management table of the database 10. Then, the user ID and password are received from the user at the time of login processing, and when the received contents and the stored contents match, the user is authenticated as a legitimate user.
  • the information processing device 1 When the information processing device 1 can authenticate as a legitimate user in the login process, the information processing device 1 transmits a notification of authentication success to the terminal device 2 (S102). If the authentication fails, the terminal device 2 may be notified to that effect and prompted to re-enter the user ID or the like.
  • the terminal device 2 When the terminal device 2 receives the authentication success information from the information processing device 1, it displays a menu screen on the display device of the terminal device 2 and waits for input from the user (S103).
  • Video data registration When the terminal device 2 receives an instruction for registering video data specifying a group from the user via the menu screen, the terminal device 2 displays the video reception screen and waits for the user to specify the video data (S104).
  • the terminal device 2 When the terminal device 2 receives the designation of the moving image data from the user via the moving image reception screen, the terminal device 2 reads the specified moving image data from the storage device of the terminal device 2, reads the moving image data, the moving image-related information, and the user specifies.
  • a moving image data registration request is transmitted to the information processing apparatus 1 together with the group ID (S105).
  • the information processing device 1 When the information processing device 1 receives a video data registration request together with video data, video-related information, and a group ID from the terminal device 2, it generates a new video data ID, and the new video data ID is used as the received video data. Allocate and register in the video data management table together with the received video-related information.
  • the user information management table is referred to to check whether or not the user belongs to the specified group, and if so, the group information management table is referred to to correspond to the received group ID. Add the assigned video data ID to the video ID list.
  • the information processing apparatus 1 notifies the terminal apparatus 2 of the completion of registration (S106). If the user does not belong to the designated group, for example, the terminal device 2 is notified to that effect (hereinafter, the same applies).
  • the terminal device 2 When the terminal device 2 receives the registration completion notification from the information processing device 1, it returns to S103.
  • the terminal device 2 When the terminal device 2 receives an instruction for viewing a moving image in which a group is specified from the user via the menu screen, the terminal device 2 transmits a moving image list request to the information processing device 1 together with the ID of the group specified by the user (S110).
  • the information processing device 1 When the information processing device 1 receives the video list request together with the group ID from the terminal device 2, the information processing device 1 refers to the user information management table and checks whether or not the user belongs to the specified group. If the user belongs to the specified group, refer to the group information management table to acquire the ID list of the video data corresponding to the received group ID, and refer to the video data management table to acquire the ID list.
  • the list information such as the moving image name corresponding to the moving image ID list is acquired and transmitted to the terminal device 2 (S111).
  • the terminal device 2 When the terminal device 2 receives the list information such as the video name from the information processing device 1, it displays a video name list (video selection screen) reflecting the list information and waits for input from the user (S112).
  • the list information such as the video name from the information processing device 1
  • the terminal device 2 When the terminal device 2 receives the designation of the moving image to be viewed from the user via the moving image selection screen, the terminal device 2 transmits the ID of the selected moving image to the information processing device 1 (S114).
  • the information processing device 1 When the information processing device 1 receives the video ID from the terminal device 2, the information processing device 1 refers to the video data management table and acquires the video data corresponding to the received video ID. Further, the information processing apparatus 1 refers to the thread management table, the user information management table, the posted article management table, and the additional information management table, and acquires "information about the thread" associated with the moving image data. Specifically, the information processing apparatus 1 refers to the thread management table and specifies the display time, the main posted article ID, and the posted article ID list of each of the one or more threads associated with the received moving image ID. do.
  • the information processing apparatus 1 refers to the user information management table, the posted article management table, and the additional information management table, and posts the main posted article and each posted article based on the specified main posted article ID and posted article ID. Acquires the user name of the user, the posting date and time, the content of the posted article, and additional information (drawing position, drawing data). Subsequently, the information processing device 1 transmits the acquired moving image data and information about the thread to the terminal device 2 (S115).
  • the terminal device 2 stores the moving image data received from the information processing device 1 in the first storage means. Further, the terminal device 2 stores information about the thread in the second storage unit. Further, when the user instructs the terminal device 2 to play the moving image, the terminal device 2 starts playing the designated moving image in the moving image data display area. Further, when the display of the thread is specified by the user, the terminal device 2 is one of the video data display areas when displaying the video data of the posted article included in the designated thread at the display time of the posted article. It is superimposed and displayed on the thread display area, which is the area of the unit (S116). When the end of viewing the moving image is instructed, the process returns to, for example, S103.
  • the terminal device 2 plays and displays the video data and stops it according to the user's instruction. Further, the terminal device 2 accepts input of a new posted article for the paused video from the user via a user interface such as a software keyboard or a touch panel, or receives the input of a new posted article on the paused video. It accepts input (drawing) of additional information such as figures and characters.
  • the terminal device 2 When the terminal device 2 receives an instruction to create a thread from the user (when inputting a new posted article or inputting additional information), the terminal device 2 is assigned to the user ID, the specified video data ID, and the input posted article. Based on this, the main posted article is created and sent to the information processing device 1 together with the thread information and the thread creation request. When the terminal device 2 receives additional information (graphics or characters) from the user, the terminal device 2 also transmits the additional information to the information processing device 1 (S117). Since the posted article ID and the additional information ID have not been assigned yet at this stage, the main posted article and the additional information transmitted to the information processing apparatus 1 do not include those IDs.
  • the information processing device 1 When the information processing device 1 receives a thread creation request together with the main posted article and thread information from the terminal device 2, it generates a new posted article ID, assigns the new posted article ID to the main posted article, and manages the posted articles. Register in the table. If additional information is also received, a new additional information ID is generated, the new additional information ID is assigned to the additional information and registered in the additional information management table, and the additional information ID is posted. Add to the additional information ID list corresponding to the main posted article in the article management table.
  • a new thread ID is generated, and the posted article ID (main posted article ID) assigned to the main posted article and the received thread information are registered in the thread management table in association with the new thread ID. Further, the generated thread ID is added to the thread ID list corresponding to the group ID received in S117 with reference to the group information management table.
  • the information processing device 1 notifies the terminal device 2 of the completion of thread creation (S118).
  • the terminal device 2 When the terminal device 2 receives the notification of the completion of thread creation from the information processing device 1, the terminal device 2 returns to S116.
  • the terminal device 2 receives an instruction from the user to add a posted article to the thread (for example, when a reply is input to the main posted article or an article other than the main posted article in the thread display area), the posted article. Is created and transmitted to the information processing apparatus 1 (S119). At this time, the terminal device 2 can also accept the input of additional information from the user.
  • the terminal device 2 When the terminal device 2 receives the input of the additional information from the user, the terminal device 2 also transmits the additional information to the information processing device 1.
  • the terminal device 2 By using a user interface such as a software keyboard or touch panel with the video paused at the display time, the user inputs additional information such as figures and text at a specific position of the paused video ( Can be drawn). Since the posted article ID and the additional information ID have not been assigned yet at this stage, the posted article and the additional information transmitted to the information processing apparatus 1 do not include those IDs.
  • the information processing device 1 When the information processing device 1 receives the posted article from the terminal device 2, it generates a new posted article ID, assigns the new posted article ID to the posted article, and registers it in the posted article management table. If additional information is also received, a new additional information ID is generated, the new additional information ID is assigned to the additional information and registered in the additional information management table, and the additional information ID is posted. Add to the additional information ID list corresponding to the received posted article in the article management table.
  • the posted article ID assigned to the posted article ID list corresponding to the thread transmitted to the terminal device 2 in S115 is added.
  • the information processing apparatus 1 transmits the updated thread information to the terminal apparatus 2 (S120).
  • the terminal device 2 When the terminal device 2 receives the updated thread information, it updates the thread information in the second storage unit and returns to, for example, S116 in order to wait for input from the user.
  • FIG. 8 to 11 are diagrams showing an example of a screen displayed on the terminal device 2 in the procedure of step S116 of FIG. 7. As shown in FIG. 8, the display control unit of the terminal device 2 displays a moving image data display area D100 including a thread list display area W100 and a thread display area W110.
  • the terminal device 2 plays and displays a moving image selected by the user in the moving image data display area D100. Although not shown in the figure, the terminal device 2 generates operation buttons and threads for playing, pausing, rewinding, fast-forwarding, stopping, etc. of the moving image in the moving image data display area D100. You may display a post button for posting a new posted article.
  • the terminal device 2 displays a list of threads posted for the moving image displayed in the moving image data display area D100 in the thread list display area W100. For example, in the example of FIG. 8, it is displayed that there are three threads, thread TH100, thread TH101, and thread TH102. Further, in the thread list display area W100, the terminal device 2 has a display time, a user name of the user who posted the main posted article, and a posted article (first posted article) that is a reply to the main posted article (first posted article) in the thread list display area W100. Display the number of second posted articles). For example, in the example of FIG.
  • the terminal device 2 displays a list of posted articles included in the thread selected in the thread list display area W100 in the thread display area W110.
  • the terminal device 2 displays a plurality of posted articles included in the selected thread TH101 in the thread display area W110, and displays a moving image data display area.
  • D100 shows a display example in which the moving image is paused and displayed at the position of 1 minute 28 seconds 92.
  • the posted article T101-1 is the main posted article, and the posted article T101-2 and the posted article T101-3 are replies to the posted article T101-1.
  • information indicating the posting date and time when the article was posted may be displayed in the posted article.
  • the posting date and time may be displayed as it is (for example, 17:30 on January 10), or the difference between the posting date and time and the current time may be displayed (for example, 1 hour ago or 30 minutes ago). You may.
  • the main posted article T101-1 contains additional information A101-1 that draws a circle at a specific position in the moving image. That is, when the terminal device 2 includes additional information (graphic data, etc.) to be superimposed and displayed on the moving image data, the terminal device 2 superimposes and displays the additional information on the moving image data.
  • the terminal device 2 suspends and displays the moving image data at the display time of the selected thread in the moving image data display area D100. You may do so. This makes it possible to prevent the specific scene from flowing when the posted article refers to a specific scene in the video, and to accurately convey the information to other users. become. In this embodiment, it is not always necessary to pause and display the moving image. This is because, for example, when the posted article does not refer to a specific scene of the video, it may be preferable to continue playing the video without pausing.
  • the user who posts the main posted article may arbitrarily specify whether to display the video data in a paused state at the display time or to continue playing the video.
  • the terminal device 2 uses the upper limit number of posted articles among the posted articles for user operation.
  • the thread display area W110 may be scrolled and displayed accordingly.
  • the terminal device 2 may arbitrarily change the size of the thread display area W110 according to the user operation. Further, the terminal device 2 may arbitrarily change the display position of the thread display area W110 in the moving image data display area D100 according to the user operation.
  • FIG. 8 shows a display example in which the size of the thread display area W110 is reduced.
  • the button B110 is pressed in FIG. 8, the transition to FIG. 9 occurs.
  • the thread display area W111 having a size smaller than that of FIG. 8 is displayed.
  • the process returns to FIG. As a result, it is possible to prevent the thread from becoming an obstacle and making it difficult to watch the video.
  • the terminal device 2 may arbitrarily change the size of the thread list display area W100 according to the user operation.
  • FIG. 10 shows an example of a state in which the size of the thread list display area W100 is reduced in FIG. 8 or 9.
  • a small thread list display area is displayed.
  • the thread list display area W101 having a size smaller than that of FIG. 8 is displayed.
  • a large thread list display area is displayed. As a result, it is possible to prevent the thread list from becoming an obstacle and making it difficult to see the video.
  • the terminal device 2 uses the additional information as the additional information included in the posted articles other than the specified posted article. It may be displayed in a different manner.
  • FIG. 10 shows a figure in which two circles and an arrow connecting the two circles are combined as additional information A103-1 included in the posted article T103-1.
  • FIG. 11 shows an example in which additional information included in other posted articles is displayed in this state.
  • FIG. 11 shows a figure in which one circle and an arrow are combined as additional information A103-4 included in the posted article T103-4.
  • the terminal device 2 displays, for example, the additional information A103-4 in a bright color and the additional information A103-1 in a darker color than the additional information A103-4. You may.
  • the user can easily recognize which additional information is associated with which posted article.
  • the terminal device 2 superimposes and displays the posted article included in the thread on the video data, so that a plurality of users communicate about a specific scene of the shared video. It becomes possible to plan.
  • video data, threads, posted articles, and additional information are managed by directly or indirectly associating them with the group ID. Therefore, for example, by registering a sports team as a group. , It will be possible for team members to share video data, threads, posted articles, and additional information about videos such as during practice and games. This makes it easy to comment while referring to video data specified by other members, video tags created by other members, and notes, and it is possible to realize high-density communication between team members. Will be.
  • a mode for handling video data, threads, and additional information in association with a group is described, but a hierarchy is provided in the group, and video data, threads, and additional information are associated with subgroups. It may be a configuration to handle. For example, if the school's athletic club is registered as a group, a subgroup consisting of some members such as "1st grade basic practice", "offense room", and "defense room” will be set, and video data will correspond to the group. On the other hand, it is conceivable to manage threads and additional information in association with subgroups.
  • the input of the posted article is not necessarily limited to the state in which the video is stopped.
  • the terminal device 2 may accept the input of the posted article during the reproduction of the moving image. This is because there is a possibility that the user inputs a posted article while playing the video, for example, a video with little movement.
  • the display time is not limited to the time or frame at which the thread is displayed on the time axis set in the moving image data.
  • the display time may indicate a predetermined period (for example, from 1 minute 00 seconds to 1 minute 05 seconds) in which the thread is displayed on the time axis.
  • the display control unit may display the portion of the moving image data over a predetermined period once or repeatedly in the moving image data display area. It is possible for a plurality of users to communicate with each other about a specific scene shown in a predetermined period of a shared video.
  • N Information processing system
  • 1 Information processing device
  • 2 Terminal device
  • 10 Database
  • 11 Communication unit
  • 12 Control unit

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

Provided is a terminal device having: a first storage unit that stores video data; a second storage unit that stores a display time at which a thread is displayed in a time axis set in the video data, and information on the thread which is a set of submitted articles about the video data; and a display control unit that displays the video data in a video data display region, wherein the display control unit displays the submitted articles, included in the thread, overlaid on the video data display region when displaying the video data at the display time.

Description

端末装置、表示方法および表示プログラムTerminal device, display method and display program
 本発明は、端末装置、表示方法および表示プログラムに関する。 The present invention relates to a terminal device, a display method, and a display program.
 ユーザが動画を投稿でき、また、他のユーザにより投稿された動画を視聴することができる動画共有サービスが知られている。例えば特許文献1には、複数の動画投稿サービスに動画を投稿する配信者の負担を減らすことが可能な技術が開示されている。 There is known a video sharing service that allows users to post videos and watch videos posted by other users. For example, Patent Document 1 discloses a technique capable of reducing the burden on a distributor who posts a video to a plurality of video posting services.
特許第6778838号公報Japanese Patent No. 67788838
 同一の動画を視聴する複数のユーザが、投稿された動画を参照しながら会話をしたい場合がある。一例として、スポーツの試合の様子を撮影した動画を、試合に参加したチームのメンバーが閲覧し、特定のシーン等について意見を交わすといった状況が想定される。しかしながら、特許文献1に記載の技術では、ユーザ同士が、投稿された動画の特定のシーンについてコミュニケーションを図る手段は用意されていない。 Multiple users watching the same video may want to have a conversation while referring to the posted video. As an example, it is assumed that a member of a team who participated in a game views a video of a sports game and exchanges opinions on a specific scene or the like. However, the technique described in Patent Document 1 does not provide a means for users to communicate with each other about a specific scene of a posted video.
 そこで、本発明は、複数のユーザが、共有された動画の特定のシーンについてコミュニケーションを図ることを可能とする技術を提供することを目的とする。 Therefore, an object of the present invention is to provide a technique that enables a plurality of users to communicate with each other about a specific scene of a shared video.
 本発明の一態様に係る端末装置は、動画データを記憶する第1記憶部と、動画データに設定される時間軸においてスレッドを表示させる表示時刻と、動画データに対する投稿記事の集合であるスレッドに関する情報とを記憶する第2記憶部と、動画データ表示領域で動画データを表示する表示制御部と、を有し、表示制御部は、表示時刻の動画データを表示する際に、スレッドに含まれる投稿記事を、動画データ表示領域に重畳させて表示する。 The terminal device according to one aspect of the present invention relates to a first storage unit for storing moving image data, a display time for displaying a thread on a time axis set for the moving image data, and a thread which is a set of posted articles for the moving image data. It has a second storage unit for storing information and a display control unit for displaying video data in a video data display area, and the display control unit is included in a thread when displaying video data at a display time. The posted article is superimposed on the video data display area and displayed.
 本発明によれば、複数のユーザが、共有された動画の特定のシーンについてコミュニケーションを図ることを可能とする技術を提供することができる。 According to the present invention, it is possible to provide a technique that enables a plurality of users to communicate with each other about a specific scene of a shared moving image.
情報処理システム100の概略構成を示すブロック図である。It is a block diagram which shows the schematic structure of the information processing system 100. 情報処理装置1、端末装置2のハードウェア構成を示すブロック図である。It is a block diagram which shows the hardware composition of the information processing apparatus 1 and the terminal apparatus 2. 情報処理装置1の機能構成を示すブロック図である。It is a block diagram which shows the functional structure of an information processing apparatus 1. 端末装置2の機能構成を示すブロック図である。It is a block diagram which shows the functional structure of the terminal apparatus 2. データベース10のユーザ情報管理テーブルを示す図である。It is a figure which shows the user information management table of a database 10. データベース10の動画データ管理テーブルを示す図である。It is a figure which shows the moving image data management table of a database 10. データベース10のグループ情報管理テーブルを示す図である。It is a figure which shows the group information management table of a database 10. データベース10のスレッド管理テーブルを示す図である。It is a figure which shows the thread management table of a database 10. データベース10の投稿記事管理テーブルを示す図である。It is a figure which shows the posted article management table of a database 10. データベース10の付加情報管理テーブルを示す図である。It is a figure which shows the additional information management table of a database 10. 動画に関する投稿記事を取り扱う枠組みを説明するためのフローチャートである。It is a flowchart for explaining the framework for handling posted articles about video. 動画に関する投稿記事を取り扱う枠組みを説明するためのフローチャートである。It is a flowchart for explaining the framework for handling posted articles about video. 動画に関する投稿記事を取り扱う枠組みを説明するためのフローチャートである。It is a flowchart for explaining the framework for handling posted articles about video. 端末装置2に表示される画面の一例を示す図である。It is a figure which shows an example of the screen displayed on the terminal apparatus 2. 端末装置2に表示される画面の一例を示す図である。It is a figure which shows an example of the screen displayed on the terminal apparatus 2. 端末装置2に表示される画面の一例を示す図である。It is a figure which shows an example of the screen displayed on the terminal apparatus 2. 端末装置2に表示される画面の一例を示す図である。It is a figure which shows an example of the screen displayed on the terminal apparatus 2.
 添付図面を参照して、本発明の実施形態について説明する。なお、各図において、同一の符号を付したものは、同一又は同様の構成を有する。 An embodiment of the present invention will be described with reference to the accompanying drawings. In each figure, those with the same reference numerals have the same or similar configurations.
 図1は、本発明の実施形態である情報処理システム100の概略構成を示すブロック図である。図に示すように、情報処理システム100は、動画に関する投稿記事を管理する情報処理装置1、動画に関する投稿記事を投稿・閲覧することができる1以上の端末装置2等を備えている。情報処理システム100と各端末装置2とは、所定の通信ネットワークN(LAN、インターネット、専用線、パケット通信網、それらの組み合わせ等のいずれであってもよく、有線、無線の両方を含む)を介して相互に通信可能に構成されている。 FIG. 1 is a block diagram showing a schematic configuration of an information processing system 100 according to an embodiment of the present invention. As shown in the figure, the information processing system 100 includes an information processing device 1 that manages posted articles related to moving images, one or more terminal devices 2 that can post and browse posted articles related to moving images, and the like. The information processing system 100 and each terminal device 2 have a predetermined communication network N (any of LAN, the Internet, a dedicated line, a packet communication network, a combination thereof, etc., including both wired and wireless). It is configured to be able to communicate with each other via.
 このような情報処理システム100は、例えば従来のサーバクライアントシステムの技術を用いて構成することができる。この場合、情報処理装置1は、Webサーバ、AP(アプリケーション)サーバ及びデータベースサーバとして機能し、クライアントとして機能する各端末装置2から例えばHTTPプロトコルに従い送信される所定の要求を受け付けると、この所定の要求に応じた処理を行い、その処理結果を各端末装置2に送信することができる。 Such an information processing system 100 can be configured by using, for example, the technique of a conventional server / client system. In this case, when the information processing device 1 functions as a Web server, an AP (application) server, and a database server, and receives a predetermined request transmitted from each terminal device 2 functioning as a client according to, for example, the HTTP protocol, the predetermined request is received. It is possible to perform processing according to the request and transmit the processing result to each terminal device 2.
 図2は、情報処理装置1、端末装置2のハードウェア構成を示すブロック図である。図2に示すように、情報処理装置1や端末装置2は、CPU(Central Processing Unit)、GPU(Graphical processing unit)等のプロセッサ、記憶装置(ROM、RAM、キャッシュメモリ、外部記憶装置、記憶媒体など)、ユーザインタフェース(キーボード、タッチパネル、表示装置、プリンタなど)、通信インタフェース等のハードウェアを備えるコンピュータにより構成することができる。 FIG. 2 is a block diagram showing the hardware configuration of the information processing device 1 and the terminal device 2. As shown in FIG. 2, the information processing device 1 and the terminal device 2 include a processor such as a CPU (Central Processing Unit) and a GPU (Graphical processing unit), and a storage device (ROM, RAM, cache memory, external storage device, storage medium). It can be configured by a computer equipped with hardware such as a user interface (keyboard, touch panel, display device, printer, etc.), communication interface, and the like.
 情報処理装置1は、単一のコンピュータにより構成されるものであっても、ネットワーク上に分散した複数のコンピュータにより構成されるものであってもよい。また端末装置2には、一般的なパソコンや携帯端末、スマートフォンを用いることができる。 The information processing device 1 may be composed of a single computer or may be composed of a plurality of computers distributed on a network. Further, a general personal computer, a mobile terminal, or a smartphone can be used as the terminal device 2.
 図3Aは、情報処理装置1の機能構成を示すブロック図である。図3Aに示すように、情報処理装置1は、データベース10、通信部11、制御部12等を含むように構成される。これらの各部は、プロセッサが記憶装置に記憶された所定のプログラムを実行することにより機能的に実現される。また、当該所定のプログラムは、記憶媒体に格納することができる。当該所定のプログラムを格納した記憶媒体は、コンピュータ読み取り可能な非一時的な記憶媒体(Non-transitory computer readable medium)であってもよい。非一時的な記憶媒体は特に限定されないが、例えば、USBメモリ又はCD-ROM等の記憶媒体であってもよい。 FIG. 3A is a block diagram showing a functional configuration of the information processing apparatus 1. As shown in FIG. 3A, the information processing apparatus 1 is configured to include a database 10, a communication unit 11, a control unit 12, and the like. Each of these parts is functionally realized by the processor executing a predetermined program stored in the storage device. Further, the predetermined program can be stored in the storage medium. The storage medium in which the predetermined program is stored may be a computer-readable non-transitory storage medium (Non-transitory computer readable medium). The non-temporary storage medium is not particularly limited, but may be, for example, a storage medium such as a USB memory or a CD-ROM.
 データベース10は、ユーザ情報、ユーザが属するグループの情報、グループで共有する動画データ、及びグループで共有する少なくとも1つの動画データに関する投稿記事の集合であるスレッドなどを格納・管理する。投稿記事は、動画に対するコメントや、動画内の指定された位置に描画される図形や文字等である付加情報等を含む。 The database 10 stores and manages user information, information on the group to which the user belongs, video data shared by the group, and a thread which is a set of posted articles related to at least one video data shared by the group. The posted article includes comments on the video, additional information such as figures and characters drawn at designated positions in the video.
 データベース10に格納される動画データの形式は限定されないが、例えば、MPEG形式、MP4形式、AVI形式、MOV形式、ASF形式などが考えられる。 The format of the moving image data stored in the database 10 is not limited, but for example, MPEG format, MP4 format, AVI format, MOV format, ASF format and the like can be considered.
 図4A~図4Fは、データベース10のデータ構造の一例を示す図である。なお本実施形態ではテーブルを用いたデータ構造について説明するが、データベース10のデータ構造はこのようなテーブルに限定されるものではなく、互いに直接的・間接的に対応づけられた情報について一方をキーに他方を検索できるようなデータ構造であれば足りる。 FIGS. 4A to 4F are diagrams showing an example of the data structure of the database 10. Although the data structure using the table will be described in this embodiment, the data structure of the database 10 is not limited to such a table, and one of the keys is the information directly and indirectly associated with each other. Any data structure that can search the other is sufficient.
 図4Aは、ユーザ情報を管理するテーブル(ユーザ情報管理テーブル)の例を示す。図に示すように、ユーザ情報管理テーブルでは、ユーザの識別情報(以下、IDと呼ぶ)に対応づけて、ユーザ情報(例えば、ユーザ名、ログイン時のID及びパスワード等)、ユーザが属するグループのIDリストなどが管理される。識別情報(ID)は、数字、文字、記号等の組み合わせとすることが考えられるが、これに限定されず、対象を識別できる情報(例えば、名称など)であれば足りる(以下、同様)。 FIG. 4A shows an example of a table for managing user information (user information management table). As shown in the figure, in the user information management table, the user information (for example, user name, login ID and password, etc.) and the group to which the user belongs are associated with the user's identification information (hereinafter referred to as ID). ID list etc. are managed. The identification information (ID) may be a combination of numbers, characters, symbols, etc., but is not limited to this, and any information that can identify the target (for example, a name) is sufficient (hereinafter, the same applies).
 図4Bは、動画データを管理するテーブル(動画データ管理テーブル)の例を示す。図に示すように、動画データ管理テーブルでは、動画データのIDに対応づけて、動画データの関連情報(例えば、動画名、作成者名、作成日時等)、動画データなどが管理される。 FIG. 4B shows an example of a table for managing video data (video data management table). As shown in the figure, in the video data management table, related information of the video data (for example, video name, creator name, creation date and time, etc.), video data, and the like are managed in association with the ID of the video data.
 図4Cは、グループ情報を管理するテーブル(グループ情報管理テーブル)を示す。図に示すように、グループ情報管理テーブルでは、グループのIDに対応づけて、グループ情報(例えば、グループ名等)、グループで共有される動画データのIDリスト、グループで共有されるスレッドのIDリストなどが管理される。 FIG. 4C shows a table for managing group information (group information management table). As shown in the figure, in the group information management table, group information (for example, group name, etc.), video data ID list shared by the group, and thread ID list shared by the group are associated with the group ID. Etc. are managed.
 図4Dは、スレッドを管理するテーブル(スレッド管理テーブル)の例を示す。図に示すように、スレッド管理テーブルでは、スレッドのIDに対応づけて、動画データのID、動画データに設定される時間軸においてスレッドを表示させる時刻又はフレーム(以下、「表示時刻」と言う。)、主投稿記事のID、主投稿記事に対する返信である投稿記事のIDリスト(投稿記事IDリスト)などが管理される。ここで、主投稿記事とは、スレッドを作成する際に投稿された投稿記事(つまりスレッドにおいて最初に投稿された投稿記事)である。なお、本実施形態では、スレッドに1つの主投稿記事を対応づけて管理しているが、複数の主投稿記事を対応づけたり、主投稿記事、投稿記事を区別せずに全て投稿記事として取り扱うように管理したりしてもよい。 FIG. 4D shows an example of a table that manages threads (thread management table). As shown in the figure, in the thread management table, the ID of the moving image data and the time or frame in which the thread is displayed on the time axis set in the moving image data (hereinafter referred to as "display time") are referred to as the ID of the thread. ), The ID of the main posted article, the ID list of the posted article (posted article ID list) which is a reply to the main posted article, and the like are managed. Here, the main posted article is the posted article posted when the thread is created (that is, the posted article posted first in the thread). In this embodiment, one main posted article is associated with a thread and managed, but a plurality of main posted articles are associated with each other, and all the main posted articles and posted articles are treated as posted articles without distinction. It may be managed as such.
 図4Eは、投稿記事を管理するテーブル(投稿記事管理テーブル)の例を示す。図に示すように、投稿記事管理テーブルでは、投稿記事のID(主投稿記事のID及び主投稿記事に対する返信である投稿記事のIDの両方を含む)に対応づけて、記事を投稿したユーザのID、記事を投稿した日時、投稿記事の内容、動画に付加する付加情報のIDなどが管理される。 FIG. 4E shows an example of a table for managing posted articles (posted article management table). As shown in the figure, in the posted article management table, the ID of the posted article (including both the ID of the main posted article and the ID of the posted article that is a reply to the main posted article) is associated with the user who posted the article. The ID, the date and time when the article was posted, the content of the posted article, the ID of the additional information added to the video, etc. are managed.
 図4Fは、付加情報を管理するテーブル(付加情報管理テーブル)の例を示す。図に示すように、付加情報管理テーブルでは、付加情報IDに対応づけて、動画内で付加情報を描画する位置を示す情報(描画位置)、付加情報として描画するデータ(例えば円や矢印などの図形データ、文字データ)などが管理される。 FIG. 4F shows an example of a table for managing additional information (additional information management table). As shown in the figure, in the additional information management table, the information indicating the position where the additional information is drawn in the moving image (drawing position) and the data to be drawn as the additional information (for example, a circle or an arrow) are associated with the additional information ID. Graphic data, character data), etc. are managed.
 通信部11は、通信ネットワークNを介して端末装置2に対して情報を入出力可能に構成されており、例えばPPPドライバ、TCP/IPドライバ等の通信モジュールを備えている。 The communication unit 11 is configured to be able to input / output information to / from the terminal device 2 via the communication network N, and includes, for example, a communication module such as a PPP driver and a TCP / IP driver.
 制御部12は、情報処理装置1全体の動作を制御するとともに、ログイン処理、データベース10の更新処理などを実行する(図3A参照)。データベース10の更新処理は、後述する処理のほか、新規ユーザ登録処理、新規グループ登録処理、ユーザのグループ加入処理などを含む。 The control unit 12 controls the operation of the entire information processing device 1 and executes login processing, database update processing, and the like (see FIG. 3A). The database 10 update process includes a new user registration process, a new group registration process, a user group joining process, and the like, in addition to the processes described later.
 図3Bは、端末装置2の機能構成を示すブロック図である。図3Bに示すように、端末装置2は、通信部21、制御部22などを含むように構成される。これらの各部は、プロセッサが記憶装置に記憶された所定のプログラムを実行することにより機能的に実現される。 FIG. 3B is a block diagram showing a functional configuration of the terminal device 2. As shown in FIG. 3B, the terminal device 2 is configured to include a communication unit 21, a control unit 22, and the like. Each of these parts is functionally realized by the processor executing a predetermined program stored in the storage device.
 通信部21は、通信ネットワークNを介して情報処理装置1に対して情報を入出力可能に構成されており、例えばPPPドライバ、TCP/IPドライバ等の通信モジュールを備えている。 The communication unit 21 is configured to be able to input / output information to / from the information processing device 1 via the communication network N, and includes, for example, a communication module such as a PPP driver and a TCP / IP driver.
 制御部22は、端末装置2全体の動作を制御するとともに、記憶装置に記憶される動画関連SNSプログラム(以下、動画アプリと呼ぶ)を実行可能に構成される。端末装置2における上述の所定のプログラム及び当該SNSプログラムは、記憶媒体に格納することができる。上述の所定のプログラム及び/又は当該SNSプログラムを格納した記憶媒体は、コンピュータ読み取り可能な非一時的な記憶媒体であってもよい。非一時的な記憶媒体は特に限定されないが、例えば、USBメモリ又はCD-ROM等の記憶媒体であってもよい。 The control unit 22 is configured to control the operation of the entire terminal device 2 and execute a video-related SNS program (hereinafter referred to as a video application) stored in the storage device. The above-mentioned predetermined program in the terminal device 2 and the SNS program can be stored in the storage medium. The storage medium containing the above-mentioned predetermined program and / or the SNS program may be a computer-readable non-temporary storage medium. The non-temporary storage medium is not particularly limited, but may be, for example, a storage medium such as a USB memory or a CD-ROM.
 動画アプリは、実行された場合に、端末装置2が備える動画処理機能などと協働し、動画データを記憶する第1記憶部、動画データに対する投稿記事の集合であるスレッドに関する情報であって表示時刻を含む情報(スレッド情報)を記憶する第2記憶部、動画データやスレッドなどを第1記憶部及び第2記憶部に格納する格納部、動画データの登録を情報処理装置1に依頼する登録部、動画データ表示領域で動画データを再生表示する表示制御部、記事投稿部などの機能手段を実現するための命令を含む(図3B参照)。また、表示制御部は、表示時刻の動画データを表示する際に、スレッドに含まれる投稿記事を、動画データ表示領域に重畳させて表示する。 When executed, the video application collaborates with the video processing function provided in the terminal device 2, and displays information about the first storage unit that stores video data and threads that are a set of posted articles for video data. A second storage unit that stores information including time (thread information), a storage unit that stores video data and threads in the first and second storage units, and registration that requests information processing device 1 to register video data. A unit, a display control unit that reproduces and displays video data in a video data display area, an article posting unit, and other functional means are included (see FIG. 3B). Further, when displaying the video data at the display time, the display control unit superimposes the posted article included in the thread on the video data display area and displays it.
 スレッドに関する情報には、例えば、スレッドの表示時刻と、スレッドに含まれる投稿記事(主投稿記事及び/又は主投稿記事への返信である各投稿記事)を投稿したユーザのユーザ名と、投稿日時と、投稿記事の内容と、付加情報(描画位置、描画データ))等が含まれる。 Information about the thread includes, for example, the display time of the thread, the user name of the user who posted the posted article (main posted article and / or each posted article that is a reply to the main posted article) included in the thread, and the posting date and time. , The content of the posted article, additional information (drawing position, drawing data), etc. are included.
 以下、図5~図7に示すフローチャートに基づいて、情報処理システム100によって実現される動画に関する投稿記事を取り扱う枠組みについて説明する。なお、各工程は処理内容に矛盾を生じない範囲で任意に順番を変更して又は並列に実行することができる。 Hereinafter, a framework for handling posted articles related to moving images realized by the information processing system 100 will be described based on the flowcharts shown in FIGS. 5 to 7. It should be noted that each step can be arbitrarily changed in order or executed in parallel within a range that does not cause a contradiction in the processing contents.
(ログイン処理)
 端末装置2(動画アプリ)は、ユーザからの入力に基づき、情報処理装置1に通信ネットワークNを介してアクセスする(S100)。
(Login process)
The terminal device 2 (video application) accesses the information processing device 1 via the communication network N based on the input from the user (S100).
 情報処理装置1は、端末装置2からのアクセスに対し、ログイン処理を実行する(S101)。ログイン処理は、ユーザが、予め登録された正規のユーザであるかどうかを判断(認証)する処理である。例えば、ユーザIDとユーザが選択したパスワードとを対応させてデータベース10のユーザ情報管理テーブルに記憶しておく。そして、ログイン処理時にユーザよりユーザID及びパスワードを受け付け、受け付けた内容と記憶内容とが一致する場合に正規のユーザとして認証する。 The information processing device 1 executes a login process for access from the terminal device 2 (S101). The login process is a process of determining (authentication) whether or not the user is a pre-registered legitimate user. For example, the user ID and the password selected by the user are associated with each other and stored in the user information management table of the database 10. Then, the user ID and password are received from the user at the time of login processing, and when the received contents and the stored contents match, the user is authenticated as a legitimate user.
 情報処理装置1は、ログイン処理において正規のユーザとして認証できた場合、認証成功の通知を端末装置2に送信する(S102)。なお、認証失敗した場合はその旨、端末装置2に通知し、ユーザID等の再入力を促すようにすればよい。 When the information processing device 1 can authenticate as a legitimate user in the login process, the information processing device 1 transmits a notification of authentication success to the terminal device 2 (S102). If the authentication fails, the terminal device 2 may be notified to that effect and prompted to re-enter the user ID or the like.
 端末装置2は、情報処理装置1から認証成功の情報を受信した場合、端末装置2の表示装置にメニュー画面を表示し、ユーザからの入力を待機する(S103)。 When the terminal device 2 receives the authentication success information from the information processing device 1, it displays a menu screen on the display device of the terminal device 2 and waits for input from the user (S103).
(動画データ登録)
 端末装置2は、ユーザからメニュー画面を介して、グループを指定した動画データ登録の指示を受け付けた場合、動画受付画面を表示し、ユーザからの動画データの指定を待機する(S104)。
(Video data registration)
When the terminal device 2 receives an instruction for registering video data specifying a group from the user via the menu screen, the terminal device 2 displays the video reception screen and waits for the user to specify the video data (S104).
 端末装置2は、ユーザから動画受付画面を介して動画データの指定を受け付けた場合、指定された動画データを端末装置2の記憶装置から読み出し、読み出した動画データ、動画関連情報、ユーザが指定したグループのIDとともに動画データ登録要求を情報処理装置1に送信する(S105)。 When the terminal device 2 receives the designation of the moving image data from the user via the moving image reception screen, the terminal device 2 reads the specified moving image data from the storage device of the terminal device 2, reads the moving image data, the moving image-related information, and the user specifies. A moving image data registration request is transmitted to the information processing apparatus 1 together with the group ID (S105).
 情報処理装置1は、端末装置2から動画データ、動画関連情報、グループIDとともに動画データ登録要求を受信した場合、新規の動画データIDを生成し、かかる新規の動画データIDを受信した動画データに割り当てて、受信した動画関連情報とともに動画データ管理テーブルに登録する。 When the information processing device 1 receives a video data registration request together with video data, video-related information, and a group ID from the terminal device 2, it generates a new video data ID, and the new video data ID is used as the received video data. Allocate and register in the video data management table together with the received video-related information.
 また、ユーザ情報管理テーブルを参照して、当該ユーザが指定されたグループに属しているか否かをチェックし、属している場合は、グループ情報管理テーブルを参照して、受信したグループIDに対応する動画IDリストに割り当てた動画データIDを追加する。情報処理装置1は、一連のデータベース10の更新が完了したら、登録完了を端末装置2に通知する(S106)。なお、ユーザが指定されたグループに属していない場合は、例えばその旨、端末装置2に通知する(以下、同様)。 In addition, the user information management table is referred to to check whether or not the user belongs to the specified group, and if so, the group information management table is referred to to correspond to the received group ID. Add the assigned video data ID to the video ID list. When the update of the series of databases 10 is completed, the information processing apparatus 1 notifies the terminal apparatus 2 of the completion of registration (S106). If the user does not belong to the designated group, for example, the terminal device 2 is notified to that effect (hereinafter, the same applies).
 端末装置2は、情報処理装置1から登録完了の通知を受信した場合、S103に戻る。 When the terminal device 2 receives the registration completion notification from the information processing device 1, it returns to S103.
(動画・スレッド閲覧)
 端末装置2は、ユーザからメニュー画面を介して、グループを指定した動画閲覧の指示を受け付けた場合、ユーザが指定したグループのIDとともに動画リスト要求を情報処理装置1に送信する(S110)。
(View videos / threads)
When the terminal device 2 receives an instruction for viewing a moving image in which a group is specified from the user via the menu screen, the terminal device 2 transmits a moving image list request to the information processing device 1 together with the ID of the group specified by the user (S110).
 情報処理装置1は、端末装置2からグループIDとともに動画リスト要求を受信した場合、ユーザ情報管理テーブルを参照して、当該ユーザが指定されたグループに属しているか否かをチェックする。当該ユーザが指定されたグループに属している場合は、グループ情報管理テーブルを参照して、受信したグループIDに対応する動画データのIDリストを取得し、動画データ管理テーブルを参照して、取得した動画IDリストに対応する動画名等のリスト情報を取得し、端末装置2に送信する(S111)。 When the information processing device 1 receives the video list request together with the group ID from the terminal device 2, the information processing device 1 refers to the user information management table and checks whether or not the user belongs to the specified group. If the user belongs to the specified group, refer to the group information management table to acquire the ID list of the video data corresponding to the received group ID, and refer to the video data management table to acquire the ID list. The list information such as the moving image name corresponding to the moving image ID list is acquired and transmitted to the terminal device 2 (S111).
 端末装置2は、情報処理装置1から動画名等のリスト情報を受信すると、リスト情報を反映させた動画名一覧(動画選択画面)を表示し、ユーザからの入力を待機する(S112)。 When the terminal device 2 receives the list information such as the video name from the information processing device 1, it displays a video name list (video selection screen) reflecting the list information and waits for input from the user (S112).
 端末装置2は、ユーザから動画選択画面を介して視聴する動画の指定を受け付けた場合、選択された動画のIDを、情報処理装置1に送信する(S114)。 When the terminal device 2 receives the designation of the moving image to be viewed from the user via the moving image selection screen, the terminal device 2 transmits the ID of the selected moving image to the information processing device 1 (S114).
 情報処理装置1は、端末装置2から動画IDを受信した場合、動画データ管理テーブルを参照して、受信した動画IDに対応する動画データを取得する。また、情報処理装置1は、スレッド管理テーブル、ユーザ情報管理テーブル、投稿記事管理テーブル及び付加情報管理テーブルを参照して、動画データに対応づけられる「スレッドに関する情報」を取得する。具体的には、情報処理装置1は、スレッド管理テーブルを参照して、受信した動画IDに対応づけられている1以上のスレッドの各々の表示時刻、主投稿記事ID及び投稿記事IDリストを特定する。更に、情報処理装置1は、ユーザ情報管理テーブル、投稿記事管理テーブル及び付加情報管理テーブルを参照し、特定した主投稿記事ID及び投稿記事のIDに基づき、主投稿記事及び各投稿記事を投稿したユーザのユーザ名と、投稿日時と、投稿記事の内容と、付加情報(描画位置、描画データ)とを取得する。続いて、情報処理装置1は、取得した動画データと、スレッドに関する情報とを、端末装置2に送信する(S115)。 When the information processing device 1 receives the video ID from the terminal device 2, the information processing device 1 refers to the video data management table and acquires the video data corresponding to the received video ID. Further, the information processing apparatus 1 refers to the thread management table, the user information management table, the posted article management table, and the additional information management table, and acquires "information about the thread" associated with the moving image data. Specifically, the information processing apparatus 1 refers to the thread management table and specifies the display time, the main posted article ID, and the posted article ID list of each of the one or more threads associated with the received moving image ID. do. Further, the information processing apparatus 1 refers to the user information management table, the posted article management table, and the additional information management table, and posts the main posted article and each posted article based on the specified main posted article ID and posted article ID. Acquires the user name of the user, the posting date and time, the content of the posted article, and additional information (drawing position, drawing data). Subsequently, the information processing device 1 transmits the acquired moving image data and information about the thread to the terminal device 2 (S115).
 端末装置2は、情報処理装置1から受信した動画データを第1記憶手段に格納する。また、端末装置2は、スレッドに関する情報を、第2記憶部に格納する。また、端末装置2は、ユーザから動画の再生を指示された場合、動画データ表示領域にて、指定された動画の再生を開始する。また、端末装置2は、ユーザからスレッドの表示を指定された場合、指定されたスレッドに含まれる投稿記事を、当該投稿記事の表示時刻で動画データを表示する際に、動画データ表示領域の一部の領域であるスレッド表示領域に重畳させて表示する(S116)。動画閲覧終了が指示された場合は例えばS103に戻る。 The terminal device 2 stores the moving image data received from the information processing device 1 in the first storage means. Further, the terminal device 2 stores information about the thread in the second storage unit. Further, when the user instructs the terminal device 2 to play the moving image, the terminal device 2 starts playing the designated moving image in the moving image data display area. Further, when the display of the thread is specified by the user, the terminal device 2 is one of the video data display areas when displaying the video data of the posted article included in the designated thread at the display time of the posted article. It is superimposed and displayed on the thread display area, which is the area of the unit (S116). When the end of viewing the moving image is instructed, the process returns to, for example, S103.
 端末装置2は、ユーザの指示に応じて、動画データの再生表示や停止を行う。また、端末装置2は、ユーザから、ソフトウェアキーボードやタッチパネル等のユーザインタフェースを介して、一時停止させた動画に対して新たな投稿記事の入力を受け付けたり、当該一時停止させた動画の上に、図形や文字といった付加情報の入力(描画)を受け付けたりする。 The terminal device 2 plays and displays the video data and stops it according to the user's instruction. Further, the terminal device 2 accepts input of a new posted article for the paused video from the user via a user interface such as a software keyboard or a touch panel, or receives the input of a new posted article on the paused video. It accepts input (drawing) of additional information such as figures and characters.
(スレッド作成(主投稿記事の投稿))
 端末装置2は、ユーザからスレッド作成の指示を受け付けた場合(新たな投稿記事の入力や付加情報の入力を受け付けた場合)、ユーザID、指定された動画データのID、入力された投稿記事に基づき主投稿記事を作成し、スレッド情報、スレッド作成要求とともに情報処理装置1に送信する。また、端末装置2は、ユーザから付加情報(図形や文字)を受け付けている場合は、当該付加情報も併せて情報処理装置1に送信する(S117)。なお、この段階では投稿記事IDや付加情報IDはまだ割り当てられていないため、情報処理装置1に送信される主投稿記事、付加情報はそれらのIDを含まない。
(Thread creation (posting of the main posted article))
When the terminal device 2 receives an instruction to create a thread from the user (when inputting a new posted article or inputting additional information), the terminal device 2 is assigned to the user ID, the specified video data ID, and the input posted article. Based on this, the main posted article is created and sent to the information processing device 1 together with the thread information and the thread creation request. When the terminal device 2 receives additional information (graphics or characters) from the user, the terminal device 2 also transmits the additional information to the information processing device 1 (S117). Since the posted article ID and the additional information ID have not been assigned yet at this stage, the main posted article and the additional information transmitted to the information processing apparatus 1 do not include those IDs.
 情報処理装置1は、端末装置2から主投稿記事、スレッド情報とともにスレッド作成要求を受信した場合、新規の投稿記事IDを生成し、かかる新規の投稿記事IDを主投稿記事に割り当てて投稿記事管理テーブルに登録する。また、付加情報を併せて受信している場合は、新規の付加情報IDを生成し、かかる新規の付加情報IDを付加情報に割り当てて付加情報管理テーブルに登録するとともに、その付加情報IDを投稿記事管理テーブルの主投稿記事に対応する付加情報IDリストに追加する。 When the information processing device 1 receives a thread creation request together with the main posted article and thread information from the terminal device 2, it generates a new posted article ID, assigns the new posted article ID to the main posted article, and manages the posted articles. Register in the table. If additional information is also received, a new additional information ID is generated, the new additional information ID is assigned to the additional information and registered in the additional information management table, and the additional information ID is posted. Add to the additional information ID list corresponding to the main posted article in the article management table.
 また、新規のスレッドIDを生成し、かかる新規のスレッドIDに対応づけて、主投稿記事に割り当てた投稿記事ID(主投稿記事ID)、受信したスレッド情報をスレッド管理テーブルに登録する。また、グループ情報管理テーブルを参照して、S117で受信したグループIDに対応するスレッドIDリストに、生成したスレッドIDを追加する。情報処理装置1は、一連のデータベース10の更新が完了したら、スレッド作成完了を端末装置2に通知する(S118)。 Also, a new thread ID is generated, and the posted article ID (main posted article ID) assigned to the main posted article and the received thread information are registered in the thread management table in association with the new thread ID. Further, the generated thread ID is added to the thread ID list corresponding to the group ID received in S117 with reference to the group information management table. When the update of the series of databases 10 is completed, the information processing device 1 notifies the terminal device 2 of the completion of thread creation (S118).
 端末装置2は、情報処理装置1からスレッド作成完了の通知を受信した場合、S116に戻る。 When the terminal device 2 receives the notification of the completion of thread creation from the information processing device 1, the terminal device 2 returns to S116.
(スレッドへの記事投稿)
 端末装置2は、ユーザからスレッドに投稿記事を追加したいとの指示を受け付けた場合(例えば、スレッド表示領域において主投稿記事や主投稿記事以外の記事に対する返信の入力があった場合)、投稿記事を作成し、情報処理装置1に送信する(S119)。このとき、端末装置2は、ユーザから付加情報の入力を受け付けることもできる。
(Posting an article to a thread)
When the terminal device 2 receives an instruction from the user to add a posted article to the thread (for example, when a reply is input to the main posted article or an article other than the main posted article in the thread display area), the posted article. Is created and transmitted to the information processing apparatus 1 (S119). At this time, the terminal device 2 can also accept the input of additional information from the user.
 端末装置2は、ユーザから付加情報の入力を受け付けた場合は、当該付加情報も併せて情報処理装置1に送信する。ユーザは、表示時刻において動画を一時停止させた状態でソフトウェアキーボードやタッチパネル等のユーザインタフェースを利用することで、一時停止させた状態の動画の特定の位置に図形やテキスト等の付加情報を入力(描画)したりすることができる。なお、この段階では投稿記事ID、付加情報IDはまだ割り当てられていないため、情報処理装置1に送信される投稿記事、付加情報はそれらのIDを含まない。 When the terminal device 2 receives the input of the additional information from the user, the terminal device 2 also transmits the additional information to the information processing device 1. By using a user interface such as a software keyboard or touch panel with the video paused at the display time, the user inputs additional information such as figures and text at a specific position of the paused video ( Can be drawn). Since the posted article ID and the additional information ID have not been assigned yet at this stage, the posted article and the additional information transmitted to the information processing apparatus 1 do not include those IDs.
 情報処理装置1は、端末装置2から投稿記事を受信した場合、新規の投稿記事IDを生成し、かかる新規の投稿記事IDを投稿記事に割り当てて投稿記事管理テーブルに登録する。また、付加情報を併せて受信している場合は、新規の付加情報IDを生成し、かかる新規の付加情報IDを付加情報に割り当てて付加情報管理テーブルに登録するとともに、その付加情報IDを投稿記事管理テーブルの受信した投稿記事に対応する付加情報IDリストに追加する。 When the information processing device 1 receives the posted article from the terminal device 2, it generates a new posted article ID, assigns the new posted article ID to the posted article, and registers it in the posted article management table. If additional information is also received, a new additional information ID is generated, the new additional information ID is assigned to the additional information and registered in the additional information management table, and the additional information ID is posted. Add to the additional information ID list corresponding to the received posted article in the article management table.
 また、スレッド管理テーブルを参照して、S115で端末装置2に送信したスレッドに対応する投稿記事IDリストに割り当てた投稿記事IDを追加する。情報処理装置1は、一連のデータベース10の更新が完了したら、更新したスレッドの情報を端末装置2に送信する(S120)。 Also, referring to the thread management table, the posted article ID assigned to the posted article ID list corresponding to the thread transmitted to the terminal device 2 in S115 is added. When the update of the series of databases 10 is completed, the information processing apparatus 1 transmits the updated thread information to the terminal apparatus 2 (S120).
 端末装置2は、更新したスレッドの情報を受信した場合、第2記憶部のスレッド情報を更新し、ユーザからの入力を待機すべく、例えばS116に戻る。 When the terminal device 2 receives the updated thread information, it updates the thread information in the second storage unit and returns to, for example, S116 in order to wait for input from the user.
(画面表示例)
 図8~図11は、図7のステップS116の手順において端末装置2に表示される画面の一例を示す図である。図8に示すように、端末装置2の表示制御部は、スレッド一覧表示領域W100と、スレッド表示領域W110とを含む動画データ表示領域D100を表示する。
(Screen display example)
8 to 11 are diagrams showing an example of a screen displayed on the terminal device 2 in the procedure of step S116 of FIG. 7. As shown in FIG. 8, the display control unit of the terminal device 2 displays a moving image data display area D100 including a thread list display area W100 and a thread display area W110.
 端末装置2は、動画データ表示領域D100に、ユーザにより選択された動画を再生表示する。図には表示されていないが、端末装置2は、動画データ表示領域D100の中に、動画の再生、一時停止、巻き戻り、早送り及び停止等を行うための操作ボタンや、スレッドを生成して新たな投稿記事を投稿するための投稿ボタンを表示してもよい。 The terminal device 2 plays and displays a moving image selected by the user in the moving image data display area D100. Although not shown in the figure, the terminal device 2 generates operation buttons and threads for playing, pausing, rewinding, fast-forwarding, stopping, etc. of the moving image in the moving image data display area D100. You may display a post button for posting a new posted article.
 端末装置2は、スレッド一覧表示領域W100に、動画データ表示領域D100に表示中の動画に対して投稿されたスレッドを一覧表示する。例えば図8の例では、スレッドTH100、スレッドTH101及びスレッドTH102の3つのスレッドが存在することが表示されている。また、端末装置2は、スレッド一覧表示領域W100において、スレッドごとに、表示時刻と、主投稿記事を投稿したユーザのユーザ名と、主投稿記事(第1投稿記事)に対する返信である投稿記事(第2投稿記事)の数を表示する。例えば図8の例では、開始から1分20秒46の位置に、ユーザ(田中健太)からの投稿があること、開始から1分28秒92の位置に、ユーザ(吉田海斗)からの投稿があること、開始から2分3秒08の位置に、ユーザ(田中健太)からの投稿があることが示されている。なお、スレッドが主投稿記事のみである場合(つまり、誰からも返信がない場合)、投稿記事(第2投稿記事)の数は表示しないこととしてもよい。 The terminal device 2 displays a list of threads posted for the moving image displayed in the moving image data display area D100 in the thread list display area W100. For example, in the example of FIG. 8, it is displayed that there are three threads, thread TH100, thread TH101, and thread TH102. Further, in the thread list display area W100, the terminal device 2 has a display time, a user name of the user who posted the main posted article, and a posted article (first posted article) that is a reply to the main posted article (first posted article) in the thread list display area W100. Display the number of second posted articles). For example, in the example of FIG. 8, there is a post from the user (Kenta Tanaka) at the position of 1 minute 20 seconds 46 from the start, and a post from the user (Kaito Yoshida) at the position of 1 minute 28 seconds 92 from the start. It is shown that there is a post from the user (Kenta Tanaka) at the position of 2 minutes 3 seconds 08 from the start. If the thread is only the main posted article (that is, there is no reply from anyone), the number of posted articles (second posted article) may not be displayed.
 端末装置2は、スレッド表示領域W110に、スレッド一覧表示領域W100で選択さえたスレッドに含まれる投稿記事を一覧表示する。図8は、スレッド一覧表示領域W100においてスレッドTH101が選択された場合に、端末装置2が、選択されたスレッドTH101に含まれる複数の投稿記事をスレッド表示領域W110に表示するとともに、動画データ表示領域D100に、動画を1分28秒92の位置で一時停止させて表示する場合の表示例を示している。投稿記事T101-1は主投稿記事であり、投稿記事T101-2及び投稿記事T101-3は、投稿記事T101-1に対する返信である。なお、投稿記事には、投稿したユーザのユーザ名に加えて、記事が投稿された投稿日時を示す情報が表示されていてもよい。投稿日時を示す情報は、投稿日時をそのまま表示(例えば1月10日 17:30など)してもよいし、投稿日時と現在時刻との差分を表示(例えば1時間前や30分前など)してもよい。 The terminal device 2 displays a list of posted articles included in the thread selected in the thread list display area W100 in the thread display area W110. In FIG. 8, when the thread TH101 is selected in the thread list display area W100, the terminal device 2 displays a plurality of posted articles included in the selected thread TH101 in the thread display area W110, and displays a moving image data display area. D100 shows a display example in which the moving image is paused and displayed at the position of 1 minute 28 seconds 92. The posted article T101-1 is the main posted article, and the posted article T101-2 and the posted article T101-3 are replies to the posted article T101-1. In addition to the user name of the user who posted the article, information indicating the posting date and time when the article was posted may be displayed in the posted article. As the information indicating the posting date and time, the posting date and time may be displayed as it is (for example, 17:30 on January 10), or the difference between the posting date and time and the current time may be displayed (for example, 1 hour ago or 30 minutes ago). You may.
 また、図8の例では、主投稿記事T101-1に、動画内の特定の位置に円を描画する、付加情報A101-1が含まれていることが示されている。すなわち、端末装置2は、動画データに重畳表示させる付加情報(図形データなど)が含まれる場合、動画データに付加情報を重畳させて表示する。このように、投稿記事に付加情報を付加できるようにしたことで、投稿記事を閲覧する他のユーザに対して的確に情報を伝えることが可能になる。 Further, in the example of FIG. 8, it is shown that the main posted article T101-1 contains additional information A101-1 that draws a circle at a specific position in the moving image. That is, when the terminal device 2 includes additional information (graphic data, etc.) to be superimposed and displayed on the moving image data, the terminal device 2 superimposes and displays the additional information on the moving image data. By making it possible to add additional information to the posted article in this way, it becomes possible to accurately convey the information to other users who browse the posted article.
 前述した通り、端末装置2は、スレッド一覧表示領域W110において表示すべきスレッドが選択された場合、動画データ表示領域D100において、該選択されたスレッドの表示時刻で動画データを一時停止させて表示するようにしてもよい。これにより、例えば投稿記事が、動画における特定のシーンについて言及する内容であった場合に、当該特定のシーンが流れてしまうことを抑制し、他のユーザに対して的確に情報を伝えることが可能になる。なお、本実施形態では、必ずしも、動画を一時停止させて表示させる必要はない。例えば、投稿記事が、動画の特定のシーンに言及したものではない場合など、動画を一時停止させずに再生し続けた方が好ましい場合も想定されるためである。スレッドが選択された場合に、表示時刻で動画データを一時停止した状態で表示するのか、動画の再生を続けるのかについては、主投稿記事を投稿するユーザが任意に指定可能であってもよい。 As described above, when a thread to be displayed is selected in the thread list display area W110, the terminal device 2 suspends and displays the moving image data at the display time of the selected thread in the moving image data display area D100. You may do so. This makes it possible to prevent the specific scene from flowing when the posted article refers to a specific scene in the video, and to accurately convey the information to other users. become. In this embodiment, it is not always necessary to pause and display the moving image. This is because, for example, when the posted article does not refer to a specific scene of the video, it may be preferable to continue playing the video without pausing. When a thread is selected, the user who posts the main posted article may arbitrarily specify whether to display the video data in a paused state at the display time or to continue playing the video.
 ここで、端末装置2は、スレッド表示領域W110に表示させる投稿記事の数が、スレッド表示領域W110で表示可能な上限数を超える場合、投稿記事のうち当該上限数の投稿記事を、ユーザ操作に応じてスレッド表示領域W110内でスクロールさせて表示するようにしてもよい。これにより、スレッドに含まれる投稿記事の数が多い場合に動画全体がスレッドで埋め尽くされてしまい、動画が見難くなってしまうことを抑制することができる。 Here, when the number of posted articles to be displayed in the thread display area W110 exceeds the upper limit number that can be displayed in the thread display area W110, the terminal device 2 uses the upper limit number of posted articles among the posted articles for user operation. The thread display area W110 may be scrolled and displayed accordingly. As a result, when the number of posted articles included in the thread is large, the entire video is filled with threads, and it is possible to prevent the video from becoming difficult to see.
 また、端末装置2は、ユーザ操作に応じて、スレッド表示領域W110のサイズを任意に変更可能としてもよい。また、端末装置2は、ユーザ操作に応じて、動画データ表示領域D100におけるスレッド表示領域W110の表示位置を任意に変更可能としてもよい。 Further, the terminal device 2 may arbitrarily change the size of the thread display area W110 according to the user operation. Further, the terminal device 2 may arbitrarily change the display position of the thread display area W110 in the moving image data display area D100 according to the user operation.
 図8において、スレッド表示領域W110のサイズを小さくした状態の表示例を図9に示す。図8においてボタンB110が押下された場合、図9に遷移する。図9の例では、図8よりも小さいサイズのスレッド表示領域W111が表示されている。図8においてボタンB111が押下された場合、図8に戻る。これにより、スレッドが邪魔になって動画が見難くなってしまうことを抑制することができる。 FIG. 8 shows a display example in which the size of the thread display area W110 is reduced. When the button B110 is pressed in FIG. 8, the transition to FIG. 9 occurs. In the example of FIG. 9, the thread display area W111 having a size smaller than that of FIG. 8 is displayed. When the button B111 is pressed in FIG. 8, the process returns to FIG. As a result, it is possible to prevent the thread from becoming an obstacle and making it difficult to watch the video.
 同様に、端末装置2は、ユーザ操作に応じて、スレッド一覧表示領域W100のサイズを任意に変更可能としてもよい。 Similarly, the terminal device 2 may arbitrarily change the size of the thread list display area W100 according to the user operation.
 図8又は図9において、スレッド一覧表示領域W100のサイズを小さくした状態の表示例を図10に示す。図8においてボタンB100が押下された場合、小さいサイズのスレッド一覧表示領域が表示される。図10の例では、図8よりも小さいサイズのスレッド一覧表示領域W101が表示されている。図10においてボタンB101が押下された場合、大きなサイズのスレッド一覧表示領域が表示される。これにより、スレッド一覧が邪魔になって動画が見難くなってしまうことを抑制することができる。 FIG. 10 shows an example of a state in which the size of the thread list display area W100 is reduced in FIG. 8 or 9. When the button B100 is pressed in FIG. 8, a small thread list display area is displayed. In the example of FIG. 10, the thread list display area W101 having a size smaller than that of FIG. 8 is displayed. When the button B101 is pressed in FIG. 10, a large thread list display area is displayed. As a result, it is possible to prevent the thread list from becoming an obstacle and making it difficult to see the video.
 端末装置2は、スレッド表示領域においてユーザにより指定された投稿記事に付加情報(図形データなど)が含まれる場合、付加情報を、該指定された投稿記事以外の投稿記事に含まれる付加情報とは異なる態様で表示するようにしてもよい。 When the posted article specified by the user in the thread display area contains additional information (graphic data, etc.), the terminal device 2 uses the additional information as the additional information included in the posted articles other than the specified posted article. It may be displayed in a different manner.
 図10には、投稿記事T103-1に含まれる付加情報A103-1として2つの円と2つの円を結ぶ矢印とを組み合わせた図形が図示されている。この状態で、他の投稿記事に含まれる付加情報を表示した場合の例を図11に示す。図11には、投稿記事T103-4に含まれる付加情報A103-4として1つの円と矢印を組み合わせた図形が図示されている。端末装置2は、投稿記事T103-4が選択された場合、例えば、付加情報A103-4を明るい色で表示させ、付加情報A103-1を付加情報A103-4よりも暗い色で表示するようにしてもよい。これにより、スレッド内に複数の付加情報が含まれる場合であっても、ユーザは、どの付加情報がどの投稿記事に対応づけられているのかを容易に認識することが可能になる。 FIG. 10 shows a figure in which two circles and an arrow connecting the two circles are combined as additional information A103-1 included in the posted article T103-1. FIG. 11 shows an example in which additional information included in other posted articles is displayed in this state. FIG. 11 shows a figure in which one circle and an arrow are combined as additional information A103-4 included in the posted article T103-4. When the posted article T103-4 is selected, the terminal device 2 displays, for example, the additional information A103-4 in a bright color and the additional information A103-1 in a darker color than the additional information A103-4. You may. As a result, even when a plurality of additional information is included in the thread, the user can easily recognize which additional information is associated with which posted article.
 このように本実施形態の枠組みによれば、端末装置2は、動画データに、スレッドに含まれる投稿記事を重畳させて表示するため、複数のユーザが、共有された動画の特定のシーンについてコミュニケーションを図ることが可能となる。 As described above, according to the framework of the present embodiment, the terminal device 2 superimposes and displays the posted article included in the thread on the video data, so that a plurality of users communicate about a specific scene of the shared video. It becomes possible to plan.
 また、本実施形態の枠組みによれば、動画データ、スレッド、投稿記事、付加情報が、グループIDに直接又は間接的に対応づけて管理されるため、例えばスポーツのチームをグループとして登録することで、練習中や試合などの動画について、チームメンバーで動画データ、スレッド、投稿記事、付加情報を共有することが可能となる。これにより、例えば他のメンバーが指定した動画データや、他のメンバーが作成した動画タグ、注記を参照しながらコメントすることが容易となり、チームメンバー間での密度の高いコミュニケーションを実現することが可能となる。 Further, according to the framework of this embodiment, video data, threads, posted articles, and additional information are managed by directly or indirectly associating them with the group ID. Therefore, for example, by registering a sports team as a group. , It will be possible for team members to share video data, threads, posted articles, and additional information about videos such as during practice and games. This makes it easy to comment while referring to video data specified by other members, video tags created by other members, and notes, and it is possible to realize high-density communication between team members. Will be.
[その他の実施形態]
 本発明は、上記した実施の形態に限定されるものではなく、本発明の要旨を逸脱しない範囲内において、他の様々な形で実施することができる。上記実施形態はあらゆる点で単なる例示にすぎず、限定的に解釈されるものではない。
[Other embodiments]
The present invention is not limited to the above-described embodiment, and can be carried out in various other forms without departing from the gist of the present invention. The above embodiments are merely exemplary in all respects and are not to be construed in a limited manner.
 例えば、上記実施形態では、グループに対応づけて動画データ、スレッド、付加情報を取り扱う形態について説明しているが、グループに階層を設けて、サブグループに対応づけて動画データ、スレッド、付加情報を取り扱う構成としてもよい。例えば学校の運動部をグループとして登録した場合、「1年生基礎練習」、「オフェンス部屋」、「ディフェンス部屋」といった一部の部員から構成されるサブグループを設定し、動画データについてはグループに対応づけて管理する一方、スレッドや付加情報はサブグループに対応づけて管理することが考えられる。 For example, in the above embodiment, a mode for handling video data, threads, and additional information in association with a group is described, but a hierarchy is provided in the group, and video data, threads, and additional information are associated with subgroups. It may be a configuration to handle. For example, if the school's athletic club is registered as a group, a subgroup consisting of some members such as "1st grade basic practice", "offense room", and "defense room" will be set, and video data will correspond to the group. On the other hand, it is conceivable to manage threads and additional information in association with subgroups.
 また、例えば、上記実施形態では、投稿記事の入力は、必ずしも動画を停止させた状態に限られない。端末装置2は、動画再生中に投稿記事の入力を受け付けるようにしてもよい。例えば動きの少ない動画など、ユーザが、動画を再生しながら投稿記事を入力する可能性もあるためである。 Also, for example, in the above embodiment, the input of the posted article is not necessarily limited to the state in which the video is stopped. The terminal device 2 may accept the input of the posted article during the reproduction of the moving image. This is because there is a possibility that the user inputs a posted article while playing the video, for example, a video with little movement.
 また、例えば、上記実施形態では、表示時刻は、動画データに設定される時間軸においてスレッドを表示させる時刻又はフレームに限られない。表示時刻は、当該時間軸においてスレッドを表示させる所定期間(例えば1分00秒~1分05秒まで等)を示すこととしてもよい。この場合、表示制御部は、スレッドが選択された場合、動画データ表示領域において、動画データの所定期間にわたる部分を1回又は繰り返し表示することとしてもよい。複数のユーザが、共有された動画の所定期間に映っている特定のシーンについてコミュニケーションを図ることが可能となる。 Further, for example, in the above embodiment, the display time is not limited to the time or frame at which the thread is displayed on the time axis set in the moving image data. The display time may indicate a predetermined period (for example, from 1 minute 00 seconds to 1 minute 05 seconds) in which the thread is displayed on the time axis. In this case, when the thread is selected, the display control unit may display the portion of the moving image data over a predetermined period once or repeatedly in the moving image data display area. It is possible for a plurality of users to communicate with each other about a specific scene shown in a predetermined period of a shared video.
 100:情報処理システム、N:ネットワーク、1:情報処理装置、2:端末装置、10:データベース、11、21:通信部、12、22:制御部 100: Information processing system, N: Network, 1: Information processing device, 2: Terminal device, 10: Database, 11, 21: Communication unit, 12, 22: Control unit

Claims (10)

  1.  動画データを記憶する第1記憶部と、
     前記動画データに設定される時間軸においてスレッドを表示させる表示時刻と、前記動画データに対する投稿記事の集合であるスレッドに関する情報とを記憶する第2記憶部と、
     動画データ表示領域で前記動画データを表示する表示制御部と、を有し、
     前記表示制御部は、前記表示時刻の動画データを表示する際に、前記スレッドに含まれる投稿記事を、前記動画データ表示領域に重畳させて表示する、
     端末装置。
    The first storage unit that stores video data and
    A second storage unit that stores a display time for displaying a thread on a time axis set in the video data and information about a thread that is a set of posted articles for the video data.
    It has a display control unit that displays the moving image data in the moving image data display area, and has.
    When displaying the moving image data at the display time, the display control unit superimposes and displays the posted article included in the thread on the moving image data display area.
    Terminal device.
  2.  前記スレッドに含まれる投稿記事は、前記動画データ表示領域の一部の領域であるスレッド表示領域に表示され、
     前記表示制御部は、前記スレッド表示領域に表示させる投稿記事の数が、前記スレッド表示領域で表示可能な上限数を超える場合、該投稿記事のうち前記上限数の投稿記事を、ユーザ操作に応じて前記スレッド表示領域内でスクロールさせて表示する、
     請求項1に記載の端末装置。
    The posted article included in the thread is displayed in the thread display area, which is a part of the video data display area.
    When the number of posted articles to be displayed in the thread display area exceeds the upper limit that can be displayed in the thread display area, the display control unit responds to the user operation by using the upper limit of the posted articles among the posted articles. To scroll and display in the thread display area.
    The terminal device according to claim 1.
  3.  前記表示制御部は、ユーザ操作に応じて、前記スレッド表示領域のサイズを任意に変更する、
     請求項2に記載の端末装置。
    The display control unit arbitrarily changes the size of the thread display area according to the user operation.
    The terminal device according to claim 2.
  4.  前記表示制御部は、前記表示時刻を、前記動画データ表示領域に含まれるスレッド一覧表示領域に表示する、
     請求項1~3のいずれか一項に記載の端末装置。
    The display control unit displays the display time in the thread list display area included in the moving image data display area.
    The terminal device according to any one of claims 1 to 3.
  5.  前記スレッドは、最初に投稿された投稿記事である第1投稿記事と、前記第1投稿記事以外の投稿記事である第2投稿記事とを含み、
     前記表示制御部は、前記第2投稿記事の数を前記スレッド一覧表示領域に表示する、
     請求項4に記載の端末装置。
    The thread includes a first posted article, which is the first posted article, and a second posted article, which is a posted article other than the first posted article.
    The display control unit displays the number of the second posted articles in the thread list display area.
    The terminal device according to claim 4.
  6.  前記表示制御部は、前記スレッド一覧表示領域において表示すべきスレッドが選択された場合、前記動画データ表示領域において、前記動画データを、該選択されたスレッドの前記表示時刻で一時停止させて表示する、
     請求項4又は5に記載の端末装置。
    When a thread to be displayed is selected in the thread list display area, the display control unit pauses and displays the video data at the display time of the selected thread in the video data display area. ,
    The terminal device according to claim 4 or 5.
  7.  前記表示制御部は、前記投稿記事に、前記動画データに重畳表示させる付加情報が対応づけられている場合、前記動画データに前記付加情報を重畳させて表示する、
     請求項1~6のいずれか一項に記載の端末装置。
    When the posted article is associated with additional information to be superimposed and displayed on the moving image data, the display control unit superimposes and displays the additional information on the moving image data.
    The terminal device according to any one of claims 1 to 6.
  8.  前記表示制御部は、前記動画データ表示領域においてユーザにより指定された投稿記事に付加情報が含まれる場合、前記付加情報を、該指定された投稿記事以外の投稿記事に含まれる付加情報とは異なる態様で表示する、
     請求項7に記載の端末装置。
    When the posted article designated by the user in the video data display area contains additional information, the display control unit differs from the additional information included in the posted articles other than the designated posted article. Display in mode,
    The terminal device according to claim 7.
  9.  端末装置が行う表示方法であって、
     動画データを第1記憶部に記憶するステップと、
     前記動画データに設定される時間軸においてスレッドを表示させる表示時刻と、前記動画データに対する投稿記事の集合であるスレッドに関する情報とを第2記憶部に記憶するステップと、を含み、
     動画データ表示領域で前記動画データを表示するステップと、を有し、
     前記表示するステップは、前記表示時刻の動画データを表示する際に、前記スレッドに含まれる投稿記事を、前記動画データ表示領域に重畳させて表示する、
     表示方法。
    This is the display method used by the terminal device.
    The step of storing the video data in the first storage unit,
    The second storage unit includes a display time for displaying the thread on the time axis set in the video data, and a step of storing information about the thread, which is a set of posted articles for the video data, in the second storage unit.
    It has a step of displaying the moving image data in the moving image data display area, and has.
    The display step superimposes the posted article included in the thread on the video data display area when displaying the video data at the display time.
    Display method.
  10.  コンピュータに、
     動画データを第1記憶部に記憶するステップと、
     前記動画データに設定される時間軸においてスレッドを表示させる表示時刻と、前記動画データに対する投稿記事の集合であるスレッドに関する情報とを第2記憶部に記憶するステップと、を実行させ、
     動画データ表示領域で前記動画データを表示するステップと、を有し、
     前記表示するステップは、前記表示時刻の動画データを表示する際に、前記スレッドに含まれる投稿記事を、前記動画データ表示領域に重畳させて表示する、
     プログラム。
    On the computer
    The step of storing the video data in the first storage unit,
    A display time for displaying the thread on the time axis set in the video data and a step for storing information about the thread, which is a set of posted articles for the video data, in the second storage unit are executed.
    It has a step of displaying the moving image data in the moving image data display area, and has.
    The display step superimposes the posted article included in the thread on the video data display area when displaying the video data at the display time.
    program.
PCT/JP2020/048507 2020-12-24 2020-12-24 Terminal device, display method, and display program WO2022137449A1 (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
JP2022570898A JPWO2022137449A1 (en) 2020-12-24 2020-12-24
PCT/JP2020/048507 WO2022137449A1 (en) 2020-12-24 2020-12-24 Terminal device, display method, and display program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/JP2020/048507 WO2022137449A1 (en) 2020-12-24 2020-12-24 Terminal device, display method, and display program

Publications (1)

Publication Number Publication Date
WO2022137449A1 true WO2022137449A1 (en) 2022-06-30

Family

ID=82159303

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2020/048507 WO2022137449A1 (en) 2020-12-24 2020-12-24 Terminal device, display method, and display program

Country Status (2)

Country Link
JP (1) JPWO2022137449A1 (en)
WO (1) WO2022137449A1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP7303606B1 (en) * 2022-10-18 2023-07-05 株式会社Splyza Terminal device, display method and display program

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007036830A (en) * 2005-07-28 2007-02-08 Makani Networks Co Ltd Moving picture management system, moving picture managing method, client, and program
JP2009265821A (en) * 2008-04-23 2009-11-12 Yahoo Japan Corp Chat system, management server, and chat program
JP2014212490A (en) * 2013-04-19 2014-11-13 株式会社ドワンゴ Terminal device, comment distribution system, and program
JP2018045443A (en) * 2016-09-14 2018-03-22 株式会社Splyza Terminal device, information processing method, information processing system and program
JP2019208223A (en) * 2006-12-11 2019-12-05 株式会社ドワンゴ Comment distribution system, terminal device, comment distribution method, and program
JP6778838B1 (en) * 2020-03-25 2020-11-04 株式会社ドワンゴ Video posting assistance device, video posting assistance method, and program

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007036830A (en) * 2005-07-28 2007-02-08 Makani Networks Co Ltd Moving picture management system, moving picture managing method, client, and program
JP2019208223A (en) * 2006-12-11 2019-12-05 株式会社ドワンゴ Comment distribution system, terminal device, comment distribution method, and program
JP2009265821A (en) * 2008-04-23 2009-11-12 Yahoo Japan Corp Chat system, management server, and chat program
JP2014212490A (en) * 2013-04-19 2014-11-13 株式会社ドワンゴ Terminal device, comment distribution system, and program
JP2018045443A (en) * 2016-09-14 2018-03-22 株式会社Splyza Terminal device, information processing method, information processing system and program
JP6778838B1 (en) * 2020-03-25 2020-11-04 株式会社ドワンゴ Video posting assistance device, video posting assistance method, and program

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP7303606B1 (en) * 2022-10-18 2023-07-05 株式会社Splyza Terminal device, display method and display program
WO2024084603A1 (en) * 2022-10-18 2024-04-25 株式会社Splyza Terminal device, display method, and display program

Also Published As

Publication number Publication date
JPWO2022137449A1 (en) 2022-06-30

Similar Documents

Publication Publication Date Title
US10963147B2 (en) Media-aware interface
CN110784752B (en) Video interaction method and device, computer equipment and storage medium
US20210224874A1 (en) Collaborative Activities in On-Line Commerce
US10599304B2 (en) Content player
US7246155B2 (en) User name and profile information management
CN113285829A (en) Messaging for live streaming of events
JP2010152813A (en) Information communication system and information communication method
WO2011068040A1 (en) Communication system and communication method
US20150165319A1 (en) Electronic game providing device and non-transitory computer-readable storage medium storing electronic game program
CN114466209A (en) Live broadcast interaction method and device, electronic equipment, storage medium and program product
US20120229587A1 (en) System and method for providing viewing room services for network based content
WO2022184041A1 (en) Picture display method and apparatus, mobile terminal, and storage medium
CN109345232B (en) Method and system for constructing application platform based on hierarchical container mechanism
JP6073577B2 (en) Program, information processing apparatus, information processing method, and information processing system
US20180191699A1 (en) Electronic verification system using digital footprint
CN106797500B (en) Video transmission device, terminal, video transmission system, control method, program, and information storage medium
WO2022137449A1 (en) Terminal device, display method, and display program
KR101089642B1 (en) Method and Recording Media for Providing 3-Screen Service
JP5718878B2 (en) Information processing apparatus, program, information processing system
GB2486744A (en) Multimedia system with separately transmitted supplementary data overlaid onto broadcast video stream based on user input
JP7303606B1 (en) Terminal device, display method and display program
JP2003030362A (en) Method, system, terminal, recording medium, and program for changing user name
JP6861429B2 (en) Terminal devices, information processing methods, information processing systems and programs
CN107249705A (en) Information processor
JP6154528B1 (en) User posted information distribution system, terminal device, user posted information distribution server, operating method of user posted information distribution system, operating method of user posted information terminal device, operating method of user posted information distribution server, and program

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

Country of ref document: EP

Kind code of ref document: A1

ENP Entry into the national phase

Ref document number: 2022570898

Country of ref document: JP

Kind code of ref document: A

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 20966937

Country of ref document: EP

Kind code of ref document: A1