Need help / solution
I use a Moxa VPort 451 Video Server witch delivers two types of rtsp streams: "rtsp://[ip address]/udpstream" and "rtps://[ip address]/multicaststream".
Operation System is Win7 32 Bit.
With VLC V2.0.1 it is not possible to view either type of stream (with continous debug messages: "avcodec warning: cannot decode one frame (1722 bytes)").
With VLC V2.0.0 both streams will show. However, if one tries to play the multicast type stream on two instances of vlc, the second instance will crash.
With VLC V1.1.11 both issues are fine.
(
However messages have warnings on loading the stream:
- main warning: PTS is out of range (-10000), dropping buffer
- main warning: late picture skipped (8912 > -757)
)
My final aim will be to show multiple multicast streams in one app with multiple LibVlc instances.