fyhertz / libstreaming

A solution for streaming H.264, H.263, AMR, AAC using RTP on Android
Apache License 2.0
3.47k stars 1.07k forks source link

Peer to peer strimming #146

Open dpproduction opened 8 years ago

dpproduction commented 8 years ago

Hi! Can I use this library for audio/video calling (p2p) from one android device to another?

MattFL commented 8 years ago

I am currently using libstreaming to transmit video from one device, via RTSP, and playing it on a second android device using the built in media player.

dpproduction commented 8 years ago

Wow cool! What about if the device are not in the same local area network, how to create connection between devices? Is RTSP bi-directional protocol, can the device be in the role of receiver and transmitter? Like the phone call, and when you can talk and listen at the same time. Thank you!

einsteinarbert commented 8 years ago

gabberrr > you can find lib vlc, build it on android studio and ubuntu, it can play rtp video link. http://stackoverflow.com/questions/30259182/build-vlc-for-android-project-failed-on-ubuntu-12-04