node-airplay icon indicating copy to clipboard operation
node-airplay copied to clipboard

Error: ENOENT, open '/path/to/1.ts'

Open fwachs opened this issue 11 years ago • 1 comments

Hi, i'm trying to check out your library ( great work ) but it's throwing me this exception:

format: { filename: '/Users/fefewachs/Movies/test-parlantes-5.1.avi', nb_streams: 2, nb_programs: 0, format_name: 'avi', format_long_name: 'AVI (Audio Video Interleaved)', start_time: '0.000000', duration: '48.615282', size: '15030272', bit_rate: '2473341', probe_score: 100, tags: { encoder: 'Nandub v1.0rc2' } } } parseStringSync() is deprecated. Use parse() instead. video playing...

events.js:72 throw er; // Unhandled 'error' event ^ Error: ENOENT, open '/Users/fefewachs/Documents/development/projects/node/node-example/node_modules/airplay2/out/1.ts'

I've tried changing permissions and all but nothing is working. What should I do? I'm fairly new to Node so please bear with me.

Regards, Federico

fwachs avatar May 22 '14 04:05 fwachs

ffmpeg is installed correctly?

brew install ffmpeg

zfkun avatar Jun 30 '15 12:06 zfkun