Changes between Initial Version and Version 4 of Ticket #2630
- Timestamp:
- Jun 3, 2013, 11:33:41 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2630
- Property Keywords log output blocking removed
- Property Priority changed from minor to normal
- Property Version changed from 1.1.5 to git-master
- Property Type changed from enhancement to defect
-
Ticket #2630 – Description
initial v4 1 1 Not sure if this is labelled a bug or more a new feature/feature change but it was mentioned that it might should be raised with ffmpeg. 2 2 3 The issue is that when I pipe video in node.js to a ffplay child-process the log output is blocking. This means that after a while playing the video will halt because the output buffer from stdout fills up with progress information. It's easy to work around, but it was claimed that it seems unnescessary to blo gon log output. I myself have no strong opinions on the issue, but I thought I should bring it up.3 The issue is that when I pipe video in node.js to a ffplay child-process the log output is blocking. This means that after a while playing the video will halt because the output buffer from stdout fills up with progress information. It's easy to work around, but it was claimed that it seems unnescessary to block on log output. I myself have no strong opinions on the issue, but I thought I should bring it up. 4 4 5 5 https://github.com/joyent/node/issues/5610