I am creating a web streaming platform in PHP and I am using PHP with the Laravel framework. As I am getting more into the project I have realised that node.js is the superior language for encoding my videos as they get uploaded. Fluent is a ffmpeg encoding plugin made for node.js to do realtime encoding as a video/audio gets uploaded. This is something I need to have. However I cannot seem to figure out how to run php and node.js at the same time, or connect them in any way, for once I didn't find what I needed on google. So being a PHP guy I was hoping someone here would have the knowledge on how I could get fluent ffmpeg working on my php install. I am running centos 6.5 if that helps anyone. Thanks!
--
Job board: http://jobs.nodejs.org/
New group rules: https://gist.github.com/othiym23/9886289#file-moderation-policy-md
Old group rules: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
---
You received this message because you are subscribed to the Google Groups "nodejs" group.
To unsubscribe from this group and stop receiving emails from it, send an email to nodejs+un...@googlegroups.com.
To post to this group, send email to nod...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/nodejs/d11218be-ef2c-4e32-9683-ebb44a5f56fc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
I am creating a web streaming platform in PHP and I am using PHP with the Laravel framework. As I am getting more into the project I have realised that node.js is the superior language for encoding my videos as they get uploaded. Fluent is a ffmpeg encoding plugin made for node.js to do realtime encoding as a video/audio gets uploaded. This is something I need to have. However I cannot seem to figure out how to run php and node.js at the same time, or connect them in any way, for once I didn't find what I needed on google. So being a PHP guy I was hoping someone here would have the knowledge on how I could get fluent ffmpeg working on my php install. I am running centos 6.5 if that helps anyone. Thanks!
--