I tested this with my VLC and MEncoder scripts. both save only ~10 seconds. Using WMP standalone player clearly shows how it switches to a new stream after a 10sec introduction video. Must be how MS Media Encoder, mms:// and WMP player does the co-op magic.
This scripts shows you a debug information where you can see how connection is end after an introduction playback.
Code: Select all
set source="mms://194.116.83.15/New"
set VLC=C:\apps\vlc-1.0.0-git\vlc.exe
"%VLC%" -vvv -I dummy %source% :sout=#transcode{vcodec=mp2v,vb=1024,acodec=mp3,ab=128,channels=2}:duplicate{dst=std{access=file,mux=ts,dst="output.mpeg"}}
pause