gstreamer-cheat-sheet/html_examples/tcp-receive.html

15 lines
546 B
HTML
Raw Normal View History

2018-04-17 22:51:33 +00:00
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>gst-stream</title>
</head>
<body>
<h1>Demo TCP video playback</h1>
<h2>I've only managed to get this working on Firefox, not Chrome or Safari.</h2>
<video width=640 height=360 autoplay style="border: 1px solid green" controls>
<source src="tcp://127.0.0.1:9090/">
2018-04-17 22:51:33 +00:00
</video>
</body>
</html>