Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adamweeks/sdp-js-parser
A quick string parser for sdp js objects for display
https://github.com/adamweeks/sdp-js-parser
debugging sdp webrtc webrtc-tools
Last synced: 2 days ago
JSON representation
A quick string parser for sdp js objects for display
- Host: GitHub
- URL: https://github.com/adamweeks/sdp-js-parser
- Owner: adamweeks
- Created: 2018-04-12T18:55:55.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-04-13T18:14:34.000Z (over 6 years ago)
- Last Synced: 2024-11-18T02:45:13.793Z (about 1 month ago)
- Topics: debugging, sdp, webrtc, webrtc-tools
- Language: HTML
- Size: 2.93 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sdp-js-parser
A quick string parser for sdp js objects for display.
Tired of copying sdp objects from your debugger and having to remove the newline characters? I was too.
Simply paste your object (`"v=0\r\no=mozilla...THIS_IS_SDPARTA-59.0.2 5728745326167211431 1 IN IP4 0.0.0.0\r\ns=-\r\nt=0 0`)
to get formatted output:```
v=0
o=mozilla...THIS_IS_SDPARTA-59.0.2 5728745326167211431 1 IN IP4 0.0.0.0
s=-
t=0 0
```## Install
```
npm install
```## Usage
```
npm
```## Contribute
PRs accepted.
## License
MIT © Adam Weeks