Skip to content

aabytt/lampa-ffprobe-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 

Repository files navigation

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