I have wrote an jQuery script for my VLC Plugin, that will hold the link from JSON formated code and past it in the plugin for the rtsp link. But I have a problem. $.ajax({ type: "GET", url: "/api/stream", processData: true, dataType: 'text', cache: false, success: function (data...