Using the app in receive only mode #98
Replies: 6 comments 5 replies
-
Hi, in order to establish a WebRTC connection you must exchange offer/answer between the peers. |
Beta Was this translation helpful? Give feedback.
-
Hi, stasel. Thank you for your reply. |
Beta Was this translation helpful? Give feedback.
-
Hi there. It seems to me I've deleted all code related to sending video.
Answer (from iOs):
Candidates (sent from device to iOs):
Candidates (sent from iOs to my Device):
After that negotioantion I see traffic (I think with video): from device ip:192.168.15.111 port:49624 to iOs ip:192.168.15.106 port:52142 |
Beta Was this translation helpful? Give feedback.
-
@stasel Hi.
|
Beta Was this translation helpful? Give feedback.
-
I'm pretty sure that H264 support is build in WebRTC library. I just sent an offer from my iPhone X and saw H264 mentions in the SDP string. Yes, I use the framework in https://github.com/stasel/WebRTC . You can try to compile WebRTC on your own - check the other repo for instructions and a handy script. Maybe there is a special flag or something. Let me know how it goes |
Beta Was this translation helpful? Give feedback.
-
Hi @stasel. Thanks for your answers. I'll explain why I think it is not added:
I found that for example H264EncoderImpl is not in the package.
Also I see the strings at the file webrtc.gni.
I am still finding roots of the problem. |
Beta Was this translation helpful? Give feedback.
-
Hi, there.
We trying to use the app in receive video only mode.
But now we are stumbled in that we need to send our offer and receive answer.
I would love it if you could describe how to skip the stages sending offer and receiving answer to just show video from other side.
We do not need to send our video or audio.
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions