Page 1 of 1

problems playing mms stream

Posted: 21 Dec 2010 13:06
by geostein8888
Hello,
when i connect to mms://213.155.85.158/TuningWorld-TV_Auto-TV_15 my java application starts playing the stream, but in the player i can see that the stream has a defined length. when this show ends (reached the defined length) the player stops playing (same with the standard vlc windows application). When i connect to this stream with microsoft media player, i get a continous stream (no defined length) and the player stops only when i push the stop button.

i also tried the following things: setPlaySubItems(true)

it seems that they are streaming the shows each behind other and not continious, when i push stop/play my player starts also the next show, but not automatic after the end of the last show

with regards
Georg

Re: problems playing mms stream

Posted: 23 Dec 2010 09:49
by XilasZ
Then subscribe to statechanged event from vlc and hit play on the Ended event

Re: problems playing mms stream

Posted: 23 Dec 2010 13:47
by geostein8888
Hello,
i tried this already. it is not possible to start playing directly, i have to stop the stream before, but this means i have to reconnect when i start playing again and so i loose some seconds of the stream. By the way this does also not work in the VLC player (Windows app) itself, so there must be a parameter or something like this

Georg