W
W
WQP2015-04-11 21:32:19
HTML
WQP, 2015-04-11 21:32:19

How to play HLS(rtmp) in HTML5?

Hello, I have a stream rtmp://212.129.24.57:1901/1/stream?key=FWHLJFA9that needs to be rendered somehow in HTML5. Tell me the JS that can implement this, preferably a standard HTML5 player

Answer the question

In order to leave comments, you need to log in

2 answer(s)
K
Kano, 2015-04-11
@Kano

Rtmp and hls are different streaming formats for delivering video over the Internet. One is from Adobe, the other is from Apple. The first one can be played only in flash, and the second one can be played both in flash and in html5 video
To play the hls stream, jwplayer will help you, it can also play rtmp

A
Anton Shcherbakov, 2015-04-13
@WestTrade

Unfortunately, you will not be able to directly broadcast the video stream from the registrar through any player built into the site. And this will not work for two reasons - there are no browser solutions with support for the codec of the output video stream, the registrar will be bent on the 7th client that will take data from it.
Therefore, an intermediary server is used for these purposes, which receives the video, converts it and streams it.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question