You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ It tries to comply with "Digital Video Broadcasting (DVB) - Specification for Se
8
8
The initial goal is to provide parsing for following tables :
9
9
* PAT: done
10
10
* PMT: mostly
11
-
* NIT: not yet planned
11
+
* NIT: mostly (missing some descriptors)
12
12
* BAT: not yet planned
13
13
* SDT: not yet planned
14
14
* EIT: mostly (missing some descriptors)
@@ -22,7 +22,7 @@ The initial goal is to provide parsing for following tables :
22
22
23
23
# Requirements
24
24
25
-
* PHP7+
25
+
* PHP7+ x64
26
26
* Composer
27
27
28
28
Those requirements can be installed on ubuntu 16.04:
@@ -34,6 +34,7 @@ Or on windows:
34
34
1.http://php.net/downloads.php
35
35
2.https://getcomposer.org/download/
36
36
37
+
NB: **32bit** will partly work but **should be avoided** because some structures are unsigned 32bit and PHP will store them as signed 32bit. See: http://php.net/manual/en/function.unpack.php#refsect1-function.unpack-notes
0 commit comments