Custom MPEG-TS Input » History » Revision 5
Revision 4 (Jaroslav Kysela, 2014-11-17 20:41) → Revision 5/28 (Jaroslav Kysela, 2014-11-17 20:58)
h1. Custom MPEG-TS Input
h2. Requirement
The TVHeadend 3.9.2100 and up for the pipe:// URL support. Note that TVHeadend expects the input in the raw MPEG-TS format with correct PAT/PMT tables.
h2. IPTV URLs
Note: Always try the command without pipe:// prefix on standard command line, if it works with a stdout redirection to a file!!
<pre>
pipe:///usr/bin/ffmpeg -loglevel fatal -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
</pre>
h2. Other solutions (HTTP proxy)
[[https://github.com/Jalle19/node-ffmpeg-mpegts-proxy | A simple ffmpeg HTTP proxy using nodejs]|
h2. Requirement
The TVHeadend 3.9.2100 and up for the pipe:// URL support. Note that TVHeadend expects the input in the raw MPEG-TS format with correct PAT/PMT tables.
h2. IPTV URLs
Note: Always try the command without pipe:// prefix on standard command line, if it works with a stdout redirection to a file!!
<pre>
pipe:///usr/bin/ffmpeg -loglevel fatal -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
</pre>
h2. Other solutions (HTTP proxy)
[[https://github.com/Jalle19/node-ffmpeg-mpegts-proxy | A simple ffmpeg HTTP proxy using nodejs]|