Search found 4 matches

Go to advanced search

by fpostma
11 Dec 2008 02:11
Forum: VLM
Topic: VLM 0.9.2 under Windows Connection failed
Replies: 11
Views: 4651

Re: VLM 0.9.2 under Windows Connection failed

This is listed in Trac under #2022 , http://trac.videolan.org/vlc/ticket/2022 Caused by windows recv call returning -1 (and WSAEWOULDBLOCK via WSAGetLastError() ) if there is no data waiting for it. WinSock would prefer you to use select() calls to poll a socket for data I guess. There are several w...
by fpostma
20 Sep 2008 23:25
Forum: VLC media player for Linux and friends Troubleshooting
Topic: undefined symbol from built 0.9 linux
Replies: 11
Views: 2690

Re: undefined symbol from built 0.9 linux

I think it might have something to with the pc file: $ cat libavcodec.pc prefix=/usr/local exec_prefix=${prefix} libdir=$(PREFIX)/lib includedir=$(PREFIX)/include Name: libavcodec Description: FFmpeg codec library Version: 51.56.0 Requires: libavutil = 49.6.0 Conflicts: Libs: -L${libdir} -lavcodec L...
by fpostma
06 Sep 2007 12:27
Forum: VLC media player for Windows Troubleshooting
Topic: regular telnet fails on XP?
Replies: 10
Views: 3505

Re: regular telnet fails on XP?

Oh? I use "vlc -I dummy --dummy-quiet --extraintf telnet" to get it to work, would using '--control=telnet' be better? It's not just xp telnet that fails btw. Any telnet fails, not letting you specify a password at all but disconnecting immediatly after 'Password:'. Curious since on linux ...
by fpostma
06 Sep 2007 12:25
Forum: VLC media player for Windows Troubleshooting
Topic: "Connection to host lost" when using the telnet interface
Replies: 10
Views: 6207

Re: "Connection to host lost" when using the telnet interface

For some weird reason telnet as primairy interface fails. Try this: vlc -I dummy --dummy-quiet --extraintf telnet

Go to advanced search