Sunday, November 5, 2017

play mpegts (http rtp) stream in browser

Leave a Comment

I want to play a link like: http://ip1:port1/rtp/ip2:port2 in browser.
Can you please advice a best way how to produce this?

1 Answers

Answers 1

It's hard to understand what you're asking as you didn't provide much detail about exactly what you're trying to accomplish or even give an example of what you've already tried.

I think maybe this is what you're looking for though:

<video src="http://ip1:port1/rtp/ip2:port2">     Your browser does not support RTP streams. </video> 

Source: How to play H.264 video in browser?

If You Enjoyed This, Take 5 Seconds To Share It

0 comments:

Post a Comment