[vlc-devel] Probleme Plugin VLC sous Mozilla Firefox
feriel ben ghorbel
ferielbenghorbel at gmail.com
Mon Dec 31 00:10:17 CET 2012
Good Evening
I used Embedding VLC plugin in a HTML Page(browser: Mozilla Firefox)
using Apache2 and all is
included with Ubuntu(11.10)
my problem is when I reach the Html Page ; the stream ".ts" is not
working (using "live555MediaServer")and usually Mozilla Firefox crash
when I run the HTML Page
the code that I used in the HTML pages is
<html>
<head><title>Live555 Media</title></head>
<body>
<h1>Flux</h1>
<embed type="application/x-vlc-plugin"
name="video1" width="400" height="300"
autoplay="no" loop="no" hidden="no"
target="rtsp://192.168.11.155:8554/myvideo.ts" />
<br />
<a href="javascript:;" onclick='document.video1.play()'>Play video </a>
<a href="javascript:;" onclick='document.video1.pause()'>Pause video </a>
<a href="javascript:;" onclick='document.video1.stop()'>Stop video </a>
<a href="javascript:;" onclick='document.video1.fullscreen()'>Fullscreen</a>
</body>
</html>
Best Regards
More information about the vlc-devel
mailing list