fyhertz / libstreaming

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

Is it possible to begin the Example 1 stream without the client connecting first? #225

Open jandmdesigns opened 8 years ago

jandmdesigns commented 8 years ago

I want to be able to broadcast the video stream (using example1) from my android device without needing a connection from a different client first. E.g., the stream is broadcast as soon as the device launches the app, and anyone can hop onto the stream once it is started.