Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Play RTMP live stream in HTML5

Tags:

audio

mp3

ogg

rtmp

I have one user streaming microphone in RTMP from a Flash app. How can I broadcast this stream to other users using HTML5 (no Flash)?

Do browsers support live audio streaming in HTML5? What format do I need to use, mp3, ogg?

Thanks

like image 375
pablo Avatar asked Aug 13 '12 04:08

pablo


1 Answers

HTML5 does NOT support RTMP. They do however support audio playback, using the tag. You need to include mp3 ogg and wav, as no one format is supported by all browsers. However, like I said, HTML5 only supports httpd, not RTMP

like image 97
Gareth Parker Avatar answered Nov 02 '22 03:11

Gareth Parker