Bug #3315
IPTV cant play
0%
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
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_extrapipe:///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
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.
Updated by Jaroslav Kysela almost 9 years ago
- Status changed from New to Fixed
Fixed in v4.1-1006-g91d2d4e .