Kodi Community Forum

Full Version: How To VLC Playlist to XBMC Compatible Format
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

I have several rtmp streams, that I can play in VLC, but the same m3u Playlist won't play in XBMC.

For example the following code is the content of a m3u Playlist, that plays just fine in VLC:

Code:
#EXTM3U
#EXTINF:0,
#EXTVLCOPT:network-caching=1000
rtmp://live.server4sale.com/live/PTVhome

But that playlist won't play in XBMC.

What do I have to do in order to play this stream in XBMC?

And here is another Stream, that plays just fine in a browser, but I Cant make it play in XBMC:

<script type='text/javascript' src='http://ebound.tv/EboundServicesPlayer/site/masalatv/EboundPlayer.js?site=masalatv&width=620&height=350'></script>


Anyone can help me make these streams (or ebound streams in general) work in XBMC.

That would be very helpful.

Thanks!