aabytt / lampa-ffprobe-service

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lampa-ffprobe-service

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));
   	}
});

About


Languages

Language:JavaScript 100.0%