No video output on vlc-0.9.0-test3-20080729-0131-win32.exe

All you've ever wanted to know about the ActiveX, Mozilla plugins, the web interface and various PHP extensions
cybercockroach
Blank Cone
Blank Cone
Posts: 19
Joined: 11 Jul 2008 03:35

No video output on vlc-0.9.0-test3-20080729-0131-win32.exe

Postby cybercockroach » 29 Jul 2008 04:33

On vlc-0.9.0-test3-20080729-0131-win32.exe, there are no video output. but it works fine on vlc-0.9.0-test3-20080721-0004-win32.exe

below is the test code

<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="test.aspx.cs" Inherits="WebIPFinder.test" %>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
<title>Untitled Page</title>
</head>
<body>
<form id="form1" runat="server">

<table>
<tr>
<td>
<!-- vlc player -->
<div id="CH1" style="width:352px;height:240px;background:blue">
<object classid="clsid:9BE31822-FDAD-461B-AD51-BE1D1C159921"
width="400" height="300" id="VLCH1" >
</object>


</div>
</td>


</tr>
</table>




<script type="text/javascript">

var options = [":no-overlay", ":no-one-instance"];

document.VLCH1.playlist.add("rtsp://192.168.90.12/mpeg4/media.amp", null, options);
document.VLCH1.playlist.play();



function Button1_onclick() {
alert(document.VLCH1.input.fps);
alert(document.VLCH1.video.width);
alert(document.VLCH1.video.height);
}

</script>
<p>
<input id="Button1" type="button" value="button" onclick="return Button1_onclick()" /></p>




</form>
</body>
</html>

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37523
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Re: No video output on vlc-0.9.0-test3-20080729-0131-win32.exe

Postby Jean-Baptiste Kempf » 29 Jul 2008 06:56

messages ?
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.

cybercockroach
Blank Cone
Blank Cone
Posts: 19
Joined: 11 Jul 2008 03:35

Re: No video output on vlc-0.9.0-test3-20080729-0131-win32.exe

Postby cybercockroach » 29 Jul 2008 11:52

hi j-b:
There is no error message on web page. but when i use the MRL `rtsp://192.168.90.12/mpeg4/media.amp' directly on vlc player. I get the the message below. ( When I install the vlc-0.9.0-test3-20080721-0004-win32.exe back, it works as expect.) Thanks you.


main info: Running vlc with the default interface. Use 'cvlc' to use vlc without interface.
dshow error: no capture device was detected
main error: option rtsp-caching does not exist
main error: option rtsp-caching does not exist
main error: option rtsp-caching does not exist
main error: option rtsp-caching does not exist
main error: open of `rtsp://192.168.90.12/mpeg4/media.amp' failed: could not create access

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37523
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Re: No video output on vlc-0.9.0-test3-20080729-0131-win32.exe

Postby Jean-Baptiste Kempf » 29 Jul 2008 17:16

RTSP not compiled :D
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.

cybercockroach
Blank Cone
Blank Cone
Posts: 19
Joined: 11 Jul 2008 03:35

Re: No video output on vlc-0.9.0-test3-20080729-0131-win32.exe

Postby cybercockroach » 30 Jul 2008 03:29

vlc-0.9.0-test3-20080730-0233-win32.exe seems not rtsp compiled too^^ :o

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37523
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Re: No video output on vlc-0.9.0-test3-20080729-0131-win32.exe

Postby Jean-Baptiste Kempf » 30 Jul 2008 04:02

So ?
Those are nightly builds, if not all modules are compiled, this is not worrisome.
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.

cybercockroach
Blank Cone
Blank Cone
Posts: 19
Joined: 11 Jul 2008 03:35

Re: No video output on vlc-0.9.0-test3-20080729-0131-win32.exe

Postby cybercockroach » 30 Jul 2008 06:55

hmm......,My purpose is just to remind that the modules are not compiled. And do not forget to compile on the offical builds.


Return to “Web and scripting”

Who is online

Users browsing this forum: No registered users and 1 guest