Commit 69f2586
committed
feat(adv_networking_media_player) Add Adv. Networking Media Player
- Add high-performance media receiving application built on Advanced Network Media Rx operator
- Utilizes AdvNetworkMediaRxOp for professional media reception over Rivermax
- Integrates with Advanced Network Manager for optimized network resource management
- SMPTE 2110 compliant for professional broadcast applications
- Real-time reception and processing of media streams with ultra-low latency
- Support flexible output modes and format handling
- Real-time visualization using HolovizOp for live monitoring
- File output capability for recording and analysis
- Format conversion support for optimal display
- Support multiple video formats and resolutions
- RGB888, YUV420, NV12, RGBA and other common video formats
- Configurable bit depths (8, 10, 12, 16-bit)
- Multiple resolution support up to 4K and beyond
- GPU acceleration with GPUDirect for zero-copy operations
- Implement dual language support
- C++ implementation for maximum performance
- Python implementation for ease of use and development
Pipeline: Network Interface → Advanced Network Manager → AdvNetworkMediaRxOp → [FormatConverter] → HolovizOp/FramesWriter
This application demonstrates how to use the Advanced Network Media operators
for professional-grade media reception in broadcast and media production
environments requiring ultra-low latency and high throughput performance.
Signed-off-by: Rony Rado <[email protected]>1 parent 1fc0f39 commit 69f2586
File tree
10 files changed
+1212
-0
lines changed- applications
- adv_networking_media_player
- cpp
- python
10 files changed
+1212
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
20 | 23 | | |
21 | 24 | | |
22 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
0 commit comments