Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

python/example: add encode/decode support for rx/tx #672

Merged
merged 1 commit into from
Dec 27, 2023

Conversation

frankdjx
Copy link
Collaborator

@frankdjx frankdjx commented Dec 27, 2023

python/example: add encode/decode support for rx/tx

test with:
python3 python/example/st20p_tx.py
python3 python/example/st20p_rx_encode.py

TX decode YUV video from an encoded file and transmit it as a ST2110
ST_FRAME_FMT_YUV422RFC4175PG2BE10 stream across the network.

RX receive a ST2110 ST_FRAME_FMT_YUV422RFC4175PG2BE10 stream and encode
the video stream to a .mp4 encoder file.

test with:
python3 python/example/st20p_tx.py
python3 python/example/st20p_rx_encode.py

TX decode YUV video from an encoded file and transmit it as a ST2110
ST_FRAME_FMT_YUV422RFC4175PG2BE10 stream across the network.

RX receive a ST2110 ST_FRAME_FMT_YUV422RFC4175PG2BE10 stream and encode
the video stream to a `.mp4` encoder file.

Signed-off-by: Frank Du <[email protected]>
@frankdjx frankdjx marked this pull request as ready for review December 27, 2023 08:01
@frankdjx frankdjx requested a review from ricmli as a code owner December 27, 2023 08:01
@frankdjx frankdjx changed the title python/example: add tx from a encoder file python/example: add encode/decode support for rx/tx Dec 27, 2023
@frankdjx frankdjx merged commit 1859dce into OpenVisualCloud:main Dec 27, 2023
30 checks passed
@frankdjx frankdjx deleted the python_decode branch December 27, 2023 08:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants