-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy pathjson.txt
101 lines (101 loc) · 3.73 KB
/
json.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
{
"info_section": {
"table_id": "0xfc",
"section_syntax_indicator": false,
"private": false,
"sap_type": "0x03",
"sap_details": "No Sap Type",
"section_length": 97,
"protocol_version": 0,
"encrypted_packet": false,
"encryption_algorithm": 0,
"pts_adjustment": 0.0,
"cw_index": "0xff",
"tier": "0x0fff",
"splice_command_length": 5,
"splice_command_type": 6,
"descriptor_loop_length": 75,
"crc": "0x8a18869f"
},
"command": {
"command_length": 5,
"command_type": 6,
"name": "Time Signal",
"time_specified_flag": true,
"pts_time": 31466.942367
},
"descriptors": [
{
"tag": 2,
"descriptor_length": 23,
"name": "Segmentation Descriptor",
"identifier": "CUEI",
"segmentation_event_id": "0x480000ad",
"segmentation_event_cancel_indicator": false,
"segmentation_event_id_compliance_indicator": true,
"program_segmentation_flag": true,
"segmentation_duration_flag": false,
"delivery_not_restricted_flag": false,
"web_delivery_allowed_flag": true,
"no_regional_blackout_flag": true,
"archive_allowed_flag": true,
"device_restrictions": "No Restrictions",
"segmentation_message": "Provider Placement Opportunity End",
"segmentation_upid_type": 8,
"segmentation_upid_type_name": "AiringID",
"segmentation_upid_length": 8,
"segmentation_upid": "0x2cb2d79d",
"segmentation_type_id": 53,
"segment_num": 2,
"segments_expected": 0
},
{
"tag": 2,
"descriptor_length": 23,
"name": "Segmentation Descriptor",
"identifier": "CUEI",
"segmentation_event_id": "0x48000026",
"segmentation_event_cancel_indicator": false,
"segmentation_event_id_compliance_indicator": true,
"program_segmentation_flag": true,
"segmentation_duration_flag": false,
"delivery_not_restricted_flag": false,
"web_delivery_allowed_flag": true,
"no_regional_blackout_flag": true,
"archive_allowed_flag": true,
"device_restrictions": "No Restrictions",
"segmentation_message": "Program End",
"segmentation_upid_type": 8,
"segmentation_upid_type_name": "AiringID",
"segmentation_upid_length": 8,
"segmentation_upid": "0x2cb2d79d",
"segmentation_type_id": 17,
"segment_num": 0,
"segments_expected": 0
},
{
"tag": 2,
"descriptor_length": 23,
"name": "Segmentation Descriptor",
"identifier": "CUEI",
"segmentation_event_id": "0x48000027",
"segmentation_event_cancel_indicator": false,
"segmentation_event_id_compliance_indicator": true,
"program_segmentation_flag": true,
"segmentation_duration_flag": false,
"delivery_not_restricted_flag": false,
"web_delivery_allowed_flag": true,
"no_regional_blackout_flag": true,
"archive_allowed_flag": true,
"device_restrictions": "No Restrictions",
"segmentation_message": "Program Start",
"segmentation_upid_type": 8,
"segmentation_upid_type_name": "AiringID",
"segmentation_upid_length": 8,
"segmentation_upid": "0x2cb2d7b3",
"segmentation_type_id": 16,
"segment_num": 0,
"segments_expected": 0
}
]
}