From a3d717a24e59fc55579cab76a314e1461ec4a2d6 Mon Sep 17 00:00:00 2001 From: Heikki Tampio Date: Thu, 18 Jan 2024 10:30:15 +0200 Subject: [PATCH] examples: Add link to V-PCC test file to V3C documentation --- examples/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/README.md b/examples/README.md index 05ea343..76e58ae 100644 --- a/examples/README.md +++ b/examples/README.md @@ -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)