Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Oct 2007 18:58:18 +0200
From:      Mel <fbsd.questions@rachie.is-a-geek.net>
To:        freebsd-questions@freebsd.org
Subject:   Re: Push/Stream Data TO a Server
Message-ID:  <200710101858.18354.fbsd.questions@rachie.is-a-geek.net>
In-Reply-To: <8C9D964F151E530-938-9829@FWM-D17.sysops.aol.com>
References:  <8C9D964F151E530-938-9829@FWM-D17.sysops.aol.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wednesday 10 October 2007 16:56:59 tonylabarbara@aol.com wrote:

> I have a client that has video cameras (D-Link) and wants to stream video
> on his Web site. The problem is that his Internet connection is such that
> the IP address is dynamic. Can I push the data to my server? How? I don't
> need to store it; I just need to make it available for viewing. Tutorials
> somewhere? TIA,

Probably easiest solved using dyndns.com or similar services. Or setup your 
own. The website uses a hostname. As soon as he connects, he updates the DNS 
to his new IP using the various programs available to do that. Then the 
website doesn't care what his IP is.

If this isn't an option, it depends what he's using to stream the video. 
Icecast[1] on your server would do the job. If the mount point isn't 
connected by a client[2], it will return 404. I remember from a few years 
back, Apple's and Real's media servers have similar features. Your customer 
should then be configured to stream to your server.

[1] audio/icecast2
[2] audio/ices
-- 
Mel



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200710101858.18354.fbsd.questions>