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>
0 comments:
Post a Comment