[QUESTION] How to stream an existing h265 encoded video over webRTC? #2072
Unanswered
CarlosYeverino
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Hi Carlos, can you please confirm the pipeline you implemented is functional by writing to a |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How to stream an existing h265 encoded video/frames over webRTC?
I modified
kvsWebrtcClientMasterGstSample.c
to use a custom senderPipeline which uses multifilesrc to load the existing h265SampleFrames from the repo (goal is to have similar use case but with different data).I noticed that connection to peer is successful, however, the data is not streamed since there is no indication about it on kvsWebrtcClientMasterGstSample output nor in AWS test page and webRTC internals. How can I make this use case work?
NOTE: I confirmed that webrtc with testsrc h265 works, I am able to see the streamed video on AWS test page on Windows Chrome. Furthermore, I tested similar pipeline as the custom senderPipeline locally with
autovideosink
and I was able to see the video (not webRTC here).kvsWebrtcClientMasterGstSample output
AWS test page Viewer
Beta Was this translation helpful? Give feedback.
All reactions