SimoneCarnio

Results 5 comments of SimoneCarnio

It's not very clear to me how to access tizen object, for example, how to access this? tizen.application.getCurrentApplication().exit(); when I try to access the "application" property (also in chrome devtools)...

> It's not very clear to me how to access tizen object, for example, how to access this? > > tizen.application.getCurrentApplication().exit(); > > when I try to access the "application"...

I'm also using` babel-plugin-module-resolver` and I fixed this issue by removing from my .bablerc.js this line: `cwd: 'babelrc',`

Yes but when you use the --hls option the script also create the hls playlist, so I think it should create also the file as mp4-hls.py do

@MarianoFacundoArch if you want to try, this is a modified version of the script that I was using for my use case, maybe it's ok also for you. Please note...