[PR #196] [CLOSED] asciicast format version 2 #1016

Closed
opened 2026-03-15 11:14:07 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/asciinema/asciinema/pull/196
Author: @ku1ik
Created: 3/13/2017
Status: Closed

Base: v2Head: asciicast-v2


📄 Description

The ideas behind asciicast v2 format are:

  • enable live, incremental writing to a file during recording (with v1
    format the final recording JSON can only be written as a whole after finishing
    the recording session),
  • allow the players to start the playback as soon as they read the meta-data
    line (contrary to v1 format which requires reading the whole file), without need to buffer whole recording in memory,
  • use the same data representation whether you're recording to a file or streaming via UNIX pipe or WebSocket.

Preview of the doc: https://github.com/asciinema/asciinema/blob/v2/doc/asciicast-v2.md


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/asciinema/asciinema/pull/196 **Author:** [@ku1ik](https://github.com/ku1ik) **Created:** 3/13/2017 **Status:** ❌ Closed **Base:** `v2` ← **Head:** `asciicast-v2` --- ### 📄 Description The ideas behind asciicast v2 format are: * enable live, incremental writing to a file during recording (with v1 format the final recording JSON can only be written as a whole after finishing the recording session), * allow the players to start the playback as soon as they read the meta-data line (contrary to v1 format which requires reading the whole file), without need to buffer whole recording in memory, * use the same data representation whether you're recording to a file or streaming via UNIX pipe or WebSocket. Preview of the doc: https://github.com/asciinema/asciinema/blob/v2/doc/asciicast-v2.md --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-15 11:14:07 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/asciinema#1016
No description provided.