I am trying to do something similar to VideoStream
They include ffmpeg with nacl and include it in the chrome app
I am working on this, but I cannot have a naclportlist ffmpeg working on my project!
The reasons are as follows:
- nacl does not work with main () and the command line, and ffmpeg requires it
- glibc, the only way to compile it is to expect main ()! Unable to delete it (possibly with ppapi?)
So my question is simple, how can I communicate with ffmpeg and chrome? if VideoStream can do it, why can't I?
Thanks so much for your answers!
source
share