Link to home
Start Free TrialLog in
Avatar of dsqecs
dsqecs

asked on

Streaming Wav Samples using JMF

We are playing audio sample (Wave ) using JMF while it is being recorded.  Wave audio header consists of Filelength attribute. Because We are concerned with unlimited filelenth in Audio Conferencing, we are not able to achieve this effect using Wave format. Upon giving a particular file length(size) it plays only to this filelength.
Is it possible to play, without specifying file size in Wave header.? Or is it possible to specify the file size as Unknown.??
ASKER CERTIFIED SOLUTION
Avatar of rembo
rembo

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of rembo
rembo


Also, what about setting the size to some very large number -
say 100GB.  Then you could have your player handle exceptions
for EOF.  Is there a reason that this wouldn't work for you?

-Tony