Search found 18 matches

Go to advanced search

by BexX
27 Nov 2008 18:52
Forum: Development around libVLC
Topic: libvlc 0.9.4 : module path for libvlc_new parameters?
Replies: 6
Views: 3961

Re: libvlc 0.9.4 : module path for libvlc_new parameters?

you do need a working install of VLC 0.9x on your system then use:

Code: Select all

--plugin-path=cygdrive/c/program_files/videolan/vlc/plugins
This is where the plugin's binary are located!
by BexX
26 Nov 2008 00:48
Forum: Development around libVLC
Topic: VideoLan.Interop a .Net libvlc 0.9.x wrapper
Replies: 195
Views: 85152

Re: VideoLan.Interop a .Net libvlc 0.9.x wrapper

The Problem was caused by these two lines, you have put into an if directive now. 135 #if USE_WPF 136 cbSurfaceChanged = new D3dCallback(SurfacedChanged); 137 InteropMethods.libd3d_surface_changed_callback(cbSurfaceChanged); 138 #endif There should not be a problem finding the plugins directory on l...
by BexX
24 Nov 2008 16:55
Forum: Development around libVLC
Topic: How to keep the playing screen in VLC API in C#
Replies: 2
Views: 1826

Re: How to keep the playing screen in VLC API in C#

set video parent ist your friend! :)

take a look at:
http://www.syairin.com/SimplePlayer.7z
or the sample code from here
http://meedios.svn.sourceforge.net/view ... n%200.9.0/

If you are using an other c# wrapper, there should be something similar.
by BexX
22 Nov 2008 14:16
Forum: Development around libVLC
Topic: VideoLan.Interop a .Net libvlc 0.9.x wrapper
Replies: 195
Views: 85152

Re: VideoLan.Interop a .Net libvlc 0.9.x wrapper

Hi Kairos, i did some work on getting this wrapper to work on ubuntu/mono 1.91... and using this constructor it does work! // mono/linux Constuructor public VideoLanClient(string[] args) { //Initalize our exception pointer p_exception = new libvlc_exception_t(); p_exception.Initalize(); //create out...
by BexX
22 Nov 2008 14:04
Forum: Development around libVLC
Topic: C# Wrapper for libvlc 0.9.0 - Testers Required
Replies: 153
Views: 81747

Re: C# Wrapper for libvlc 0.9.0 - Testers Required

Hi guys: Sorry if is not the correct forum, but I'm very interesting in use and help with the .NET interface for VLC, so my question is where can I get a fresh copy of the source or where can a check out the last version (svn repo?). I would suggest using this wrapper instead: http://forum.videolan...
by BexX
22 Nov 2008 13:47
Forum: Development around libVLC
Topic: VideoLan.Interop a .Net libvlc 0.9.x wrapper
Replies: 195
Views: 85152

Re: VideoLan.Interop a .Net libvlc 0.9.x wrapper

this should be a sticky imho, because this wrapper is actually under development and more complete compared to marx wrapper.
by BexX
22 Nov 2008 13:37
Forum: General VLC media player Troubleshooting
Topic: DVB-T
Replies: 4
Views: 3615

Re: DVB-T

It would be great if VLC was a usable DVB App, but current version is not. (as far as i figured out.) It should be possible to create an .m3u Playlist and add the option ":program=[SID]" to specify the channel you want to watch. But for me on linux this did not work for some reason.
by BexX
17 Nov 2008 14:48
Forum: Development around libVLC
Topic: C# Wrapper for libvlc 0.9.0 - Testers Required
Replies: 153
Views: 81747

Re: C# Wrapper for libvlc 0.9.0 - Testers Required

You are setting up the frequency and the other stuff, by adding mrl-options to your mediadiscriptor, right? Then you just have to add ":programs=[SID]" as option to your mediadiscriptor objekt.
by BexX
28 Oct 2008 18:13
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Getting started with JVLC 0.9 on Ubuntu
Replies: 17
Views: 8179

Re: Getting started with JVLC 0.9 on Ubuntu

