haiyangwu / mediasoup-client-android

mediasoup android client side library https://mediasoup.org
MIT License
179 stars 107 forks source link

Get rtp url of remote client to stream by external streamer #7

Closed whatisor closed 4 years ago

whatisor commented 4 years ago

Hi, Is there any way to get rtp url of peer client to play stream by external streamer such as vlc, ffmpeg? Thank you.

haiyangwu commented 4 years ago

Implement another org.webrtc.VideoCapturer may solve your problem, but it's out of the scope of current project.

whatisor commented 4 years ago

@haiyangwu , thank for response. That is bad new for me. Do you think I can use this solution? createPlainRtpTransport https://groups.google.com/forum/#!topic/mediasoup/3xmlVtUBx9U https://github.com/versatica/mediasoup/tree/d7ff7e69158c246e18707424c2cdb3b0b1cc5b4f https://mediasoup.org/documentation/v3/communication-between-client-and-server/