PasLibVlc don't start playing
Posted: 17 Mar 2015 12:31
Hi
I use paslivlc with Delphi XE7 to stream extrenal link like IPTV and I found some link that does not start playing, but they work perfectly
if used in browser or directly in VLC. Using the example code that come with component I got these events
....8518 ms MediaPlayerStopped
8518 ms MediaPlayerMediaChanged: http://live.rtvcm.stream.flumotion.com/ ... ve.flv.m3u
8518 ms MediaPlayerOpening
8518 ms MediaPlayerBuffering
8845 ms MediaPlayerPausableChanged: 1
8845 ms MediaPlayerSeekableChanged: 0
8845 ms MediaPlayerLengthChanged: 0, time: 00:00:00
8845 ms MediaPlayerPlaying
8845 ms MediaPlayerLengthChanged: 0, time: 00:00:00
8861 ms MediaPlayerEndReached
....
It seems like component stop 'cause legnth is 0 and the end of stream is reached, but it is not correct.
Is there a way to correct this ??
Thanks a lot
cu
I use paslivlc with Delphi XE7 to stream extrenal link like IPTV and I found some link that does not start playing, but they work perfectly
if used in browser or directly in VLC. Using the example code that come with component I got these events
....8518 ms MediaPlayerStopped
8518 ms MediaPlayerMediaChanged: http://live.rtvcm.stream.flumotion.com/ ... ve.flv.m3u
8518 ms MediaPlayerOpening
8518 ms MediaPlayerBuffering
8845 ms MediaPlayerPausableChanged: 1
8845 ms MediaPlayerSeekableChanged: 0
8845 ms MediaPlayerLengthChanged: 0, time: 00:00:00
8845 ms MediaPlayerPlaying
8845 ms MediaPlayerLengthChanged: 0, time: 00:00:00
8861 ms MediaPlayerEndReached
....
It seems like component stop 'cause legnth is 0 and the end of stream is reached, but it is not correct.
Is there a way to correct this ??
Thanks a lot
cu