Jaroslav Kysela wrote: > As you can see, the data from spawn muxer are not returned back to tvheadend: https://drive.google.com/file/d/0B0J8IKhUuUAWRW9QT0lhNFl1LUk OK, so it is more a feature request; being able to e.g. pass the outp...Peter Tofte
Jaroslav Kysela wrote: > It's how things works. It's not possible to use spawn profile for the HTSP clients, because the filter (spawn process) is executed on the output file descriptor / socket. OK, but build in transcoding works. W...Peter Tofte
I got the new mpeg-ts spawn profile working. Tvheadend now transcodes using my custom scripts; i have a script in /home/hts/scripts/stream2.sh that looks like this #!/bin/bash ffmpeg -analyzeduration 1M -probesize 1M -i pipe:0 -bitrat...Peter Tofte
At least I'm not the only one. I've tried contacting makers of the Kodi add-on and the programmer of mpegts spawn in tvheadend but no reply. It's so difficult to get support for this otherwise excellent software. Peter Tofte
Hi I got the new mpeg-ts spawn profile working. Tvheadend now transcodes using my custom scripts; i have a script in @/home/hts/scripts/stream2.sh@ that looks like this @#!/bin/bash ffmpeg -analyzeduration 1M -probesize 1M -i ...Peter Tofte
Hi Robert, that did the trick. I didn't notice the card0 issue, I know it has to be renderD128. The " ' "s are causing problems..I think its better to place the actual ffmpeg command in a shell script. I will ditch the "-re" option, ...Peter Tofte
Hi Robert I have the ffmpeg command working with vaapi. @/usr/bin/ffmpeg -re -y -vaapi_device /dev/dri/card0 -hwaccel vaapi -hwaccel_output_format vaapi -i /home/hts/in.mkv -an -vf 'format=vaapi|nv12,hwupload' -c:v h264_vaapi -qp 2...Peter Tofte
Keegan Neave wrote: > Howdo, > ... Hi Keegan, Strange, so the Stream Profiles does not apply for recordings...that is strange. In the Android TVHclient app there is some option to set streaming profiles for playing recordings, but i...Peter Tofte