Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

JavaScript

Is there any solution for video stream in HTML or JavaScript?

I'm trying to use live stream in HTML with most compatible ( WebRTC can only use in desktop chrome). Is there any suggestion? Thank you all.

2 Answers

Hi Edwin, see if this article helps you out.

I have seen this article, but I need to use live stream in Android, and webRTC cannot.

Let's see if Nick Pettit can provide some direction here.

I've searched some references about WebRTC and I have not got any idea. I understood enough how WebRTC is working in a single page, but I wanna make my own page which can stream my webcam video and other people can watch it. I just found some live streaming third party, but it usually is not free. I just wanna make it with my code and stream it around the world Is there any suggestion? Thank you very much.