sorry, i don't know, i'm not a jvlc magician :) but there are too many "libvlc error" ... and thats the problem! :) This "Djna.library.path" is garbage! passing the plugins dir as cmd line option to libvlc will work. java org.videolan.jvlc.example.VLCExample --plugin-path=/opt/v...
by BexX
22 Oct 2008 23:35
Forum: VLC media player for Windows Troubleshooting
Topic: How to record stream RTSP with JVLC?
Replies: 14
Views: 3008

Re: How to record stream RTSP with JVLC?

take a look at:
http://www.videolan.org/doc/streaming-h ... /ch03.html
http://www.videolan.org/streaming-features.html

ps or raw as mux should work, depending on the input format, or if you use transcode to make it mpeg2.
by BexX
22 Oct 2008 18:19
Forum: VLC media player for Windows Troubleshooting
Topic: How to record stream RTSP with JVLC?
Replies: 14
Views: 3008

Re: How to record stream RTSP with JVLC?

looks good imho... so whats the exact problem? Is "e:/test.avi" being created? If so, is their content in the file? By the way: as you are using mux ts, you should use ".ts" as file extension.
by BexX
18 Oct 2008 17:36
Forum: VLC media player for Windows Troubleshooting
Topic: How to record stream RTSP with JVLC?
Replies: 14
Views: 3008

Re: How to record stream RTSP with JVLC?

what exactly didn't work? Please try to add "-vvv" to arg and post your console ouput here.
by BexX
13 Oct 2008 00:25
Forum: VLC media player for Windows Troubleshooting
Topic: How to record stream RTSP with JVLC?
Replies: 14
Views: 3008

Re: How to record stream RTSP with JVLC?

:sout is not the right choice in this case, because it is locally scoped to a media and you don't give any. So use --sout for global scope or: String[] parms = new String[] { "-vv", "--plugin-path=c:\\Programme\\VideoLAN\\VLC\\plugins"}; JVLC jvlc = new JVLC(parms); String file =...
by BexX
27 Sep 2008 00:23
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Getting started with JVLC 0.9 on Ubuntu
Replies: 17
Views: 8179

Re: Getting started with JVLC 0.9 on Ubuntu

I just figured out how to get JVLC working in Intrepid (they finaly decided to include vlc 0.9.2 in this release): - download the jvlc test release 2008-07-27: http://trac.videolan.org/jvlc/wiki/download - create a symlink to libvlc.so.2.0.2, so that jna is able to locate it: sudo ln -s /usr/lib/lib...
by BexX
26 Sep 2008 23:45
Forum: VLC media player for Windows Troubleshooting
Topic: JVLC how to make it works?
Replies: 17
Views: 4002

Re: JVLC how to make it works?

It does work on windows, but as xyber mentioned you have to adjust your path to enable jvlc/jna to find the libvlc libaries and you need to specify the path to the plugins' dir, to enable libvlc to find the plugins. Setting -Djna.library.path does not work for me. To run the example from a console: ...
by BexX
20 Jul 2008 08:12
Forum: VLM
Topic: VLM and DVB: VLC as a DVB-C/S/T backend for mediacenters
Replies: 0
Views: 1954

VLM and DVB: VLC as a DVB-C/S/T backend for mediacenters

A while ago, i started looking for an solution to integrate DVB devices distributed over a LAN into a mediacenter. requirements: - streaming and switching of TV channels over LAN - scheduled recordings - dvb server (backend) shall be Linux based -- backend shall not use its dvb adapters, when no cli...
by BexX
16 Jul 2008 19:20
Forum: Development around libVLC
Topic: C# Wrapper for libvlc 0.9.0 - Testers Required
Replies: 153
Views: 81747

Re: C# Wrapper for libvlc 0.9.0 - Testers Required

Hi! First of all i would like to say thanks for your work, Marx! And now, to fill this post with some topic related content, here is some feedback: I sucessfully tested the on the test-app (from wrapper ver. 0.0.2) on the folowing plattforms: - WinXP / .NET 2.0 / Visual Studio 2008 / vlc-0.9.0-test3...

Go to advanced search