Project

General

Profile

MPEG-TS stream from tvheadend

Added by Jack Jordan over 3 years ago

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


Replies (3)

RE: MPEG-TS stream from tvheadend - Added by saen acro over 3 years ago

.TS is fake extension for live streams.
Live streams are not files, that's why they are called STREAM'S

Lot of beginers mistakes live streams and HLS chunk's with have extension's .ts

RE: MPEG-TS stream from tvheadend - Added by Jack Jordan over 3 years ago

Thank you,just for understanding, is there a way to convert tvheadend output to mpeg-ts format, i am wondering what other functionality to be used to come up with ts stream

RE: MPEG-TS stream from tvheadend - Added by saen acro over 3 years ago

Jack Jordan wrote:

Thank you,just for understanding, is there a way to convert tvheadend output to mpeg-ts format, i am wondering what other functionality to be used to come up with ts stream

It's already a mpeg-ts format.

    (1-3/3)