[FFmpeg-user] Live mmsh stream -> "mmsh://96.35.129.141:5000/STLTV_Live?MSWMExt=.asf: Invalid data found when processing input"

Dan M dan at streemit.net
Wed Mar 13 21:04:09 CET 2013


I'm trying to suck in the live stream at 
http://www.stltv.net/live_vbrick.asx. When I load that stream in VLC and 
examine the stream info I am presented with a location of 
mmsh://96.35.129.141:5000/STLTV_Live?MSWMExt=.asf

When I try "ffprobe mmsh://96.35.129.141:5000/STLTV_Live?MSWMExt=.asf" 
or same result without the question mark and the stuff after it, I get :


dan at dan-Aspire-4730Z:~$ ffplay 
"mmsh://96.35.129.141:5000/STLTV_Live?MSWMExt=.asf"
avplay version 0.8.1-4:0.8.1-0ubuntu1, Copyright (c) 2003-2011 the Libav 
developers
   built on Mar 22 2012 05:29:10 with gcc 4.6.3
Strange chunk type 19748
Get http header data failed!
mmsh://96.35.129.141:5000/STLTV_Live?MSWMExt=.asf: Invalid data found 
when processing input


I also try this on a machine with a more current version of mmplay:

[root at ffmpeg1 ~]# ffplay "mmsh://96.35.129.141:5000/STLTV_Live?MSWMExt=.asf"
ffplay version 0.10.6 Copyright (c) 2003-2012 the FFmpeg developers
   built on Oct 31 2012 22:23:25 with gcc 4.7.2 20120921 (Red Hat 4.7.2-2)
   configuration: --prefix=/usr --bindir=/usr/bin 
--datadir=/usr/share/ffmpeg --incdir=/usr/include/ffmpeg 
--libdir=/usr/lib --mandir=/usr/share/man --arch=i686 
--extra-cflags='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions 
-fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom 
-fasynchronous-unwind-tables' --enable-bzlib --disable-crystalhd 
--enable-gnutls --enable-libass --enable-libcdio --enable-libcelt 
--enable-libdc1394 --disable-indev=jack --enable-libfreetype 
--enable-libgsm --enable-libmp3lame --enable-openal --enable-libopenjpeg 
--enable-libpulse --enable-librtmp --enable-libschroedinger 
--enable-libspeex --enable-libtheora --enable-libvorbis --enable-libv4l2 
--enable-libvpx --enable-libx264 --enable-libxvid --enable-x11grab 
--enable-avfilter --enable-postproc --enable-pthreads --disable-static 
--enable-shared --enable-gpl --disable-debug --disable-stripping 
--shlibdir=/usr/lib --cpu=i686 --enable-runtime-cpudetect
   WARNING: library configuration mismatch
   swscale     configuration: --enable-libaacplus --enable-libfaac 
--enable-nonfree --enable-libvpx --enable-libx264 --enable-openssl 
--enable-gpl --enable-version3 --enable-librtmp --enable-shared
   swresample  configuration: --enable-libaacplus --enable-libfaac 
--enable-nonfree --enable-libvpx --enable-libx264 --enable-openssl 
--enable-gpl --enable-version3 --enable-librtmp --enable-shared
   postproc    configuration: --enable-libaacplus --enable-libfaac 
--enable-nonfree --enable-libvpx --enable-libx264 --enable-openssl 
--enable-gpl --enable-version3 --enable-librtmp --enable-shared
   libavutil      51. 35.100 / 51. 35.100
   libavcodec     53. 61.100 / 53. 61.100
   libavformat    53. 32.100 / 53. 32.100
   libavdevice    53.  4.100 / 53.  4.100
   libavfilter     2. 61.100 /  2. 61.100
   libswscale      2.  1.100 /  2.  1.103
   libswresample   0.  6.100 /  0. 17.102
   libpostproc    52.  0.100 / 52.  2.100
ALSA lib pulse.c:243:(pulse_connect) PulseAudio: Unable to connect: 
Connection refused

Strange chunk type 19748
Get http header data failed!
mmsh://96.35.129.141:5000/STLTV_Live?MSWMExt=.asf: Invalid data found 
when processing input


Any suggestions on how I can ingest this live(ish) stream?


More information about the ffmpeg-user mailing list