Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ebu/smpte2110-analyzer
Analyzer to inspect network packets generated by the SMPTE ST 2110 specification.
https://github.com/ebu/smpte2110-analyzer
Last synced: 20 days ago
JSON representation
Analyzer to inspect network packets generated by the SMPTE ST 2110 specification.
- Host: GitHub
- URL: https://github.com/ebu/smpte2110-analyzer
- Owner: ebu
- License: other
- Created: 2017-02-23T16:18:30.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-05-01T17:59:50.000Z (over 4 years ago)
- Last Synced: 2024-08-01T03:22:30.549Z (4 months ago)
- Language: Python
- Homepage:
- Size: 53.7 KB
- Stars: 66
- Watchers: 20
- Forks: 17
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# SMPTE 2110-20 Analyzer
Analyzer to inspect network packets generated by the SMPTE2110-20 specification.
## Getting started
1. Install [Python 3.6](https://www.python.org/downloads/release/python-360/) ([Anaconda](https://docs.continuum.io/anaconda/install) is recommended for Windows setup)
2. Install [Wireshark](https://www.wireshark.org/)
3. Install dependencies from `pip_requirements.txt`
4. `python cfull_analysis.py -c [CAPTURE_FILE.cap] -g [MULTICAST_IP] -p [UDP_PORT]`
* **[CAPTURE_FILE.cap]**: Wireshark capture file (generated by high precision device, nano seconds)
* **[MULTICAST_IP]**: Address of the video stream destination5. `python vxr_analysis.py -c [CAPTURE_FILE.cap] -g [MULTICAST_IP] -p [UDP_PORT]`
* **[CAPTURE_FILE.cap]**: Wireshark capture file (generated by high precision device, nano seconds)
* **[MULTICAST_IP]**: Address of the video stream destination## References
* Specification in draft
* [EBU Technology and Innovation - Live IP](https://tech.ebu.ch/liveip)## Contact
* [Willem Vermost]([email protected])
## License
see [LICENSE.md](./LICENSE.md)