Custom MPEG-TS Input » History » Version 1
Jaroslav Kysela, 2014-11-17 15:47
1 | 1 | Jaroslav Kysela | h1. Custom MPEG-TS Input |
---|---|---|---|
2 | |||
3 | h2. Requirement |
||
4 | |||
5 | The tvh 3.9.2100 and up. |
||
6 | |||
7 | h2. IPTV URLs |
||
8 | |||
9 | <pre> |
||
10 | pipe:///usr/bin/ffmpeg -re -i INPUTLINK -vcodec copy -acodec copy -mbd rd -copyinkf -flags +ilme+ildct -fflags +genpts -metadata service_provider=STRING -metadata service_name=STRING -f mpegts -tune zerolatency pipe:1 |
||
11 | </pre> |
||
12 | |||
13 | h2. Other solutions (HTTP proxy) |
||
14 | |||
15 | [https://github.com/Jalle19/node-ffmpeg-mpegts-proxy|A simple ffmpeg HTTP proxy using nodejs| |