benwtrent / janus-gateway-android

This is an API wrapper that utilizes the native WebRTC build and is made to ease communication with the janus-gateway
MIT License
112 stars 73 forks source link

write streaming plugin example #7

Open benwtrent opened 9 years ago

ashwinprasadme commented 7 years ago

anybody has given this a try? can we share code?

benwtrent commented 7 years ago

I personally have not tried it, and with work and school, this project has taken a back seat. However, I did see something in a fork: https://github.com/Bnei-Baruch/janus-gateway-android/blob/master/app/src/main/java/computician/janusclient/StreamBBVideo.java

It does not look quiet like it works, but it and the other examples should give you a starting point.

Also, the java client has a similar format to the Javascript one provided by meetecho themselves, so you may want to look at their javascript example and client side library for some help as well.

dorkmania commented 7 years ago

I'm using a simplified version of the meetecho javascript code as reference. Will update and share code once I can get it to work.

tobiasguimaraes commented 6 years ago

Theres an example code of streaming?

petergerten commented 6 years ago

I would be interested as well if someone got this running yet.