Search found 1 match

Go to advanced search

by lnsider
21 Jul 2014 10:52
Forum: Web and scripting
Topic: VLC Web Plugin and jQuery
Replies: 0
Views: 1306

VLC Web Plugin and jQuery

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...

Go to advanced search