iptv-checker
Version:
Node.js CLI tool for checking links in IPTV playlists
121 lines (120 loc) • 3.54 kB
JavaScript
export default {
'https://30a-tv.com/feeds/vidaa/cars.m3u8': {
url: 'https://30a-tv.com/feeds/vidaa/cars.m3u8',
status: {
ok: true,
code: 'OK',
metadata: {
streams: [
{
index: 0,
codec_name: 'h264',
codec_long_name: 'H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10',
profile: 'Main',
codec_type: 'video',
codec_tag_string: '[27][0][0][0]',
codec_tag: '0x001b',
width: 1280,
height: 720,
coded_width: 1280,
coded_height: 720,
closed_captions: 0,
film_grain: 0,
has_b_frames: 1,
sample_aspect_ratio: '1:1',
display_aspect_ratio: '16:9',
pix_fmt: 'yuv420p',
level: 31,
chroma_location: 'left',
refs: 1,
is_avc: 'false',
nal_length_size: '0',
r_frame_rate: '30000/1001',
avg_frame_rate: '30000/1001',
time_base: '1/90000',
start_pts: 1750625,
start_time: '19.451389',
bits_per_raw_sample: '8',
extradata_size: 45,
disposition: {
default: 0,
dub: 0,
original: 0,
comment: 0,
lyrics: 0,
karaoke: 0,
forced: 0,
hearing_impaired: 0,
visual_impaired: 0,
clean_effects: 0,
attached_pic: 0,
timed_thumbnails: 0,
non_diegetic: 0,
captions: 0,
descriptions: 0,
metadata: 0,
dependent: 0,
still_image: 0,
multilayer: 0
},
tags: { variant_bitrate: '240000' }
},
{
index: 1,
codec_name: 'aac',
codec_long_name: 'AAC (Advanced Audio Coding)',
profile: 'LC',
codec_type: 'audio',
codec_tag_string: '[15][0][0][0]',
codec_tag: '0x000f',
sample_fmt: 'fltp',
sample_rate: '48000',
channels: 2,
channel_layout: 'stereo',
bits_per_sample: 0,
initial_padding: 0,
r_frame_rate: '0/0',
avg_frame_rate: '0/0',
time_base: '1/90000',
start_pts: 1749483,
start_time: '19.438700',
disposition: {
default: 0,
dub: 0,
original: 0,
comment: 0,
lyrics: 0,
karaoke: 0,
forced: 0,
hearing_impaired: 0,
visual_impaired: 0,
clean_effects: 0,
attached_pic: 0,
timed_thumbnails: 0,
non_diegetic: 0,
captions: 0,
descriptions: 0,
metadata: 0,
dependent: 0,
still_image: 0,
multilayer: 0
},
tags: { variant_bitrate: '240000', language: 'eng' }
}
],
format: {
filename: 'https://30a-tv.com/feeds/vidaa/cars.m3u8',
nb_streams: 2,
nb_programs: 1,
nb_stream_groups: 0,
format_name: 'hls',
format_long_name: 'Apple HTTP Live Streaming',
start_time: '19.438700',
size: '207',
probe_score: 100
},
requests: []
}
}
}
}