techtalk at technique.net.au
2022-Apr-26  21:29 UTC
[Samba] Assistance request with remote TCP connection
Hi Jeremy, 
The Mobile DVR (Digital Video Recorder) records video footage (similar to a
Dashcam).
This particular Mobile DVR also has the provision to push video files onto a
server in the event an incident (crash or incident button pressed), which in
turn we need to be able to access the file list and replay on the HTML5 player.
The Mobile DVR requires a TCP connection in order for the Push function to work.
If you want to have a look at the protocol, please advise, and ill send it
straight away.
Thank you and kind regards, 
Michael G Benk
Technique Car Audio & Security.
High end Technologies international Pty Ltd.
Sydney, Australia. 
Phone +61 414 708 687
    Fax +61 2 9676 8460
Email techtalk at technique.net.au
Web www.technique.net.au
> On 27 Apr 2022, at 3:39 am, Jeremy Allison via samba <samba at
lists.samba.org> wrote:
> 
> On Tue, Apr 26, 2022 at 12:21:38PM +1000, techtalk--- via samba wrote:
>> Hello,
>> 
>> We have Mobile DVR Devices which operate on the mobile network, and we
want to be able to send video data as well as having a TCP Connection to send
commands and receive responses accordingly?
>> 
>> Can you advise on how to set up a server based on Oracle Linux (Red
Hat), as well as setting up for Samba to connect to the devices for when the
devices connect to the server.
>> 
>> Can you also advise wether each device needs to be set up on Samba, and
if so, how do I do that? The devices have their own programmable Device ID's
>> 
>> And is there a limit on how many devices can operate on Samba?
>> 
>> 
>> I can provide the protocol if you wish and I am more than happy to pay
for the support.
> 
> Hi Michael,
> 
> Can you explain in a little more detail what you are
> trying to do ? That might help us understand if Samba
> will fit your needs here.
> 
> Cheers,
> 
> Jeremy.
> 
> -- 
> To unsubscribe from this list go to the following URL and read the
> instructions:  https://lists.samba.org/mailman/options/samba
Jeremy Allison
2022-Apr-26  22:56 UTC
[Samba] Assistance request with remote TCP connection
On Wed, Apr 27, 2022 at 07:29:26AM +1000, techtalk--- via samba wrote:>Hi Jeremy, > >The Mobile DVR (Digital Video Recorder) records video footage (similar to a Dashcam). > >This particular Mobile DVR also has the provision to push video files onto a server in the event an incident (crash or incident button pressed), which in turn we need to be able to access the file list and replay on the HTML5 player. > >The Mobile DVR requires a TCP connection in order for the Push function to work. > > >If you want to have a look at the protocol, please advise, and ill send it straight away.Michael, If you need a custom protocol over TCP implementd, I'm afraid you're on the wrong email list :-). Samba implements SMB1/2/3 - the Microsoft file, print and authentication serving protocols, not a custom protocol. Cheers, Jeremy.