unable to play mms://

*nix specific usage questions
salam
New Cone
New Cone
Posts: 5
Joined: 02 Apr 2007 19:06

unable to play mms://

Postby salam » 02 Apr 2007 20:05

hi.

i have problems playing this stream: mms://85.248.7.162/EXPRES_HQ
it works well in WMP or winamp5 and also in windows version of VLC (after replacing mms:// with rtsp://)

in linux, no player i've tried can play this. i'm getting a strange 'file not found' error:

Code: Select all

$ vlc rtsp://85.248.7.162/EXPRES_HQ -vvv VLC media player 0.8.6-bugfix Janus [00000001] main private debug: checking builtin modules [00000001] main private debug: checking plugin modules [00000001] main private debug: loading plugins cache file /home/ethereal/.vlc/cache/plugins-04041e.dat [00000001] main private debug: recursively browsing `modules' [00000001] main private debug: recursively browsing `/usr/lib/vlc' [00000001] main private debug: recursively browsing `plugins' [00000001] main private debug: module bank initialized, found 196 modules [00000001] main private debug: opening config file /home/ethereal/.vlc/vlcrc [00000001] main private debug: CPU has capabilities 486 586 MMX MMXEXT SSE SSE2 FPU [00000001] main private debug: looking for memcpy module: 3 candidates [00000001] main private debug: using memcpy module "memcpymmxext" [00000256] main playlist debug: waiting for thread completion [00000256] main playlist debug: thread 16386 (playlist) created at priority 0 (playlist/playlist.c:184) [00000257] main private debug: waiting for thread completion [00000257] main private debug: thread 32771 (preparser) created at priority 0 (playlist/playlist.c:210) [00000258] main interface debug: looking for interface module: 1 candidate [00000258] main interface debug: using interface module "hotkeys" [00000258] main interface debug: thread 49156 (interface) created at priority 0 (interface/interface.c:231) [00000260] main interface debug: looking for interface module: 1 candidate [00000260] main interface debug: using interface module "screensaver" [00000260] main interface debug: thread 65541 (interface) created at priority 0 (interface/interface.c:231) [00000256] main playlist debug: adding playlist item `rtsp://85.248.7.162/EXPRES_HQ' ( rtsp://85.248.7.162/EXPRES_HQ ) [00000262] main interface debug: looking for interface module: 3 candidates [00000262] main interface debug: using interface module "wxwidgets" [00000262] main interface debug: thread 81926 (manager) created at priority 0 (interface/interface.c:216) [00000262] wxwidgets interface debug: Using last windows config '(-1,0,0,1024,768)(0,328,195,363,81)(6,0,0,-1,150)' [00000262] wxwidgets interface debug: id=0 p=(328,195) s=(363,81) [00000262] wxwidgets interface debug: id=6 p=(0,0) s=(-1,150) [00000256] main playlist debug: nothing requested, starting [00000256] main playlist debug: creating new input thread [00000265] main input debug: waiting for thread completion [00000265] main input debug: thread 98311 (input) created at priority 0 (input/input.c:265) [00000265] main input debug: creating statistics handler [00000265] main input debug: `rtsp://85.248.7.162/EXPRES_HQ' gives access `rtsp' demux `' path `85.248.7.162/EXPRES_HQ' [00000265] main input debug: creating demux: access='rtsp' demux='' path='85.248.7.162/EXPRES_HQ' [00000267] main demuxer debug: looking for access_demux module: 0 candidates [00000267] main demuxer warning: no access_demux module matched "rtsp" [00000265] main input debug: creating access 'rtsp' path='85.248.7.162/EXPRES_HQ' [00000268] main access debug: looking for access2 module: 3 candidates [00000268] main access debug: net: connecting to 85.248.7.162 port 554 [00000268] main access debug: connection in progress [00000268] access_realrtsp access debug: rtsp connected [00000268] access_realrtsp access warning: only real/helix rtsp servers supported for now [00000268] access_file access warning: 85.248.7.162/EXPRES_HQ: No such file or directory [00000268] main access warning: no access2 module matching "rtsp" could be loaded [00000265] main input error: no suitable access module for `rtsp://85.248.7.162/EXPRES_HQ' [00000265] main input debug: thread 98311 joined (input/input.c:412) [00000256] main playlist: nothing to play
seems to be some kind of shitty MS media format. any chance to get it work for linux?

pastyr
New Cone
New Cone
Posts: 5
Joined: 07 Apr 2007 23:53

Postby pastyr » 08 Apr 2007 01:49

If I try to play it using rstp://... with VLC under Linux, I get sound but it is garbled. It really looks like the bug - could you report it so that the VLC developers could fix it? MPlayer cannot play it either, so it seems that this cannot be played natively under LInux at the moment (as far as I know there is no other software that could play this and if there was one it would most probably use MPlayer's or VLC's code anyway). You can try wine with one of those windows programs... :( and, you can write to that radio to offer another, more linux-friendly format for streaming - I always do that by similar occasions and if there is enough people complaining, we often get it.

evgen
New Cone
New Cone
Posts: 4
Joined: 05 Apr 2007 19:07

Postby evgen » 09 Apr 2007 09:05

I think it's not a bug -- it is VLC limitiation of your build. Log is clear :) :

Code: Select all

[00000268] main access debug: looking for access2 module: 3 candidates
3 access modules suitable for given URL...

Code: Select all

... [00000268] access_realrtsp access debug: rtsp connected
RTSP stream found by VLC...

Code: Select all

[00000268] access_realrtsp access warning: only real/helix rtsp servers supported for now
...but it is not supported. Access module for RTSP fails to process stream...

Code: Select all

[00000268] access_file access warning: 85.248.7.162/EXPRES_HQ: No such file or directory
...and now VLC is trying to open file instead of stream. :)

