Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Fix sendfile() integration affecting webui | Bernhard Froehlich | 2018-12-06 | 1 | -0/+80 |
| | | | | | | | | | | | | - Fix epg compatibility issues in webui - Bump PORTREVISION Both patches are already included upstream. Submitted by: Jongsung Kim <jongsung.kim@gmail.com> (via email to ports@) Notes: svn path=/head/; revision=486762 | ||||
* | multimedia/tvheadend: Update to 4.2.7 | Bernhard Froehlich | 2018-10-16 | 1 | -74/+0 |
| | | | | Notes: svn path=/head/; revision=482231 | ||||
* | multimedia/tvheadend: fix two major problems of webui on FreeBSD | Bernhard Froehlich | 2018-06-13 | 1 | -0/+74 |
1. very high CPU usage while streaming a recored program 2. unable to stream the recorded program beyond 128MB. Unlike Linux sendfile(), FreeBSD sendfile() requires an explicit file offset, and return value must be checked to catch any error occurred. (i.e., closed connection) Obtained from: https://github.com/tvheadend/tvheadend/pull/1125 Submitted by: Jongsung Kim <jongsung.kim@gmail.com> Notes: svn path=/head/; revision=472317 |