Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
futzu authored Jan 14, 2024
1 parent 27e1e73 commit 5c33414
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,8 @@
<br>⚡ `Parses` __SCTE-36__ from `files`, `http(s)`, `Multicast`, `UDP` and even `stdin` _( you can pipe to it)_.
<br>⚡ `Parses` __SCTE-35__ from streams converted to `bin data` ( _type 0x06_ ) by `ffmpeg`.

# Latest Version is `2`.`4`.`19`
### Heads Up, the new specification has field changes.
> Most of you shouldn't have a problem, I think I've handled most of the potential issues.
> If you see something crazy, don't freak out, just open an issue, and we'll get it resolved.
* v2.4.15 fix for `encode.mk_splice insert`
* v2.4.17 fix for `private descriptor` encoding
* v2.4.19
* new `threefive.Stream` methods
# Latest Version is `2`.`4`.`21`
* v2.4.19 * new `threefive.Stream` methods
* `threefive.Stream.pts()` returns dict of `{program:pts}` for current pts.
* `threefive.Stream.show_pts()` prints realtime `program -> pts`
* threefive `cli` tool now accepts `show` and `pts` keywords
Expand Down

0 comments on commit 5c33414

Please sign in to comment.