How to run iptv program without setup language and subtitles, - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: PVR & Live TV Support (https://forum.kodi.tv/forumdisplay.php?fid=167) +---- Forum: IPTV Simple Client (https://forum.kodi.tv/forumdisplay.php?fid=215) +---- Thread: How to run iptv program without setup language and subtitles, (/showthread.php?tid=212008) |
How to run iptv program without setup language and subtitles, - skyfoot - 2014-12-22 Hello , I like to run iptv program without setup language and subtitles, I like to have m3u file with tv streams to watch programs without settings subtitles in language. My test m3u file is: #EXTM3U #EXTINF:0, - Viasat History udp://@232.2.3.2:5002 Is any parameter to set comand line to have slv language and DVBSUB in slv? Details of this stream Viasat History: Index PID Type Language Details 0x0515 / 1301 PCR 0x0514 / 1300 PMT 1 0x0515 / 1301 MPEG2VIDEO 2 0x0516 / 1302 MPEG2AUDIO eng 3 0x051e / 1310 DVBSUB slv 4 0x051f / 1311 DVBSUB und 5 0x0520 / 1312 DVBSUB und After filtering and reordering (without PCR and PMT) Index PID Type Language Details 1 0x0515 / 1301 MPEG2VIDEO 2 0x0516 / 1302 MPEG2AUDIO eng 3 0x051e / 1310 DVBSUB slv 4 0x051f / 1311 DVBSUB und 5 0x0520 / 1312 DVBSUB und For any solution I will be gratefull. Mihael, Slovenija RE: How to run iptv program without setup language and subtitles, - negge - 2014-12-24 What does the subtitle language have to do with anything? Do you mean the subtitles get enabled by default when you start watching the channel? For the record, you might want to use tvheadend instead for your IPTV streams, they should work out of the box since they're "real IPTV". That way you'd get recording capabilities and possibly EPG as well if the streams include it. |