Try to set all appropriate options in ./configure script
I think this all troubles caused by your build parameters

pastyr
New Cone
New Cone
Posts: 5
Joined: 07 Apr 2007 23:53

Postby pastyr » 09 Apr 2007 14:52

In fact, it is not mms but rstp. When playing rstp://85.248.7.162/EXPRES_HQ, VLC connects but the sound is garbled and there are is plenty of warning messages, see below. So it does look as a bug, especially if VLC under Windows plays this correctly. It might be a bug outside of VLC though.


vlc rtsp://85.248.7.162/EXPRES_HQ -v
VLC media player 0.8.6a Janus
[00000001] main private warning: Unable to get HAL device properties
Sending request: OPTIONS rtsp://85.248.7.162/EXPRES_HQ RTSP/1.0
CSeq: 1
User-Agent: VLC media player (LIVE555 Streaming Media v2006.08.06)


Received OPTIONS response: RTSP/1.0 200 OK
Supported: com.microsoft.wm.srvppair, com.microsoft.wm.sswitch, com.microsoft.wm.eosmsg, com.microsoft.wm.fastcache, com.microsoft.wm.packetpairssrc, com.microsoft.wm.startupprofile
Date: Mon, 09 Apr 2007 12:41:34 GMT
CSeq: 1
Server: WMServer/9.1.1.3814


Sending request: DESCRIBE rtsp://85.248.7.162/EXPRES_HQ RTSP/1.0
CSeq: 2
Accept: application/sdp
User-Agent: VLC media player (LIVE555 Streaming Media v2006.08.06)


Received DESCRIBE response: RTSP/1.0 200 OK
Content-Type: application/sdp
Vary: Accept
X-Playlist-Gen-Id: 167776
X-Broadcast-Id: 163324
Content-Length: 7510
Date: Mon, 09 Apr 2007 12:41:34 GMT
CSeq: 2
Server: WMServer/9.1.1.3814
Supported: com.microsoft.wm.srvppair, com.microsoft.wm.sswitch, com.microsoft.wm.eosmsg, com.microsoft.wm.fastcache, com.microsoft.wm.packetpairssrc, com.microsoft.wm.startupprofile
Last-Modified: Sat, 30 Dec 1899 00:00:00 GMT
Cache-Control: x-wms-stream-type="broadcast", no-cache, no-user-cache, private


