Feature #6064
IPTV OTA EPG Grabbings
Start date:
2021-06-15
Due date:
% Done:
0%
Estimated time:
Description
hi,
i have recntly installed tvheadend on my computer in order to grab the epg from a few iptv channels (multicast udp channels).
my problem is that these channels do not publish the epg according to the standards, so TVH cannot detect them.
after a few conversations with he supplier of these channels,
i figured that each channel delivers the EPG on stream type 5 (which is different from the video or audio).
in a test that i've made, VLC also cannot detect the epg.
the PID of these services (there are several according to what i've seen) is not detected by TVH.
is there any way to get these PID's detected and make the epg ota grabbing work?
thank you!
History
Updated by saen acro over 3 years ago
You can remap with FFMPEG
ffmpeg -i input.mp4 -codec:v copy -codec:a copy -streamid 0:50 -streamid 1:52-f mpegts output.ts
or with TSDUCK
Updated by Flole Systems over 3 years ago
- Status changed from New to Rejected
Closing due to inactivity.