facebookincubator / rush

RUSH (Reliable - unreliable - Streaming Protocol)
MIT License
26 stars 1 forks source link

Sample app/client #1

Open ggarber opened 1 year ago

ggarber commented 1 year ago

Is there any sample app using this code that we can use to understand how to use the library and also to test server implementations against it? Thank you

ankit-varma10 commented 1 year ago

We are working on a sample client and a test server using which you will be able to test the implementation. We are actively working on this and we should be publish it over the next couple of weeks.

Out of curiosity :) are you just exploring the library or you have some specific use case in mind - and how the library fits into that?

sparkyish commented 1 year ago

@ankit-varma10 , the Introduction states that this can be used to send to FBlive. Would you be able to provide the RUSH URL structure for sending to FBlive? Ex.. RTMP is rtmps://live-api-s.facebook.com:443/rtmp/streamkey What is it for the RUSH URL? *Update, found it in the readme :) :: rush://live-api-s.facebook.com:443/rtmp/STREAM_KEY

Also, any update on teh sample client and test server? TYIA

wanjohiryan commented 1 year ago

Hey, @ankit-varma10 how is the development for the sample client and test server going?

We are actively working on a cloud gaming project that involves low latency video and audio streaming, these examples would be incredibly valuable for us in shaping our stack :)

sehadnassim commented 7 months ago

How can you play the video stream ? any updates on this