Need to read 7510 extra bytes
Read 927 extra bytes: v=0
o=- 200703300532010406 200703300532010406 IN IP4 127.0.0.1
s=<No Title>
c=IN IP4 0.0.0.0
b=AS:129
a=maxps:5493
t=0 0
a=control:rtsp://85.248.7.162/Expres_HQ/
a=etag:{BD616BB4-577B-EF0F-A4E2-777B15623F4B}
a=range:npt=1.451-1.451
a=type:broadcast
a=recvonly
a=pgmpu:data:application/x-wms-contentdesc,8,language,31,0,,44,WMS_CONTENT_DESCRIPTION_SERVER_BRANDING_INFO,31,12,WMServer/9.1,51,WMS_CONTENT_DESCRIPTION_PLAYLIST_ENTRY_START_OFFSET,3,4,1451,47,
WMS_CONTENT_DESCRIPTION_PLAYLIST_ENTRY_DURATION, 3,1,0,58,WMS_CONTENT_DESCRIPTION_COPIED_METADATA_FROM_PLAYLIST_FILE,3,1,1,42,WMS_CONTENT_DESCRIPTION_PLAYLIST_ENTRY_URL,31,1,/%0D%0A
a=pgmpu:data:application/vnd.ms.wms-hdr.asfv1;base64,MCaydY5mzxGm2QCqAGLObBsTAAAAAAAABgAAAAECznX4e41G0RGNggBgl8misiAAAAAAAAAAAQABALb2AQCh3KuMR6nPEY7kAMAMIFNlaAAAAAAAAADWQxahgFNkRaTOL/UQqW6E
Read 1448 extra bytes: 8uqc8RjuMAwAwgU2WxEAAAAAAAABHS (...)
Read 791 extra bytes: BizmxhAQIAgLsAAII+AABWFRAACgAAiAAADwBZVQAAAVYVVhUB (...)
b=RR:0
a=rtpmap:96 x-asf-pf/1000
a=control:audio
a=stream:1
m=application 0 RTP/AVP 96
b=RS:0
b=RR:0
a=rtpmap:96 x-wms-rtx/1000
a=control:rtx
a=stream:65536

Sending request: SETUP rtsp://85.248.7.162/EXPRES_HQ/audio RTSP/1.0
CSeq: 3
Transport: RTP/AVP;unicast;client_port=32868-32869
User-Agent: VLC media player (LIVE555 Streaming Media v2006.08.06)


Received SETUP response: RTSP/1.0 200 OK
Blocksize: 1452
Transport: RTP/AVP/UDP;unicast;server_port=5004;client_port=32868-32869;ssrc=d411d4d3;mode=PLAY
Date: Mon, 09 Apr 2007 12:41:34 GMT
CSeq: 3
Session: 3499897259788871723;timeout=60
Server: WMServer/9.1.1.3814
Supported: com.microsoft.wm.srvppair, com.microsoft.wm.sswitch, com.microsoft.wm.eosmsg, com.microsoft.wm.fastcache, com.microsoft.wm.packetpairssrc, com.microsoft.wm.startupprofile
Last-Modified: Sat, 30 Dec 1899 00:00:00 GMT
Cache-Control: x-wms-stream-type="broadcast", no-cache, no-user-cache, private


Sending request: PLAY rtsp://85.248.7.162/EXPRES_HQ RTSP/1.0
CSeq: 4
Session: 3499897259788871723
Range: npt=0.000-
User-Agent: VLC media player (LIVE555 Streaming Media v2006.08.06)


