Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement ASPEN in and out. #14

Open
1 of 5 tasks
sparkpunkd opened this issue Jun 2, 2016 · 1 comment
Open
1 of 5 tasks

Implement ASPEN in and out. #14

sparkpunkd opened this issue Jun 2, 2016 · 1 comment
Assignees

Comments

@sparkpunkd
Copy link
Contributor

sparkpunkd commented Jun 2, 2016

Implement in and out nodes that process the ASPEN RTP encapsulation of MPEG transport streams.

ASPEN is the initial focus. It should be possible to process other MPEG-TS encapsulations of media, such as SMPTE 2022-2, using the same codebase. These additional formats will be tracked as separate issues.

  • Unpack transport streams to PES stream payloads.
  • Pack grain payloads as PES payloads into transport streams,
  • Uncompressed mono-essence video streams. SMPTE RDD 37.
  • Uncompressed audio streams - twit-biddling required. SMPTE ST 302.
  • Ancillary data streams. SMPTE ST 2038.
@sparkpunkd sparkpunkd self-assigned this Jul 30, 2016
@sparkpunkd
Copy link
Contributor Author

Created separate module tesladon to provide generic, stream-based processing of MPEG-TS for node.js.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant