WO2015109872A1 - 基于samba的快速访问和控制播放共享媒体文件方法 - Google Patents
基于samba的快速访问和控制播放共享媒体文件方法 Download PDFInfo
- Publication number
- WO2015109872A1 WO2015109872A1 PCT/CN2014/088219 CN2014088219W WO2015109872A1 WO 2015109872 A1 WO2015109872 A1 WO 2015109872A1 CN 2014088219 W CN2014088219 W CN 2014088219W WO 2015109872 A1 WO2015109872 A1 WO 2015109872A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- samba
- mobile terminal
- request
- shared media
- media file
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Ceased
Links
Images
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L67/00—Network arrangements or protocols for supporting network services or applications
- H04L67/01—Protocols
- H04L67/02—Protocols based on web technology, e.g. hypertext transfer protocol [HTTP]
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L67/00—Network arrangements or protocols for supporting network services or applications
- H04L67/01—Protocols
- H04L67/06—Protocols specially adapted for file transfer, e.g. file transfer protocol [FTP]
Definitions
- the present invention claims the prior application priority of the application title of "SAMBA-based quick access and control for playing a shared media file” on January 26, 2014.
- the content of the above prior application is incorporated by reference. Into this text.
- the present invention relates to the field of communication technologies, and more particularly to a method for quickly accessing and controlling playback of shared media files based on SAMBA.
- SAMBA is a free software that implements the SMB protocol on Linux and UNIX systems, consisting of a server and a client program.
- the object of the present invention is to overcome the above-mentioned drawbacks in the prior art, and to provide a method for quickly accessing and controlling the playing of shared media files based on SAMBA, so that the mobile terminal can indirectly access and manipulate the SAMBA shared media files through the SAMBA-enabled playback device.
- a method for quickly accessing and controlling a shared media file based on SAMBA is applied between a mobile terminal and a SAMBA-enabled playback device, and the method includes the following steps:
- the mobile terminal generates a corresponding request according to the operation of the user, and sends the request to the playback device through the HTTP protocol; wherein the request includes a request to log in to the SAMBA server, a request to obtain a shared directory and a file list thereof, and a control to play the shared media file. request;
- the playing device starts a pre-set thread for receiving and processing the request sent by the mobile terminal, and then respectively calls the login SAMBA server and acquires and controls the interface for playing the shared media file to perform corresponding processing;
- the playback device returns the processing result to the mobile terminal, and the mobile terminal feeds back to the user through the screen view.
- the request to log in to the SAMBA server includes input information consisting of a SAMBA server name, a username, and a password.
- the request to obtain the shared directory and its file list includes the path of the folder.
- the request to control playback of the shared media file includes a path to the shared media file.
- the corresponding request generated by the mobile terminal is sent to the playback device by using the HTTP protocol after being encapsulated into json data.
- the thread is started when the system of the playback device is started.
- a request is detected, a new thread is started for processing, and the user continues to detect whether there is a new request; when no request is detected, Continue to test.
- the method further includes:
- the mobile terminal obtains a list of SAMBA servers from the playback device and selects the SAMBA server to be logged in.
- the step of the mobile terminal acquiring the SAMBA server list from the playing device specifically includes:
- the mobile terminal sends a GetDevicelist command to the playback device.
- the playback device invokes the interface to obtain the list data of the SAMBA server, encapsulates the list data into json data, and sends the data to the mobile terminal through the HTTP protocol.
- the mobile terminal parses the json data, the mobile terminal lists the data. The data is displayed.
- the invention can enable the mobile terminal that does not support SAMBA to indirectly control the SAMBA shared media file through the playing device, and the SAMBA-enabled playback device can further improve the efficiency of accessing and manipulating the SAMBA shared media file, and improve the user experience.
- FIG. 1 is a flowchart of a method for quickly accessing and controlling playback of a shared media file based on SAMBA according to Embodiment 1 of the present invention
- FIG. 2 is a flowchart of a mobile phone according to Embodiment 2 of the present invention when an interaction is implemented by a program;
- FIG. 3 is a flowchart of a Blu-ray player provided by the second embodiment of the present invention when interacting through a program
- FIG. 4 is a schematic diagram of a mobile phone provided by a mobile phone according to Embodiment 2 of the present invention from a Blu-ray player to a SAMBA server list;
- FIG. 5 is a schematic diagram of logging in to a SAMBA server from a mobile phone terminal according to Embodiment 2 of the present invention.
- FIG. 6 is a schematic diagram of browsing a SAMBA shared media file through a mobile phone according to Embodiment 2 of the present invention.
- FIG. 7 is a schematic diagram of displaying playback information on a mobile phone end according to Embodiment 2 of the present invention.
- FIG. 8 is a structural block diagram of a SAMBA-based system for quickly accessing and controlling playback of shared media files according to Embodiment 3 of the present invention.
- Embodiment 1 of the present invention provides a method for quickly accessing and controlling a shared media file based on SAMBA, which is applied between a mobile terminal and a SAMBA-enabled playback device, wherein the mobile terminal may be a mobile terminal device such as a mobile phone or a tablet computer. .
- the mobile terminal may be a mobile terminal device such as a mobile phone or a tablet computer.
- FIG. 1 is a flowchart of a method according to Embodiment 1 of the present invention.
- the method of the embodiment of the present invention includes the following steps:
- Step S101 Establish a connection between the mobile terminal and the playback device by using an HTTP protocol.
- the mobile terminal and the playback device can communicate through the HTTP protocol as long as they support the Internet function.
- Step S102 The mobile terminal generates a corresponding request according to the operation of the user, and adopts an HTTP protocol. Send the request to the playback device;
- the request mainly includes a request for logging in to the SAMBA server, a request for acquiring a shared directory and a file list thereof, and a request for controlling the playing of the shared media file;
- the request for logging in to the SAMBA server includes input information consisting of a SAMBA server name, a username, and a password.
- the request to obtain the shared directory and its file list includes the path of the folder.
- the request to control playback of the shared media file includes a path to the shared media file.
- the corresponding request generated by the mobile terminal is sent to the playback device by using the HTTP protocol after being encapsulated into json data.
- Step S103 The playback device starts a pre-set thread for receiving and processing the request sent by the mobile terminal, and then respectively calls the login SAMBA server and acquires and controls the interface for playing the shared media file to perform corresponding processing;
- the thread is started by the system startup of the playback device, and the thread may be an infinite loop process.
- the request is detected, a new thread is started for processing, and the user continues to detect whether there is any New request; when no request is detected, the test continues.
- the input information required to log in to the SAMBA server interface is the SAMBA server name, user name, and password.
- the mobile terminal receives the input information and encapsulates it into json data, and sends the data to the playback device through the HTTP protocol, and the playback device is responsible for receiving the data.
- the original login interface of the playback device is called, and the login operation can be realized.
- the parameter required to obtain the shared media file in a folder under the SAMBA server is the path of the folder.
- the mobile terminal sends the corresponding path through the HTTP protocol, and the subsequent processing and login process are similar.
- the parameter required to play a shared media file under the SAMBA server is also the path of the file, and the mobile terminal passes The HTTP protocol sends the corresponding path, and the subsequent processing and login process are similar.
- Step S104 The playback device returns the processing result to the mobile terminal, and the mobile terminal feeds back to the user through the screen view.
- the method further includes:
- the mobile terminal obtains a list of SAMBA servers from the playback device and selects the SAMBA server to be logged in.
- the step is specifically: the mobile terminal sends a GetDevicelist command to the playback device.
- the playback device invokes the interface to obtain the list data of the SAMBA server, encapsulates the list data into json data, and sends the data to the mobile terminal through the HTTP protocol, and the mobile terminal analyzes The list data is displayed after the json data.
- the second embodiment of the present invention describes the entire implementation process by taking a mobile phone provided with an iOS system and a Blu-ray player supporting SAMBA as an example.
- FIG. 2 shows a flow chart when the mobile phone implements interaction through a program, which includes the following steps:
- Step S201 The user operates the mobile phone provided with the iOS system
- Step S202 Generate a corresponding request according to the operation
- Step S203 sending a request to the Blu-ray player
- Step S204 After transmitting, determining whether the success information returned from the Blu-ray player is received;
- Step S205 if yes, processing the returned data information
- Step S206 updating the mobile phone interface.
- Figure 3 is a flow chart showing the interaction of the Blu-ray player through a program, which includes the following steps:
- Step S301 receiving a request sent by the mobile phone
- Step S302 determining whether a request is received
- Step S303 if yes, processing the request
- Step S304 returning the data information of the processing result to the mobile phone.
- the user can obtain the SAMBA server list from the Blu-ray player through the mobile phone. After selecting the required SAMBA server, log in to the SAMBA server from the mobile phone, browse the SAMBA shared media file through the mobile phone, and control.
- the Blu-ray player plays the SAMBA shared media file and finally displays the playback information on the mobile phone.
- Embodiment 3 of the present invention provides a system for quickly accessing and controlling playback of shared media files based on SAMBA.
- the system is applied between the mobile terminal 41 and the SAMBA-enabled playback device 42, and the mobile terminal 41 passes.
- the HTTP protocol establishes a connection with the playback device 42.
- the mobile terminal 41 includes:
- the request generating module 411 is configured to generate a corresponding request according to the operation of the user; wherein the request mainly includes a request for logging in to the SAMBA server, a request for acquiring a shared directory and a file list thereof, and a request for controlling the playing of the shared media file;
- the sending module 412 is configured to send the request to the playing device 42 by using an HTTP protocol
- the display module 413 is configured to feed back to the user through the screen view when the playback device returns the processing result to the mobile terminal 41.
- the playback device 42 includes:
- the thread processing module 421 is configured to start a preset thread for receiving and processing the request sent by the mobile terminal 41, and then respectively call the login SAMBA server and acquire and control the interface for playing the shared media file to perform corresponding processing;
- the processing result feedback module 422 is configured to return the processing result to the mobile terminal 41.
- the SAMBA-based system for quickly accessing and controlling the playing of shared media files is exemplified by the division of the foregoing functional modules.
- the foregoing functions may be allocated according to requirements. It is completed by different functional modules, that is, the internal structure of the system is divided into different functional modules to complete all or part of the functions described above.
- the present invention enables the mobile terminal that does not support SAMBA to indirectly control the SAMBA shared media file through the playback device, and the SAMBA-enabled playback device can further improve the efficiency of accessing and manipulating the SAMBA shared media file.
- the user experience is not limited to, but not support SAMBA to indirectly control the SAMBA shared media file through the playback device, and the SAMBA-enabled playback device can further improve the efficiency of accessing and manipulating the SAMBA shared media file.
Landscapes
- Engineering & Computer Science (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Telephone Function (AREA)
Abstract
本发明公开了一种基于SAMBA的快速访问和控制播放共享媒体文件方法,包括以下步骤:通过HTTP协议使移动终端与播放设备之间建立连接;移动终端根据用户的操作生成相应的请求,并通过HTTP协议将请求发送至播放设备;播放设备启动预先设置的用于负责接收和处理移动终端发送的请求的线程进而分别调用登陆SAMBA服务器和获取、控制播放共享媒体文件的接口做出相应的处理;播放设备把处理结果返回给移动终端,移动终端通过屏幕视图反馈给用户。本发明能够使系统不支持SAMBA的移动终端通过播放设备对SAMBA共享媒体文件进行间接的操控,而支持SAMBA的播放设备可以进一步提高其访问和操控SAMBA共享媒体文件的效率。
Description
本发明要求2014年1月26日递交的发明名称为“基于SAMBA的快速访问和控制播放共享媒体文件方法”的申请号201410039219.2的在先申请优先权,上述在先申请的内容以引入的方式并入本文本中。
本发明涉及通信技术领域,更具体地说,是涉及一种基于SAMBA的快速访问和控制播放共享媒体文件方法。
SAMBA是在Linux和UNIX系统上实现SMB协议的一个免费软件,由服务器及客户端程序构成。
目前,市场上支持SAMBA的设备有很多,如蓝光播放机等。然而,虽然蓝光播放机支持SAMBA,但是只能使用遥控器来控制登陆、浏览及播放SAMBA共享媒体文件,在快速浏览和操控上所欠缺,用户体验不佳。另一方面,部分移动设备由于系统的缺陷或实现难度等问题无法实现对SAMBA设备的支持。
发明内容
本发明的目的在于克服现有技术中的上述缺陷,提供一种基于SAMBA的快速访问和控制播放共享媒体文件方法,使移动终端能够通过支持SAMBA的播放设备间接的访问和操控SAMBA共享媒体文件。
为实现上述目的,本发明提供的技术方案如下:一种基于SAMBA的快速访问和控制播放共享媒体文件方法,应用于移动终端与支持SAMBA的播放设备之间,该方法包括以下步骤:
通过HTTP协议使移动终端与播放设备之间建立连接;
移动终端根据用户的操作生成相应的请求,并通过HTTP协议将请求发送至播放设备;其中,所述请求包括登陆SAMBA服务器的请求、获取共享目录及其文件列表的请求和控制播放共享媒体文件的请求;
播放设备启动预先设置的用于负责接收和处理移动终端发送的请求的线程进而分别调用登陆SAMBA服务器和获取、控制播放共享媒体文件的接口做出相应的处理;
播放设备把处理结果返回给移动终端,移动终端通过屏幕视图反馈给用户。
进一步而言,所述登陆SAMBA服务器的请求包含有由SAMBA服务器名称、用户名和密码组成的输入信息。
进一步而言,所述获取共享目录及其文件列表的请求包含有文件夹的路径。
进一步而言,所述控制播放共享媒体文件的请求包含有共享媒体文件的路径。
进一步而言,所述移动终端生成的相应请求通过封装成json数据后再通过HTTP协议将请求发送至播放设备。
进一步而言,所述线程随播放设备的系统启动而启动,当检测到请求时,则启动一个新的线程进行处理,而自己则继续检测是否有新的请求;当没有检测到请求时,则继续检测。
进一步而言,所述移动终端根据用户的操作生成相应的请求,并通过HTTP协议将请求发送至播放设备的步骤之前还包括:
移动终端从播放设备中获取SAMBA服务器列表,选择需要登陆的SAMBA服务器。
进一步而言,所述移动终端从播放设备中获取SAMBA服务器列表的步骤具体包括:
移动终端将一个GetDevicelist命令发送至播放设备,播放设备接收命令后调用接口去获取SAMBA服务器的列表数据,将列表数据封装成json数据,通过HTTP协议发送给移动终端,移动终端解析json数据后将列表数据显示出来。
与现有技术相比,本发明的有益效果在于:
本发明能够使系统不支持SAMBA的移动终端通过播放设备对SAMBA共享媒体文件进行间接的操控,而支持SAMBA的播放设备可以进一步提高其访问和操控SAMBA共享媒体文件的效率,提高了用户体验。
图1是本发明实施例一提供的基于SAMBA的快速访问和控制播放共享媒体文件方法的流程图;
图2是本发明实施例二提供的手机通过程序实现交互时的流程图;
图3是本发明实施例二提供的蓝光播放机通过程序实现交互时的流程图;
图4是本发明实施例二提供的手机从蓝光播放机端获取到SAMBA服务器列表的示意图;
图5是本发明实施例二提供的从手机端登陆SAMBA服务器的示意图;
图6是本发明实施例二提供的通过手机浏览SAMBA共享媒体文件的示意图;
图7是本发明实施例二提供的在手机端显示播放信息的示意图;
图8是本发明实施例三提供的基于SAMBA的快速访问和控制播放共享媒体文件的系统的结构框图。
为使本发明实施例的目的、技术方案和优点更加清楚,下面将结合本发明实施例中的附图,对本发明实施例中的技术方案进行清楚、完整地描述,显然,所描述的实施例是本发明一部分实施例,而不是全部的实施例。基于本发明中的实施例,本领域普通技术人员在没有作出创造性劳动前提下所获得的所有其他实施例,都属于本发明保护的范围。
实施例一
本发明的实施例一提供了一种基于SAMBA的快速访问和控制播放共享媒体文件方法,应用于移动终端与支持SAMBA的播放设备之间,其中,移动终端可以是手机、平板电脑等移动终端设备。下面结合附图对本实施例进行详细说明。
图1是本发明实施例一的方法流程图,请参考图1,本发明实施例的方法包括以下步骤:
步骤S101、通过HTTP协议使移动终端与播放设备之间建立连接;
在本发明实施例中,移动终端和播放设备只要支持互联网功能即可通过HTTP协议进行通信。
步骤S102、移动终端根据用户的操作生成相应的请求,并通过HTTP协议
将请求发送至播放设备;
在本发明实施例中,所述请求主要包括登陆SAMBA服务器的请求、获取共享目录及其文件列表的请求和控制播放共享媒体文件的请求;
进一步的,所述登陆SAMBA服务器的请求包含有由SAMBA服务器名称、用户名和密码组成的输入信息。所述获取共享目录及其文件列表的请求包含有文件夹的路径。所述控制播放共享媒体文件的请求包含有共享媒体文件的路径。
其中,所述移动终端生成的相应请求通过封装成json数据后再通过HTTP协议将请求发送至播放设备。
步骤S103、播放设备启动预先设置的用于负责接收和处理移动终端发送的请求的线程进而分别调用登陆SAMBA服务器和获取、控制播放共享媒体文件的接口做出相应的处理;
在本发明实施例中,所述线程随播放设备的系统启动而启动,该线程可以是一个无限循环过程,当检测到请求时,则启动一个新的线程进行处理,而自己则继续检测是否有新的请求;当没有检测到请求时,则继续检测。
进一步而言,登陆SAMBA服务器的接口需要的输入信息是SAMBA服务器名称、用户名和密码,移动终端接收上述输入信息后封装成json数据,通过HTTP协议发送到播放设备,播放设备负责接受数据的线程接收到输入信息之后就会调用播放设备原始的登陆接口,即可实现登陆操作。获取SAMBA服务器下某一个文件夹下的共享媒体文件需要的参数是该文件夹的路径,移动终端通过HTTP协议发送对应的路径,后续处理和登陆流程类似。播放SAMBA服务器下某一个共享媒体文件需要的参数也是该文件的路径,移动终端通过
HTTP协议发送对应的路径即可,后续处理和登陆流程类似。
步骤S104、播放设备把处理结果返回给移动终端,移动终端通过屏幕视图反馈给用户。
作为一个优选的实施方式,当播放设备支持有多个SAMBA服务器时,在步骤S102之前还包括:
移动终端从播放设备中获取SAMBA服务器列表,选择需要登陆的SAMBA服务器。该步骤具体为:移动终端将一个GetDevicelist命令发送至播放设备,播放设备接收命令后调用接口去获取SAMBA服务器的列表数据,将列表数据封装成json数据,通过HTTP协议发送给移动终端,移动终端解析json数据后将列表数据显示出来。
实施例二
本发明的实施例二以设置有iOS系统的手机和支持SAMBA的蓝光播放机为例对整个实现过程进行说明。
图2示出了手机通过程序实现交互时的流程图,其包括以下步骤:
步骤S201、用户对设置有iOS系统的手机进行操作;
步骤S202、根据操作生成相应的请求;
步骤S203、向蓝光播放机发送请求;
步骤S204、发送后判断是否接收到从蓝光播放机返回的成功信息;
步骤S205、若是,则处理返回的数据信息;
步骤S206、更新手机界面。
图3示出了蓝光播放机通过程序实现交互时的流程图,其包括以下步骤:
步骤S301、接收手机发送过来的请求;
步骤S302、判断是否接收到请求;
步骤S303、若是,则处理请求;
步骤S304、返回处理结果的数据信息给手机。
如图4至图7所示,用户可以通过手机从蓝光播放机端获取到SAMBA服务器列表,当选择了需要的SAMBA服务器后,从手机端登陆SAMBA服务器,通过手机浏览SAMBA共享媒体文件,并控制蓝光播放机播放SAMBA共享媒体文件,最后在手机端显示播放信息。
本领域普通技术人员可以理解实现上述实施例方法中的全部或部分步骤是可以通过程序来指令相关的硬件来完成,所述的程序可以在存储于一计算机可读取存储介质中,所述的存储介质,如ROM/RAM、磁盘、光盘等。
实施例三
本发明的实施例三提供了一种基于SAMBA的快速访问和控制播放共享媒体文件的系统,请参考图8,该系统应用于移动终端41与支持SAMBA的播放设备42之间,移动终端41通过HTTP协议与播放设备42建立连接。
在本发明的实施例中,所述移动终端41包括:
请求生成模块411,用于根据用户的操作生成相应的请求;其中,所述请求主要包括登陆SAMBA服务器的请求、获取共享目录及其文件列表的请求和控制播放共享媒体文件的请求;
发送模块412,用于通过HTTP协议将请求发送至播放设备42;
显示模块413,用于当播放设备把处理结果返回给移动终端41时,则通过屏幕视图反馈给用户。
在本发明的实施例中,所述播放设备42包括:
线程处理模块421,用于启动预先设置的用于负责接收和处理移动终端41发送的请求的线程进而分别调用登陆SAMBA服务器和获取、控制播放共享媒体文件的接口做出相应的处理;
处理结果反馈模块422,用于把处理结果返回给移动终端41。
需要说明的是,上述实施例提供的一种基于SAMBA的快速访问和控制播放共享媒体文件的系统,仅以上述各功能模块的划分进行举例说明,实际应用中,可以根据需要而将上述功能分配由不同的功能模块完成,即将系统的内部结构划分成不同的功能模块,以完成以上描述的全部或者部分功能。
综上所述,本发明能够使系统不支持SAMBA的移动终端通过播放设备对SAMBA共享媒体文件进行间接的操控,而支持SAMBA的播放设备可以进一步提高其访问和操控SAMBA共享媒体文件的效率,提高了用户体验。
上述实施例为本发明较佳的实施方式,但本发明的实施方式并不受上述实施例的限制,其他的任何未背离本发明的精神实质与原理下所作的改变、修饰、替代、组合、简化,均应为等效的置换方式,都包含在本发明的保护范围之内。
Claims (8)
- 一种基于SAMBA的快速访问和控制播放共享媒体文件方法,应用于移动终端与支持SAMBA的播放设备之间,其特征在于,该方法包括以下步骤:通过HTTP协议使移动终端与播放设备之间建立连接;移动终端根据用户的操作生成相应的请求,并通过HTTP协议将请求发送至播放设备;其中,所述请求包括登陆SAMBA服务器的请求、获取共享目录及其文件列表的请求和控制播放共享媒体文件的请求;播放设备启动预先设置的用于负责接收和处理移动终端发送的请求的线程进而分别调用登陆SAMBA服务器和获取、控制播放共享媒体文件的接口做出相应的处理;播放设备把处理结果返回给移动终端,移动终端通过屏幕视图反馈给用户。
- 根据权利要求1所述的基于SAMBA的快速访问和控制播放共享媒体文件方法,其特征在于,所述登陆SAMBA服务器的请求包含有由SAMBA服务器名称、用户名和密码组成的输入信息。
- 根据权利要求1所述的基于SAMBA的快速访问和控制播放共享媒体文件方法,其特征在于,所述获取共享目录及其文件列表的请求包含有文件夹的路径。
- 根据权利要求1所述的基于SAMBA的快速访问和控制播放共享媒体文件方法,其特征在于,所述控制播放共享媒体文件的请求包含有共享媒体文 件的路径。
- 根据权利要求1~4中任意一项所述的基于SAMBA的快速访问和控制播放共享媒体文件方法,其特征在于,所述移动终端生成的相应请求通过封装成json数据后再通过HTTP协议将请求发送至播放设备。
- 根据权利要求1所述的基于SAMBA的快速访问和控制播放共享媒体文件方法,其特征在于,所述线程随播放设备的系统启动而启动,当检测到请求时,则启动一个新的线程进行处理,而自己则继续检测是否有新的请求;当没有检测到请求时,则继续检测。
- 根据权利要求1所述的基于SAMBA的快速访问和控制播放共享媒体文件方法,其特征在于,所述移动终端根据用户的操作生成相应的请求,并通过HTTP协议将请求发送至播放设备的步骤之前还包括:移动终端从播放设备中获取SAMBA服务器列表,选择需要登陆的SAMBA服务器。
- 根据权利要求7所述的基于SAMBA的快速访问和控制播放共享媒体文件方法,其特征在于,所述移动终端从播放设备中获取SAMBA服务器列表的步骤具体包括:移动终端将一个GetDevicelist命令发送至播放设备,播放设备接收命令后调用接口去获取SAMBA服务器的列表数据,将列表数据封装成json数据, 通过HTTP协议发送给移动终端,移动终端解析json数据后将列表数据显示出来。
Applications Claiming Priority (2)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN201410039219.2 | 2014-01-26 | ||
| CN201410039219.2A CN103747016A (zh) | 2014-01-26 | 2014-01-26 | 基于samba的快速访问和控制播放共享媒体文件方法 |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| WO2015109872A1 true WO2015109872A1 (zh) | 2015-07-30 |
Family
ID=50504003
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| PCT/CN2014/088219 Ceased WO2015109872A1 (zh) | 2014-01-26 | 2014-10-09 | 基于samba的快速访问和控制播放共享媒体文件方法 |
Country Status (2)
| Country | Link |
|---|---|
| CN (1) | CN103747016A (zh) |
| WO (1) | WO2015109872A1 (zh) |
Cited By (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN111010437A (zh) * | 2019-12-12 | 2020-04-14 | 深圳市深智电科技有限公司 | 一种智能媒体播放系统、控制方法 |
Families Citing this family (9)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN103747016A (zh) * | 2014-01-26 | 2014-04-23 | 广东欧珀移动通信有限公司 | 基于samba的快速访问和控制播放共享媒体文件方法 |
| CN104301400B (zh) * | 2014-09-28 | 2017-10-03 | 四川长虹电器股份有限公司 | 基于Samba协议的多屏协同及资源共享方法 |
| CN104468761B (zh) * | 2014-11-28 | 2018-05-18 | 广东欧珀移动通信有限公司 | 控制播放机挂载共享文件的方法和移动终端 |
| CN105721945A (zh) * | 2016-02-02 | 2016-06-29 | 四川长虹电器股份有限公司 | 电视机在线播放局域网中iso镜像影片的方法 |
| CN105704558A (zh) * | 2016-03-17 | 2016-06-22 | 四川长虹电器股份有限公司 | 智能电视在线播放局域网中iso影片的方法 |
| CN105827636B (zh) * | 2016-05-09 | 2019-04-16 | Oppo广东移动通信有限公司 | 一种共享媒体服务的方法和装置 |
| CN107172048A (zh) * | 2017-05-19 | 2017-09-15 | 郑州云海信息技术有限公司 | 一种基于smb协议的多通道实现方法及装置 |
| CN113691531B (zh) * | 2021-08-24 | 2023-08-01 | 深圳市思迪信息技术股份有限公司 | 基于WebSocket协议的数据传输方法及系统、设备及存储介质 |
| CN115941850A (zh) * | 2022-11-18 | 2023-04-07 | 湖南提奥医疗科技有限公司 | 一种医学影像数据传输方法、装置、设备、存储介质 |
Citations (4)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN102204192A (zh) * | 2011-05-26 | 2011-09-28 | 华为技术有限公司 | 挂载网络附属存储nas设备的方法及数字媒体播放器dmp |
| CN102708901A (zh) * | 2012-04-20 | 2012-10-03 | Tcl通力电子(惠州)有限公司 | BD播放器的Web控制方法及BD播放器 |
| CN103338263A (zh) * | 2013-07-08 | 2013-10-02 | 广东欧珀移动通信有限公司 | 基于播放器的共享音视频文件的方法及系统 |
| CN103747016A (zh) * | 2014-01-26 | 2014-04-23 | 广东欧珀移动通信有限公司 | 基于samba的快速访问和控制播放共享媒体文件方法 |
-
2014
- 2014-01-26 CN CN201410039219.2A patent/CN103747016A/zh active Pending
- 2014-10-09 WO PCT/CN2014/088219 patent/WO2015109872A1/zh not_active Ceased
Patent Citations (4)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN102204192A (zh) * | 2011-05-26 | 2011-09-28 | 华为技术有限公司 | 挂载网络附属存储nas设备的方法及数字媒体播放器dmp |
| CN102708901A (zh) * | 2012-04-20 | 2012-10-03 | Tcl通力电子(惠州)有限公司 | BD播放器的Web控制方法及BD播放器 |
| CN103338263A (zh) * | 2013-07-08 | 2013-10-02 | 广东欧珀移动通信有限公司 | 基于播放器的共享音视频文件的方法及系统 |
| CN103747016A (zh) * | 2014-01-26 | 2014-04-23 | 广东欧珀移动通信有限公司 | 基于samba的快速访问和控制播放共享媒体文件方法 |
Cited By (2)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN111010437A (zh) * | 2019-12-12 | 2020-04-14 | 深圳市深智电科技有限公司 | 一种智能媒体播放系统、控制方法 |
| CN111010437B (zh) * | 2019-12-12 | 2023-08-22 | 深圳市深智电科技有限公司 | 一种智能媒体播放系统、控制方法 |
Also Published As
| Publication number | Publication date |
|---|---|
| CN103747016A (zh) | 2014-04-23 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| WO2015109872A1 (zh) | 基于samba的快速访问和控制播放共享媒体文件方法 | |
| US20160366461A1 (en) | Method and Device for Mobile Communication Terminal to Control Smart TV to Play Video File | |
| US11108727B2 (en) | System, method, and server for playing multimedia resource | |
| CN102801758B (zh) | 终端的远程系统、远程操作方法 | |
| US20150365453A1 (en) | Media projection method and device, control terminal and cloud server | |
| US20140298395A1 (en) | Methods and systems for playing video on multiple terminals | |
| US20160094504A1 (en) | Session History Horizon Control | |
| US9686506B2 (en) | Method, apparatus, system, and storage medium for video call and video call control | |
| US20150143210A1 (en) | Content Stitching Templates | |
| WO2017080200A1 (zh) | 一种自定义菜单的实现方法、装置、客户端及服务器 | |
| WO2016095705A1 (zh) | 流媒体传输的方法、装置及系统 | |
| JP2013033472A (ja) | ネットワークサービス交換の提供に使用される方法及びシステム | |
| CN102685176A (zh) | 终端的远程支持系统、远程支持方法 | |
| WO2016106705A1 (zh) | 内容共享的方法、终端、服务器和系统 | |
| CN106210801A (zh) | 一种自定义轮播频道的添加方法和装置 | |
| WO2019062285A1 (zh) | 来电语音呼叫方法和终端 | |
| GB2508138A (en) | Delivering video content to a device by storing multiple formats | |
| CN115514755A (zh) | 一种跨设备下载方法、装置、设备及存储介质 | |
| JP6230453B2 (ja) | 撮像装置及びその制御方法 | |
| TWI515684B (zh) | 資訊處理方法、裝置以及系統 | |
| WO2017193544A1 (zh) | 资源下载方法、装置及电子设备 | |
| CN104468761B (zh) | 控制播放机挂载共享文件的方法和移动终端 | |
| WO2015182183A1 (ja) | 情報処理装置、情報処理システム、情報処理方法およびプログラム | |
| WO2018213309A1 (en) | Method and apparatus for storing and sending a computer location | |
| JP2020009031A (ja) | 情報処理システム、情報処理システムの制御方法、及び、情報処理システムの制御プログラム |
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: 14879905 Country of ref document: EP Kind code of ref document: A1 |
|
| NENP | Non-entry into the national phase |
Ref country code: DE |
|
| 122 | Ep: pct application non-entry in european phase |
Ref document number: 14879905 Country of ref document: EP Kind code of ref document: A1 |