mirror of
https://github.com/matthew1000/gstreamer-cheat-sheet.git
synced 2024-11-21 16:00:59 +00:00
14 lines
546 B
HTML
14 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>
|