EPG for IPTV on Dreambox and EPG for IPTV on VLC on PC

  • EPG for IPTV works fine on iPhone and Android Phones using "IPTV Smarters" Program
    For IPTV channels on Dreambox 8000, I use the following script on Dream Multimedia Original Image:
    wget -O /etc/enigma2/iptv.sh "http://Host: Port/get.php?username=MyUserName&password=MyPassword&type=enigma22_script&output=ts" && chmod 777 /etc/enigma2/iptv.sh && /etc/enigma2/iptv.sh
    Channels work fine, but no EPG. How to show EPG for channels of IPTV on Dreambox?
    Also, I use the following stream on Playlist on VLC-1.1.11 on PC
    http://Host: Port/get.php?username=MyUserName&password=MyPassword&type=m3u&output=mpegts
    Channels work fine, but no EPG. How to show EPG for channels of IPTV on VLC on PC?
    Thanks in advance