Package Details: tvheadend 4.2.8-5

Git Clone URL: https://aur.archlinux.org/tvheadend.git (read-only, click to copy)
Package Base: tvheadend
Description: TV streaming server for Linux
Upstream URL: https://tvheadend.org/projects/tvheadend
Keywords: tvheadend
Licenses: GPL3
Conflicts: tvheadend-git
Provides: tvheadend
Submitter: BELzEBUB
Maintainer: LukyLX (Louis)
Last Packager: Louis
Votes: 113
Popularity: 0.024147
First Submitted: 2012-10-25 08:49 (UTC)
Last Updated: 2023-05-15 20:45 (UTC)

Dependencies (11)

Required by (0)

Sources (4)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 .. 24 Next › Last »

thechitowncubs commented on 2019-03-17 13:20 (UTC)

@LukyLX - No Audio in my Transcodes, I tried libvorbis, AAC, and MP2

thechitowncubs commented on 2019-03-17 13:06 (UTC)

@lupoalberto

build the package with makepkg -s

But I am not getting any sound in my transcodes. Is this a problem with libav?

lupoalberto commented on 2019-03-16 05:51 (UTC) (edited on 2019-03-16 05:58 (UTC) by lupoalberto)

I beg pardon for offtop, but could somebody give me advice how I can use on this site Markdown or an alike markup language?

I've installed libavresample and now when I'm trying to make tvheadend I receive this error messages:

CC              src/libav.o
CC              src/muxer/muxer_libav.o
CC              src/plumbing/transcoding.o
In function ‘transcoder_init_video’,
    inlined from ‘transcoder_start’ at src/plumbing/transcoding.c:2006:12,
    inlined from ‘transcoder_input.part.7’ at src/plumbing/transcoding.c:2061:10,
    inlined from ‘transcoder_input’ at src/plumbing/transcoding.c:2047:1:
src/plumbing/transcoding.c:1807:3: error: ‘strncpy’ output may be truncated copying 127 bytes from a string of length 127 [-Werror=stringop-truncation]
   strncpy(codec_list, tp->tp_src_vcodec, sizeof(tp->tp_src_vcodec)-1);
   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/plumbing/transcoding.c: In function ‘transcoder_set_properties’:
src/plumbing/transcoding.c:2133:3: error: ‘strncpy’ output may be truncated copying 31 bytes from a string of length 31 [-Werror=stringop-truncation]
   strncpy(tp->tp_vcodec, props->tp_vcodec, sizeof(tp->tp_vcodec)-1);
   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/plumbing/transcoding.c:2134:3: error: ‘strncpy’ output may be truncated copying 31 bytes from a string of length 31 [-Werror=stringop-truncation]
   strncpy(tp->tp_vcodec_preset, props->tp_vcodec_preset, sizeof(tp->tp_vcodec_preset)-1);
   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/plumbing/transcoding.c:2135:3: error: ‘strncpy’ output may be truncated copying 31 bytes from a string of length 31 [-Werror=stringop-truncation]
   strncpy(tp->tp_acodec, props->tp_acodec, sizeof(tp->tp_acodec)-1);
   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/plumbing/transcoding.c:2136:3: error: ‘strncpy’ output may be truncated copying 31 bytes from a string of length 31 [-Werror=stringop-truncation]
   strncpy(tp->tp_scodec, props->tp_scodec, sizeof(tp->tp_scodec)-1);
   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/plumbing/transcoding.c:2144:3: error: ‘strncpy’ output may be truncated copying 127 bytes from a string of length 127 [-Werror=stringop-truncation]
   strncpy(tp->tp_src_vcodec, props->tp_src_vcodec, sizeof(tp->tp_src_vcodec)-1);
   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
make: *** [Makefile:643: /home/dmitry/.cache/yay/tvheadend/src/tvheadend-4.2.8/build.linux/src/plumbing/transcoding.o] Error 1
==> ERROR: A failure occurred in build().
    Aborting...
Error making: tvheadend

LukyLX commented on 2019-03-15 19:49 (UTC)

4.2.8-3 adds detection of an already installed libavresample so libavresample.so is an optional dependency now.

If you want libav features like transcoding, please install libavresample. If not, you don't have to anymore.

binhex commented on 2019-03-15 15:37 (UTC)

'The aur package libavresample has been created to provide just that without spending much time on building it so check it out. Please let me know if this does or doesn't work for you. Happy transcoding!'

@LukyLX thanks a ton for doing this, i did miss not being able to transcode live tv, so nice to be able to view live tv through a web browser again (confirmed working).

fedux commented on 2019-03-15 11:53 (UTC)

@LukyLX, could you leave libavresample.so as optional dependency?