<div dir="ltr"><p>Hello, All!</p><p>I cann't play http stream by LIBVLC_PLAYLIST_PLAY function. When I call LIBVLC_PLAYLIST_PLAY:</p><p>    int iID = LIBVLC_PLAYLIST_ADD(p_instnc, "http:////<a href="http://192.168.14.212:1234">192.168.14.212:1234</a>","", &e);</p>
<p>    LIBVLC_PLAYLIST_PLAY(p_instnc, iID, 0, NULL, &e);<br></p><br>All function execute without error, But my application breaks (crash) in 2-4 second.<br>The most interesting that my program does not break when I open rtsp a stream or file.<br>
I can not understand, where I was mistaken. Help please.<br></div>