Received PLAY response: RTSP/1.0 200 OK
Date: Mon, 09 Apr 2007 12:41:34 GMT
CSeq: 4
Session: 3499897259788871723;timeout=60
Server: WMServer/9.1.1.3814
Supported: com.microsoft.wm.srvppair, com.microsoft.wm.sswitch, com.microsoft.wm.eosmsg, com.microsoft.wm.fastcache, com.microsoft.wm.packetpairssrc, com.microsoft.wm.startupprofile
Range: npt=0.000-5487581307808514.048
Scale: 1.000
X-Accelerate-Streaming: AccelBandwidth=0;AccelDuration=0
Speed: 1.000
RTP-Info: url=rtsp://85.248.7.162/Expres_HQ/audio;seq=40378;rtptime=0


[00000321] asf private warning: unknown asf object (not loaded)
[00000321] asf private warning: unknown asf object (not loaded)
[00000322] asf demuxer warning: unsupported packet header
[00000322] asf demuxer warning: p_peek[0]&0x80 != 0x80
[00000322] asf demuxer warning: unsupported packet header
[00000322] asf demuxer warning: unsupported packet header
[00000322] asf demuxer warning: unsupported packet header
overflow in spectral RLE, ignoring
[00000322] asf demuxer warning: p_peek[0]&0x80 != 0x80
[00000322] asf demuxer warning: undeclared stream[Id 0x2b]
[00000322] asf demuxer warning: p_peek[0]&0x80 != 0x80
[00000322] asf demuxer warning: p_peek[0]&0x80 != 0x80
[00000322] asf demuxer warning: p_peek[0]&0x80 != 0x80
[00000322] asf demuxer warning: undeclared stream[Id 0x67]
[00000322] asf demuxer warning: p_peek[0]&0x80 != 0x80
[00000322] asf demuxer warning: p_peek[0]&0x80 != 0x80
overflow in spectral RLE, ignoring
[00000349] main audio output warning: buffer is 43001 in advance, triggering downsampling
[00000322] asf demuxer warning: p_peek[0]&0x80 != 0x80
[00000322] asf demuxer warning: undeclared stream[Id 0x13]
[00000322] asf demuxer warning: undeclared stream[Id 0x1e]
[00000322] asf demuxer warning: undeclared stream[Id 0x16]
[00000322] asf demuxer warning: undeclared stream[Id 0x21]
[00000322] asf demuxer warning: undeclared stream[Id 0x22]
[00000322] asf demuxer warning: undeclared stream[Id 0x0]
[00000322] asf demuxer warning: undeclared stream[Id 0x0]
[00000322] asf demuxer warning: undeclared stream[Id 0x0]
[00000322] asf demuxer warning: undeclared stream[Id 0x0]
[00000322] asf demuxer warning: undeclared stream[Id 0x0]
[00000322] asf demuxer warning: unsupported packet header
[00000322] asf demuxer warning: p_peek[0]&0x80 != 0x80
[00000322] asf demuxer warning: unsupported packet header
(similar warning continue to appear)

pastyr
New Cone
New Cone
Posts: 5
Joined: 07 Apr 2007 23:53

Postby pastyr » 10 Apr 2007 21:40

Salam, I have written to the radio and the guys offered me another stream in aacPlus format which can be played by Amarok :) ( although VLC does not play it again - and again it connects and gives some sound but then it stops... )
So if you are interested, here is the link:
http://85.248.7.162:8000/48.aac
P.S. zatial to nie je oficialne takze ta adresa sa moze pripadne neskor zmenit

Viper
New Cone
New Cone
Posts: 8
Joined: 28 Sep 2004 17:50

Postby Viper » 29 May 2007 20:17

does someone have a solution for this mms:// rtsp:// problem?

how it is possible to open a stream of a windows media 2003 server?
mms://ip/name wroks fine for winamp, WinMediaPlayer but not on vlc :/
replacing mms:// with rtsp:// -> "VLC connects but the sound is garbled and there are is plenty of warning messages"

any solutions?


Return to “VLC media player for Linux and friends Troubleshooting”

Who is online

Users browsing this forum: No registered users and 1 guest