RE: Same file broadcasted at different rates

From: Dave Gilmore (DaveGilmore_at_discussions.microsoft.com)
Date: 01/21/05


Date: Fri, 21 Jan 2005 12:31:03 -0800

Thank you, Ravi. That page was very useful. But what I need to do is limit
the Bit rate the user listens to on the server side. We want some listeners
to listen to the stream at one bit rate and others to listen on a higher bit
rate (paying customers). I imagine I have to set up two seperate publishing
points to pull this off. But I do not know how to tell a publishing point to
broadcast at a certain bit rate. Does that make sense?

Thanks,
Dave

"Ravi Raman" wrote:

> If you are okay with re-encoding to a WMV file, then you
> can "transcode" your MP3 to a Multiple Bit Rate file
> (128kbps and 64kbps on the same file in WMA format) and
> the server can stream the right bitrate to the clients
> based on the bandwidth available. The following link
> about "Intelligent Streaming" should give you an idea
> (http://www.microsoft.com/windows/windowsmedia/howto/articl
> es/intstreaming.aspx).
>
> Note that if you go this route, then the re-encoding from
> MP3 (which is already lossy) may reduce the quality
> further. So, it is advisable to encode from the original,
> then the quality would be better.
>
> There are a few caveats if I remember right - older
> clients/players (prior to Windows Media Player 9) will
> always play the lower bit rate stream or some such
> limitation because this was a new feature introduced in
> the WMP9 time frame.
>
> Thx,
> Ravi
> --
> This posting is provided "AS IS" with no warranties, and
> confers no rights.
> >-----Original Message-----
> >We are currently broadcasting a directory of MP3s lets
> say. They are sampled
> >at 128kbps. I want to stream the same files at 128 and at
> 64. Is there wa way
> >to do this using one file or do I have to resample the
> 128kbps file down to
> >64 and end up with two files? Files are all on Media
> server and WME is not
> >being used.
> >
> >Thanks,
> >Dave Gilmore
> >.
> >
>



Relevant Pages

  • Re: Forwarding Web server requests to local machine
    ... The problem is that ssh listens on all IPs that are on the same network ... listenying to port 80, so ssh fails to listen on port 80. ... ML> connected by a remote server that I do not control (actually ... ML> thought of using ssh to forward port 80 connections to that remote ...
    (comp.security.ssh)
  • Re: How can a server know its own IP address
    ... > server know on which IP address it is running. ... has a physical network interface has at least two interfaces with each ... If you want to know on what IP address the given web server listens ... the best way is to read it's configuration files. ...
    (comp.unix.programmer)
  • Re: How can a .net socket server listen to all the IPAddresses of
    ... IPEndPoint localEndPoint = new IPEndPoint(IPAddress.Any, ... The socket server program is running on Windows Server 2003 with 2 network ... 1st network adapter: ... The client program gets to connect to the server when the server listens to ...
    (microsoft.public.dotnet.framework)
  • embedding sshd into a server
    ... I have a server that, among other things, listens on a socket where ... admins can connect to issue commands. ... have the server fork and exec an sshd process that ... listens on a special port (so it doesn't conflict with the system sshd). ...
    (comp.security.ssh)
  • RE: Controlling Publishing Points on multiple servers
    ... Ravi, thank you for responding. ... > WMS provides an object model with which you can create/edit/delete publishing ... > For example, from one server, you can manipulate publishing points on other ... > You can also write an event plug-in that will get invoked on one server when ...
    (microsoft.public.windowsmedia.server)