前提・実現したいこと
映像を受信している際に、
現在映像受信中です....
というメッセージを表示させたい。
発生している問題・エラーメッセージ
過去に質問した、遠くのカメラ映像を表示は、配布されているandroidアプリを使用し、<iframe>でURLを埋め込みました。
映像を受信している際に、受信をしていると表示させたいのですが、失敗してしまいます。
ご指摘よろしくお願いします。
該当のソースコード
html
1<html> 2 <p> 3 <font size="3" color="000000"> 4 現在接続状況 5 <font size="3" color="ff0000"> 6 良好 7</div> 8<font size="8" color="#ff0000"> 9<p class="text_center">CLANE STAR ONLINE 10 <hr size="5"> 11<html lang="ja"> 12<head> 13 14<meta charset="utf-8"> 15<link rel="stylesheet" href="./style.css"> 16</head> 17<body> 18 <body onContextmenu="window.alert('右クリック禁止です。');return false"> 19<body oncopy="return false;"> <form action="http://localhost/clane/online/home.php"method="post"> 20<input type="image" src="http://localhost/clane/online/image/home.jpg" alt=" "></p> 21<meta http-equiv="content-type" charset="utf-8"> 22<head> 23<body bgcolor="#4169e1"> 24<font size="8" color="#ff0000"> 25 26<title>CLANE STAR ONLINE</title> 27 28 29</body> 30</html> 31 32 <p> 33</div> 34 35 36<pre> 37 38 <img src="http://localhost/clane/online/image/No1.jpg"> 39 40 41<font size="3" color="#000000"> 42<html> 43<head> 44 45<iframe width="600" height="500" src="http://192.168.11.14:8080/video" scrolling="no" 46 frameborder="0"> 47 48</div></div> 49 </iframe> 50</body> 51</html> 52 53 54 55</script> 56</body> 57</html>
試したこと
画像の上に文字を埋め込む際に使う
html
1<div style="position: relative; display:inline-block;"> 2<img src=".http://192.168.11.14/video/" alt="topimg"> 3<div style="position: absolute; top: 0; left: 0; max-width: 100%; max-height: 100%; padding: 30px; text-align: left;"> 4<p>ここに文章を書く</p> 5</div></div>
で試しましたが、表示もされません。
補足情報(FW/ツールのバージョンなど)
localhost
XAMPP
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2020/03/07 11:19
退会済みユーザー
2020/03/07 12:16
退会済みユーザー
2020/03/07 12:18
2020/03/08 03:28
退会済みユーザー
2020/03/08 03:55
2020/03/08 04:00
退会済みユーザー
2020/03/08 04:05
2020/03/08 04:55
退会済みユーザー
2020/03/08 04:57
退会済みユーザー
2020/03/08 04:57
2020/03/08 05:06 編集
退会済みユーザー
2020/03/08 05:13
2020/03/08 05:28 編集
退会済みユーザー
2020/03/08 06:10
2020/03/08 06:51 編集
2020/03/08 07:47