Windows Buffering during playing

 
Thread Tools Search this Thread
Special Forums Windows & DOS: Issues & Discussions Windows Buffering during playing
# 8  
Old 03-20-2003
A few comments here... Streaming audio is not file oriented. You can't wait for the entire file to download. This is used, for example, by radio stations to "transmit" over the internet.

And playing software doesn't buffer as much as it can...it will typically buffer a few seconds worth. It could buffer minutes or hours worth, but that kind of delay would be annoying. I'm not thrilled with the 10 second delay I now have.

Last night I tried listening to some internet radio on my laptop via a 56k dialup. I connected at a real speed of 44kb and it was adequate provided that I didn't do anything else over the internet. 96kb divided among 25 users is not going to be enough bandwidth.

Some of the websites of some internet radio stations claimed that they could deliver a good signal even with a 28kb dialup. I could find no claim that less bandwidth might work.

I had better luck with internet radio stations on my continent. A couple of times European stations drained my buffer. I am guessing that this related to Internet congestion rather far from my laptop, but I have no way to prove that.

I would rather listen to my stereo anyway.
# 9  
Old 03-20-2003
There are many network factors in queuing systems like the Internet that make it suboptimal for streaming audio or video. Congestion over a shared public network is one of the biggest factors.

Remember, TCP/IP networks are queuing systems not hard switched circuits.
# 10  
Old 03-21-2003
"internet radio" is really great, provided you have a broadband connection and that the server streaming the music is relativly close to you. dial up will work with internet radio, but again, you must make sure that the server is not too far from your location, and you want to select low quality streaming. generally for broadband 96kbps is plenty, and sounds great. for dial up 32kbps is good, though with a noticable lack in quality.
# 11  
Old 03-21-2003

With 96kbps with a LAN 10/100mbps of about 10 workstations and 4 remote access users connecting using dial-up of 56kbps modem while the dial-up only allow for mail retrieval and sending.

Why do you think the connect speed of the remote access is slow as 9.6kbps dialing into the server with intermitted break if there is data to be send or downloaded.

Does it mean that in the LAN environment those who can browse and access mail have consume the usage of the bandwidth leaving those from remote site with lesser bandwidth usage?

Or it is the clarity of the telephone line for dailing that is distorted therefore not allowing for an optimum usage of the 56kbps for modem dial-up?

What data can be send on a 9.6kbps bandwidth from a remote site of about 330 KM distance using dial-up?.

Thanks

Last edited by kayode; 03-24-2003 at 05:27 AM..
Login or Register to Ask a Question

Previous Thread | Next Thread

6 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Getting piped input from a program that's buffering it's stdout

The old buffering problem again, in a very specific case. On FreeBSD this time, but it's the generic line-buffered vs fully-buffered problem. I'm trying to pick an available bluetooth speaker (all named audio_N), by pinging all of them en mass and taking the first to respond. The... (10 Replies)
Discussion started by: Juha Nurmela
10 Replies

2. UNIX for Advanced & Expert Users

Discussion on buffering of standard I/O library

Hi, There are three type of buffering: Fully buffered,line buffered,and unbuffered. The goal of the buffering provided by the standard I/O library is to use the minimum number of read and write calls. I understand that decrease write() calls when use output function output data to a file ,... (4 Replies)
Discussion started by: Edward114
4 Replies

3. Shell Programming and Scripting

Playing with parameters

Can someone help me of doing something like this send.sh #!/bin/bash for last; do true; done echo $* | gammu sendsms TEXT $last every thing is good except that when i launch the script like this ./send.sh This is the message i want to send +63922XXXXXXX it turned out the message of... (2 Replies)
Discussion started by: arturo322
2 Replies

4. Shell Programming and Scripting

Tcl: Outputting Unix console without Buffering

Hi, I'm have a tcl application using expect. The application is connecting to a unix box and is running a script. What i need my app to do is show the output of the console as the script runs in realtime. At the moment, it my app is waiting until the script finishes and then dumps what is... (0 Replies)
Discussion started by: Phi01
0 Replies

5. Linux

Making Mozilla Playing M$ Windows Media

Please, Anybody knows how can i configure Mozilla Browser to play M$ Windows Media in Linux?? I know konqueror can be set to play *.ASF or *.ASX files with the kmplayer application. But Mozilla doesn't give me the option to choose an expecifc application to play this files. Is there any file in... (2 Replies)
Discussion started by: Dmitri-br
2 Replies

6. Solaris

Question about pipes in solaris (and others) and buffering....

This is weird, so I'm hoping someone here knows solaris and how it handles pipes... OK... here goes... Theres this log file, right? I want to tail -f it, grep that, gzip that, then pipe that into more commands. Well thats easy, right? tail -f file | grep pattern | gzip | otherstuff... ... (1 Reply)
Discussion started by: sannik
1 Replies
Login or Register to Ask a Question