Project

General

Profile

Actions

Bug #3195

open

TVH Fails to correctly demux TS files coming from VLC streaming

Added by The Troll over 9 years ago. Updated over 9 years ago.

Status:
New
Priority:
Normal
Category:
Parsers
Target version:
-
Start date:
2015-10-22
Due date:
% Done:

0%

Estimated time:
Found in version:
472131f5
Affected Versions:

Description

Hi,

I noticed that when I use a VLC TS output as IPTV Service, it fails demuxing correctly and there are artifacts on video.
It happens only in HLS and in transcoding modes (when the stream is actually demuxed).

To test, you can use the sample file attached (output from VLC remux).
The file was generated using mux=ts in VLC.
Then in TVHeadend, add a new IPTV and select your TS input like this:

pipe:///bin/cat [PATH]/demuxing_fails.ts

Scan it and play it with Kodi or transcoded.

You will see a lot of decoding artifacts (and decoding errors if you actually transcode).

If you add ffmpeg to remux in the middle, it works:

pipe:///usr/bin/ffmpeg -i [PATH]/demuxing_fails.ts -vcodec copy -acodec copy -f mpegts -

It looks like a demuxer issue.

Thanks


Files

demuxing_fails.ts (99 MB) demuxing_fails.ts Output from VLC remuxing The Troll, 2015-10-22 14:09
fail_demuxing_20151031.ts (21.1 MB) fail_demuxing_20151031.ts The Troll, 2015-10-31 20:49
Actions

Also available in: Atom PDF