Stream a PNG files using SIP Sorcery to generate a video output on client #628
Unanswered
jadavparesh06
asked this question in
Q&A
Replies: 1 comment 1 reply
-
The VideoTestPatternSource is an example of generating a video stream from static images. You can convert a png image to a I420 using |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was following SIP Sorery library GetStarted example where it is streaming I420 Test Pattern to client, My questions is If I have a png file instead of a I420, how can we stream it.
Basically, I will be getting frame by frame video data at my end as png files and I want to stream them to client so that it recreates a video using those files.
Beta Was this translation helpful? Give feedback.
All reactions