Project

General

Profile

Actions

Bug #4705

closed

MPEG-TS spawn profile not working with Kodi add-on.

Added by Peter Tofte over 7 years ago. Updated over 7 years ago.

Status:
Invalid
Priority:
High
Assignee:
Category:
Transcoding
Target version:
Start date:
2017-11-04
Due date:
% Done:

0%

Estimated time:
Found in version:
4.3-554~ga37d5bc
Affected Versions:

Description

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 -bitrate 3000k -bufsize 3000k -c:v libx264 -preset superfast -c:a aac -c:s copy -f mpegts pipe:1

, and it works well with VLC or my Android client TVHClient which does not rely on HTSP.
Kodi on the other hand does not see the MPEG-TS Spawn/built-in profile. When playback start is falls back to using the pass profile.
Kodi can use the transcode/av-lib profile, but that does not fulfill my transcoding needs

Actions

Also available in: Atom PDF