examples: Add link to V-PCC test file to V3C documentation

This commit is contained in:
Heikki Tampio 2024-01-18 10:30:15 +02:00
parent 80dd00d536
commit a3d717a24e
1 changed files with 1 additions and 1 deletions

View File

@ -139,7 +139,7 @@ Using RTP for transmission of V3C bitstreams such as V-PCC or MIV files, stored
1. Parsing the bitstream into NAL units for RTP transmission
2. Reconstructing the V3C bitstream from received NAL units
Included below are example implementations of these processes and the session structure of uvgRTP for V-PCC transmission.
Included below are example implementations of these processes and the session structure of uvgRTP for V-PCC transmission. You can download a suitable V-PCC test sequence [here](https://ultravideo.fi/uvgRTP_example_sequence_longdress.vpcc).
[How to parse and transmit a V-PCC bitstream](v3c_sender.cc)