Commit 1fc0f39
committed
feat(adv_networking_media_sender) Add Adv. Networking Media Sender
- Add high-performance media streaming application built on Advanced Network Media Tx operator
- Utilizes AdvNetworkMediaTxOp for media transmission over Rivermax
- Integrates with Advanced Network Manager for optimized network resource management
- SMPTE 2110 compliant for professional broadcast applications
- Real-time transmission of media files with precise timing control
- Support multiple video formats and resolutions
- RGB888, YUV420, NV12 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
* Support professional broadcast features
- Frame-accurate timing for live streaming applications
- Looping playback for continuous streaming
- VideoStreamReplayer integration for file-based sources
Pipeline: VideoStreamReplayer → AdvNetworkMediaTxOp → Advanced Network Manager → Network Interface
This application demonstrates how to use the Advanced Network Media operators
for professional-grade media transmission in broadcast and media production
environments requiring ultra-low latency and high throughput performance.
Signed-off-by: Rony Rado <[email protected]>1 parent 8f35219 commit 1fc0f39
File tree
10 files changed
+1173
-0
lines changed- applications
- adv_networking_media_sender
- cpp
- python
10 files changed
+1173
-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