Page 1 of 1

choppiness in mms streams

Posted: 21 Jan 2004 08:18
by Guest
Hi !

I'm trying to listen to mms://vip8.yacast.fr/encodereurope1 with vlc (it works fine with mplayer with the -nocaching option).
I'm using latest cvs under linux debian sid and kernel 2.6.1

When running "./vlc -vvv mms://vip8.yacast.fr/encodereurope1" I have the following messages and 1 or 2 secs of audio every 20 seconds :

[00000201] access_mms input debug: NetFi[00000205] main audio output warning: computed PTS is out of range (3479895), clearing out
[00000205] main audio output warning: PTS is out of range (3255794), dropping buffer
[00000205] main audio output warning: output PTS is out of range 3480191), clearing out
[00000205] main audio output warning: PTS is out of range (2731552), dropping buffer
[00000205] main audio output warning: PTS is out of range (1659113), dropping buffer
[00000201] access_mms input debug: NetFillBuffer: trying again (select)
[00000201] access_mms input debug: NetFillBuffer: trying again (select)
[00000204] main decoder debug: thread 1163275216: secret message triggered at src/misc/block.c:410 (Connection timed out)
[00000201] access_mms input debug: NetFillBuffer: trying again (select)
[00000201] access_mms input debug: NetFillBuffer: trying again (select)
[00000204] main decoder debug: thread 1163275216: secret message triggered at src/misc/block.c:410 (Connection timed out)
[00000201] access_mms input debug: NetFillBuffer: trying again (select)
[00000201] access_mms input debug: NetFillBuffer: trying again (select)

If I use --mms-caching 5000, things are better but still not satisfying (5 secs of audio every 10 secs...).

Thank you for any help you could provide on this :)

Posted: 22 Jan 2004 17:31
by Anil
Try with mmsh instead of mms (Thanks fenrir :)

Posted: 25 Jan 2004 14:51
by Quaoar
Thanks for this tip Anil. It's makes it much easier to connect to certain streams. [VLC 0.7.0, Windows ME]

Posted: 25 Jan 2004 22:29
by The DJ
a problem was fixed with these kinds of low quality streams that will make the normal mms:// link work beter as well in the future.

Posted: 26 Jan 2004 14:01
by Quaoar
OK, I'm up against the limits of my technical knowledge here, but I'm guessing that when I ask VLC to connnect to an MMS stream, it tries MMST first. If that does not work it moves on to MMS via HTTP. I'm also guessing that nobody uses MMSU any more.

So by changing to MMSH I'm skipping the whole "I can't get MMST to work" sequence. Am I on the right track?