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