Search found 4 matches

Go to advanced search

by manolamancha
12 Feb 2011 04:08
Forum: Development around libVLC
Topic: Custom Module will not load 1.1.7
Replies: 11
Views: 1195

Re: Custom Module will not load 1.1.7

Nevermind, I was able to figure it out finally. Someone had added code to the module loading that excludes any shared libraries that don't follow a specific naming convention. I updated the dev wiki with the details so other folks don't get snagged.
by manolamancha
11 Feb 2011 23:02
Forum: Development around libVLC
Topic: Custom Module will not load 1.1.7
Replies: 11
Views: 1195

Custom Module will not load 1.1.7

Hello! I wrote a module for VLC a while back that's been running wonderfully. However I'm not trying to build the module for 1.1.7 and the module will not load. Here is some code I've been using to test, it's just a dummy module: #include <vlc_common.h> #include <vlc_plugin.h> #define MODULE_STRING ...
by manolamancha
11 Feb 2010 03:07
Forum: General VLC media player Troubleshooting
Topic: Windows Media Streaming MMS/HTTP Problem
Replies: 0
Views: 486

Windows Media Streaming MMS/HTTP Problem

Hello! I ran into a problem recently with a stream protected with one-time-use tokens that wouldn't play properly in VLC (tried 1.0.3 and 1.0.5) The initial link to the stream is via HTTP and it returns a link to an edge server with a token embedded in the URL. When VLC accesses the new URL and the ...
by manolamancha
08 Feb 2010 03:25
Forum: VLC media player for Windows Troubleshooting
Topic: Startdelay while Playing mms Streams
Replies: 14
Views: 4933

Re: Startdelay while Playing mms Streams

Old topic I know, but I wanted to add another test URL to the bug trac list. I just downloaded version 1.0.5 for Win32 and it takes a couple of minutes to load this stream and start playing. Thanks!
mms://203.45.34.236:7011

Go to advanced search