gstreamer-cheat-sheet/html_examples/tcp-receive.html
2018-06-08 21:35:46 +01:00

15 lines
546 B
HTML

<!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/">
</video>
</body>
</html>