All Projects → ebu → Smpte2110 Analyzer

ebu / Smpte2110 Analyzer

Licence: other
Analyzer to inspect network packets generated by the SMPTE ST 2110 specification.

Programming Languages

python
139335 projects - #7 most used programming language

SMPTE 2110-20 Analyzer

Analyzer to inspect network packets generated by the SMPTE2110-20 specification.

Getting started

  1. Install Python 3.6 (Anaconda is recommended for Windows setup)

  2. Install Wireshark

  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 destination
  5. 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

Contact

License

see LICENSE.md

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].