Hi ! 

I have an issue with the performance of nodejs, I think it might be due to 
the "pipe" that I am using... But I am not too sure..

Currently I have a nodejs server with a child process running ffmpeg live 
streaming from the desktop. I've piped the video out to the client which 
uses a html5 video tag. The video seems to lag behind by 1~2 seconds at 
least. It doesnt seem to be FFmpeg's issue as i've tried outputting FFmpeg 
locally and it seems to have negligible lag time (say few milliseconds). 
The network also does not seem to be the problem as I've also tried running 
the client locally but setting the source to localhost. So i'm guessing it 
might be the child_process.stdout.pipe ? Is it due to the internal buffer ? 
Anyway I can minimize or eliminate it ? 

Thank you !
Jun Jie 

-- 
-- 
Job Board: http://jobs.nodejs.org/
Posting guidelines: 
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 post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en

--- 
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 [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to