Search found 1 match

Go to advanced search

by chegarty
26 Jan 2017 18:28
Forum: Development around libVLC
Topic: Error detection on a Network stream.
Replies: 1
Views: 3550

Re: Error detection on a Network stream.

I've come to the exact same point. While I haven't come up with a complete solution, I do have something. //The player must be started; the RTSP connection won't be attempted until the player_play is called! libvlc_media_player_play(vlcMediaPlayer); //check the media state. libvlc_state_t state = li...

Go to advanced search