I'm trying to do something similare to VideoStream
They include ffmpeg with nacl and include it in a chrome app
I've beeen working on it, but I can't have the naclportlist ffmpeg working on my project !
The reasons are those
- nacl doesn't work with main() and command line, and ffmpeg requires it
- glibc, the only way to compile it, expect a main() ! Impossible to remove it (maybe 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 a lot for yours answers !