Search found 7 matches

Go to advanced search

by dbrashear
17 Jan 2011 21:27
Forum: General VLC media player Troubleshooting
Topic: debugging mms stream failure?
Replies: 8
Views: 606

Re: debugging mms stream failure?

Oh, as far as why those numbers? Because 0x44A4 is 0x80 more than 0x4424, and my suspicion on seeing that was one bit in the type is actually part of the size. But I haven't been able to find anything which documents that.
by dbrashear
17 Jan 2011 21:25
Forum: General VLC media player Troubleshooting
Topic: debugging mms stream failure?
Replies: 8
Views: 606

Re: debugging mms stream failure?

None. The sum of my knowledge is Windows Media Player plays the stream, Silverlight plays the stream, mplayer plays the stream, VLC opens a connection and does not play the stream, and the above appears to be the difference. The stream URL is there and open, so it should be evident, at least, that t...
by dbrashear
17 Jan 2011 02:27
Forum: General VLC media player Troubleshooting
Topic: debugging mms stream failure?
Replies: 8
Views: 606

Re: debugging mms stream failure?

This patch fixes it, but i don't know if it's "right" --- /Users/shadow/Source/vlc/modules/access/mms/mmsh.c 2011-01-11 02:51:15.000000000 -0500 +++ modules/access/mms/mmsh.c 2011-01-16 20:13:15.000000000 -0500 @@ -948,6 +910,10 @@ p_ck->i_type = GetWLE( p_sys->buffer); p_ck->i_size = GetW...
by dbrashear
17 Jan 2011 02:15
Forum: General VLC media player Troubleshooting
Topic: debugging mms stream failure?
Replies: 8
Views: 606

Re: debugging mms stream failure?

Something's weird with GetWLE apparently; in the cases where the type is 0x44A4 i set it to 0x4424 and add 0x80 to the size, the stream plays fine.

So what does this mean?
by dbrashear
17 Jan 2011 02:03
Forum: General VLC media player Troubleshooting
Topic: debugging mms stream failure?
Replies: 8
Views: 606

Re: debugging mms stream failure?

[0x1030078a0] access_mms access error: invalid chunk FATAL (0x44a4)
[0x1030078a0] access_mms access error: EOF!

if i remove the error i can get skippy audio. still looking at *why*
by dbrashear
15 Jan 2011 16:04
Forum: General VLC media player Troubleshooting
Topic: debugging mms stream failure?
Replies: 8
Views: 606

Re: debugging mms stream failure?

running in --verbose=2 from a command line I get nothing but I'm betting you mean something else?

fwiw it's mms://wmc1.den.liquidcompass.net/WWCDFM
by dbrashear
15 Jan 2011 08:57
Forum: General VLC media player Troubleshooting
Topic: debugging mms stream failure?
Replies: 8
Views: 606

debugging mms stream failure?

something recently changed with a stream I listen to and now VLC won't open it. other tools still do. i've looked at what's up with TCPdump and nothing obvious is happening. the stream simply stops being acked (tcp-wise) as if we have stopped bothering to service it. i'm perfectly happy to get my ha...

Go to advanced search