ffprobe webOS service for Lampa
ffprobe arm binary ffmpeg static
save binary to service
dir
usage
webOS.service.request('luna://com.lampa.tv.service', {
method: 'ffprobe',
parameters: {
uri: 'http://145.220.21.40/pub/graphics/blender/demo/movies/Sintel.2010.720p.mkv'
},
onSuccess: function (event) {
console.log (JSON.stringify(event));
},
onFailure: function (event) {
console.log(JSON.stringify(event));
}
});