Forums » Tutorial and setups »
Cant add external iptv link
Added by cilin dro over 9 years ago
Im trying to add an external m3u link to my HTV server like this tutorial https://vid.me/SGvb but is impossible. I using TVH 3.9
Replies (3)
RE: Cant add external iptv link - Added by Dan Poz over 9 years ago
TVH can not play m3u directly.
You need something like:
pipe://ffmpeg -loglevel fatal -re -i http://url2iptv.m3u8 -vcodec copy -acodec copy -metadata service_provider=IPTV -metadata service_name=name_service -tune zerolatency -f mpegts pipe:1
in http:// you put your path to the m3u.
service_name= - any name service.
service_provider= - your IPTV network name.
respectively ffmpeg must be installed in system.
RE: Cant add external iptv link - Added by cilin dro over 9 years ago
this is the error in TVH
2015-07-02 10:09:15.430 spawn: Error splitting the argument list: Unknown error 1414549496
RE: Cant add external iptv link - Added by cilin dro over 9 years ago
I try several times add m3u links with this code but doesnt work
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
i want try to add with HTTP proxy but need a little tutorial because i dont understand how to use.