i have got the .nsc file and the vlc give the result below when i drag the .nsc file into the vlc player:
main debug: thread 4996 (input) created at priority 1 (input/input.c:261)
main warning: drive letter C: found in source
main debug: `C:\Documents and Settings\scot\桌面\test2.nsc' gives access `' demux `' path `C:\Documents and Settings\scot\桌面\test2.nsc'
main debug: creating demux: access='' demux='' path='C:\Documents and Settings\scot\桌面\test2.nsc'
main debug: looking for access_demux module: 1 candidate
dvdnav warning: cannot open dvdnav
main debug: creating access '' path='C:\Documents and Settings\scot\桌面\test2.nsc'
main debug: looking for access2 module: 5 candidates
vcd debug: trying .cue file: C:\Documents and Settings\scot\桌面\test2.cue
access_file debug: opening file `C:\Documents and Settings\scot\桌面\test2.nsc'
main debug: using access2 module "access_file"
main debug: pre-buffering...
main debug: received first data for our buffer
main debug: creating demux: access='' demux='' path='C:\Documents and Settings\scot\桌面\test2.nsc'
main debug: looking for demux2 module: 44 candidates
ts warning: TS module discarded (lost sync)
ffmpeg debug: couldn't guess format
main debug: using demux2 module "nsc"
main debug: looking for a subtitle file in C:\Documents and Settings\scot\桌面\
main debug: `C:\Documents and Settings\scot\桌面\test2.nsc' successfully opened
nsc debug: Name = TGP , test2
nsc debug: NSC Format Version = 3.0
nsc debug: Multicast Adapter = 10.214.40.11
nsc debug: IP Address = 239.192.59.94
nsc debug: IP Port = 21072
nsc debug: Time To Live = 32
nsc debug: Default Ecc = 10
nsc debug: Log URL =
nsc debug: Unicast URL =
nsc debug: Allow Splitting = 1
nsc debug: Allow Caching = 1
nsc debug: Cache Expiration Time = 86400
nsc debug: Format1 = asf header
main debug: EOF reached
main debug: closing input
main debug: removing module "nsc"
main debug: removing module "access_file"
main debug: thread times: real 0m0.125000s, kernel 0m0.015625s, user 0m0.000000s
main debug: thread 4996 joined (input/input.c:399)
main warning: unable to find parent!
main: nothing to play
and i want to use these information to receive stream from the WMS
but i don't know the exact steps in which the client get stream from the server.
the below list what i interpretion :
1.mms use tcp protocol to communicate with the server to get some info about the stream and the exchange some control infomation .(in this example ,it will use the ip"10.214.40.11"
2.then the client use the the udp protocol to thansport the media data (use the multicast ip "239.192.59.94").
are these steps right ?
thanks in advance.