~ubuntu-branches/ubuntu/lucid/mpg123/lucid

« back to all changes in this revision

Viewing changes to tools/ASF.info

Tags: upstream-0.60
ImportĀ upstreamĀ versionĀ 0.60

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
From gt6161c@PRISM.GATECH.EDUFri Jan 30 17:00:10 1998
2
 
Date: Wed, 28 Jan 1998 14:19:13 -0500
3
 
From: Chris Sidi <gt6161c@PRISM.GATECH.EDU>
4
 
Reply to: The mpg123 MPEG Audio Player <MPG123@TU-CLAUSTHAL.DE>,
5
 
    Chris Sidi <gt6161c@PRISM.GATECH.EDU>
6
 
To: MPG123@TU-CLAUSTHAL.DE
7
 
Subject: Re: Microsoft Netshow Server
8
 
 
9
 
I thought I was only one messing with Netshow - I'll soon be streaming our
10
 
radio station in netshow and mp3.
11
 
(http://www.gatech.edu/wrek/wreknet.html)
12
 
 
13
 
I'm on the Netshow and ASF mailing lists. In both the current and beta
14
 
release of Netshow, it uses ASF 1.0; ASF 2.0 is still in development.
15
 
You won't find any documentation of ASF v1.0 and it's Object IDs.  MS said
16
 
if I sign a license agreement they'll send me the code to WAV2ASF
17
 
(WAV in this case is actually a mp3 with a 70 byte WAV header).
18
 
 
19
 
However, by taking a mp3 WAV and comparing it to the resulting ASF file,
20
 
you can tell that it's just the mp3 with a 500 bytish header at the
21
 
beginning and headers occasionally in the file.
22
 
 
23
 
I have a perl script that streams a ASF file via http from a MS Netshow
24
 
server - I stole a spice girls ASF from audionet.com with it....sounds
25
 
like you've got UDP or TCP but just in case:
26
 
 
27
 
GET /live.asf HTTP/1.0
28
 
Accept: */*
29
 
User-Agent: NSPlayer/2.0
30
 
Pragma:
31
 
no-cache,rate=1.000000,stream-time=0,stream-offset=0:0,request-context=4
32
 
 
33
 
The next message I send to the list will be a script to parse an ASF file.
34
 
 
35
 
-Chris