Dear,
I managed to extract m3u playlist from tvheadend, the structure of the file is as follow (seems http stream)
#EXTINF:-1 tvg-id="228856396d61e4ccffbd26eb8931785c" tvg-chno="4.1",Name
http://Jusername:password@IPADDRESS:9981/stream/channelid/Number1?profile=pass
#EXTINF:-1 tvg-id="4460066651a94d9a83f58e2514f8aa09" tvg-chno="6.1",Name
http://Jusername:password@IPADDRESS:9981/stream/channelid/Number2?profile=pass
in the internet m3u files are mainly using .ts files (MPEG-TS)
#EXTINF:-1 tvg-ID="" tvg-name="Channel1" tvg-logo="" group-title="Group1"
http://adress:8080/live/username/password/file1.ts
#EXTINF:-1 tvg-ID="" tvg-name="Channel2" tvg-logo="" group-title="Group2"
http://adress:8080/live/username/password/file2.ts
is it possible to extract .ts files from tvheadend,if not - as a general question, how others achieve this if tvheadend cannot generate .ts files
Thanks