Project

General

Profile

Bug #3315

IPTV cant play

Added by cilin dro almost 9 years ago. Updated almost 9 years ago.

Status:
Fixed
Priority:
Normal
Assignee:
-
Category:
IPTV
Target version:
-
Start date:
2015-11-18
Due date:
% Done:

0%

Estimated time:
Found in version:
v4.1.999
Affected Versions:

Description

im trying to add this link to tvh http://cndntwork.x10host.com/iptv.php?cm=8464
The original codec for video and audio are
MPEG AAC Audio (mp4a)

I tryed
pipe:///usr/bin/ffmpeg -loglevel fatal -i INPUTLINK -vcodec copy -acodec copy -metadata service_provider=STRING -metadata service_name=STRING -f mpegts -tune zerolatency pipe:1

-bsf:v h264_mp4toannexb,dump_extra
-bsf:v hevc_mp4toannexb,dump_extra

pipe:///usr/bin/ffmpeg -loglevel fatal -user-agent Kodi/14.1 -i http://INPUT -codec copy -bsf:v h264_mp4toannexb,dump_extra -metadata service_provider=PROVIDER -metadata service_name=SERVICE -tune zerolatency -f mpegts pipe:1

both pass the link but not has output

even if i try transcoding with diferent combinations has not pass the link or no output

pipe:///usr/bin/ffmpeg -loglevel fatal -i INPUTLINK -vcodec libx264 -acodec copy -mbd rd -copyinkf -flags +ilme+ildct -fflags +genpts -metadata service_provider=STRING -metadata service_name=STRING -f mpegts -tune zerolatency pipe:1

pipe:///usr/bin/ffmpeg -loglevel fatal -i INPUTLINK -vcodec libx264 -acodec aac -strict -2 -mbd rd -copyinkf -flags +ilme+ildct -fflags +genpts -metadata service_provider=STRING -metadata service_name=STRING -f mpegts -tune zerolatency pipe:1

History

#1

Updated by cilin dro almost 9 years ago

cilin dro wrote:

im trying to add this link to tvh http://cndntwork.x10host.com/iptv.php?cm=8464
The original codec for video and audio are
MPEG AAC Audio (mp4a)

I tryed
pipe:///usr/bin/ffmpeg -loglevel fatal -i INPUTLINK -vcodec copy -acodec copy -metadata service_provider=STRING -metadata service_name=STRING -f mpegts -tune zerolatency pipe:1

-bsf:v h264_mp4toannexb,dump_extra
-bsf:v hevc_mp4toannexb,dump_extra

pipe:///usr/bin/ffmpeg -loglevel fatal -user-agent Kodi/14.1 -i http://INPUT -codec copy -bsf:v h264_mp4toannexb,dump_extra -metadata service_provider=PROVIDER -metadata service_name=SERVICE -tune zerolatency -f mpegts pipe:1

both pass the link but not has output

even if i try transcoding with diferent combinations has not pass the link or no output

pipe:///usr/bin/ffmpeg -loglevel fatal -i INPUTLINK -vcodec libx264 -acodec copy -mbd rd -copyinkf -flags +ilme+ildct -fflags +genpts -metadata service_provider=STRING -metadata service_name=STRING -f mpegts -tune zerolatency pipe:1

pipe:///usr/bin/ffmpeg -loglevel fatal -i INPUTLINK -vcodec libx264 -acodec aac -strict -2 -mbd rd -copyinkf -flags +ilme+ildct -fflags +genpts -metadata service_provider=STRING -metadata service_name=STRING -f mpegts -tune zerolatency pipe:1

forget to mention that link works fine in VLC and any other player

#2

Updated by B C almost 9 years ago

it seems you are having the same problem like me (#3317). As an intermediate solution reencode the video, so -codec:v h264 -codec:a copy without bsf etc.

#3

Updated by Jaroslav Kysela almost 9 years ago

  • Status changed from New to Fixed

Fixed in v4.1-1006-g91d2d4e .

#4

Updated by cilin dro almost 9 years ago

Thanks now works great.

Also available in: Atom PDF