Hi all.
I have some problems in playing of some streams with libvlc.
F.e. http://deluxemusic.eviscobroadcast.com/ ... 14&ext=wvx can be viewed in VLC player normally. But when I put that url in libvlc_media_new as psz_mrl parameter
libvlc_media_new (libvlc_instance_t *p_instance, const char *psz_mrl, libvlc_exception_t *p_e)
then I am not be able to see video.
Tried with different wrappers (both for C# and Delphi). The same result.
But as I can see in VLC (Playlist/ Show playlist click Deluxe music and right click / Information) the "real" stream address is
mms://ha-lb01.cdn.eviscomedia.com/deluxemusictv_video
When I put that as psz_mrl parameter then I can see video properly.
So how one can get/retrieve that address from url? Or how to play those kind of streams?
Otherwise I had to put in VLC and look in information to see its address.