Replies: 2 comments
-
This is a bit out of the scope of libdatachannel. For live audio or video you can use gstreamer or ffmpeg for instance. There are basically two possiblities:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Thank you @paullouisageneau for clarifying things like MediaStream API is not supported by libdatachannel stack. As of now, you know where I am stuck so would you like to help me to give a suggestion of any c++ API which really good to me for capturing live audio/video data? Your suggestion is a great help for me. Thank you... |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello
I started to work on a native standalone c++ based video-conferencing application where I go through some examples as a reference, where I got such information like the client (Data Channels), media (media reception from C++), streamer (media sending from C++), and a signaling server where specifically media streaming is either predefined media (like example/streamer) or some got from java+html based code (like example/media).
I would like to make one standalone c++ based application that got live audio-video media data from the webcam and sends it to localhost.
So,
Would you like to help me for capturing live media data through c++ based application?
Beta Was this translation helpful? Give feedback.
All reactions