I'm doing with few others a player for Mediaportal based on Marx C# Wrapper.
This Wrapper works fine, so it seems there are some "trouble" with the API.
When I load an asx stream, nothing happens. So it woks fine with other single streams. Most of the asx streams contains only one stream.
I used :
Code: Select all
libvlc_media_new(libvlc_core_handle, filename, ref ex);
http://mailman.videolan.org/pipermail/v ... 54167.html
Well i have some questions:
- Is asx troubleshooting is the same as discribe in this thread ?
- Will libvlc_media_new support playlist (asx, m3u, ....) in the future ?
Thanks..