Skip to content

Commit

Permalink
examples: Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
tampsa committed Jan 30, 2024
1 parent a31ba64 commit 9853162
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,12 @@ NOTE: The hook should not be used for extensive media processing. It is meant to

## Visual Volumetric Video-based Coding (V3C) streaming

Using RTP for transmission of V3C bitstreams such as V-PCC or MIV files, stored in the *sample stream format* requires:
Using RTP for transmission of V3C bitstreams such as V-PCC or MIV files, stored in the *sample stream format* includes:
1. Parsing the bitstream into NAL units for RTP transmission
2. Reconstructing the V3C bitstream from received NAL units
2. Transmission of NAL units with uvgRTP
3. 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. You can download a suitable V-PCC test sequence [here](https://ultravideo.fi/uvgRTP_example_sequence_longdress.vpcc).
Included below are basic functioning examples that implement 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)

Expand Down

0 comments on commit 9853162

Please sign in to comment.