Search found 14 matches

Go to advanced search

by arobro
29 Apr 2011 06:20
Forum: VLC media player Feature Requests
Topic: older mpeg2 support
Replies: 5
Views: 730

Re: older mpeg2 support

Please open Tools -> Messages (set Verbosity to 2) before you start the playback and then paste the full resulting log here. When doing that vlc crashes, but I did manage to get some erros before it crashes. repeats these heaps of times "main warning clock gap,unexpected stream discontinuity&q...
by arobro
23 Apr 2011 03:29
Forum: VLC media player Feature Requests
Topic: older mpeg2 support
Replies: 5
Views: 730

older mpeg2 support

After upgrading from vlc 9.8 to the lastest vlc it seems that mpeg2 recordings of a hauppauge 150 tvcard no longer play. I got some file information from a windows media player codec pack whitch does seem to play it. Theres a 11meg sample here https://cid-c96ead1f17b37c22.office.live.com/self.aspx/v...
by arobro
09 Feb 2010 09:07
Forum: VLC media player Feature Requests
Topic: multithreaded vlc
Replies: 18
Views: 10692

Re: multithreaded vlc

I have now got vlc to compile with ffmpeg-mt! Unfortunalty there are still some things I need to do. * I haven't compiled in the gui yet * Some formats crash or dont work (probaly due to missing libaries) * Directx doesn't seem to have compiled properly witch causes some crashes * Compiler needs upd...
by arobro
23 Aug 2009 22:07
Forum: VLC media player Feature Requests
Topic: multithreaded vlc
Replies: 18
Views: 10692

Re: multithreaded vlc

hello Unfortuntly vlc still doesn't have ffmpeg-mt in it even in the svn, However from version 1.0.0 the vlc x264 encoding is mutlithreaded Before you can compile vlc-mt you need to compile vlc This is harder than it sounds, but here are some links http://wiki.videolan.org/Win32CompileCygwinNew http...
by arobro
08 Aug 2009 06:30
Forum: Web and scripting
Topic: VLCobject with vlc 1.0.1
Replies: 0
Views: 591

VLCobject with vlc 1.0.1

has anyone got the vlc VLCobject.js from here http://www.revolunet.com/labo/code/VLCobject to work with vlc 1.0.0?

It comes up with this error "nothing in playlist"

there is demo here http://www.revolunet.com/static/downloa ... anced.html
by arobro
07 Mar 2009 00:45
Forum: VLC media player Feature Requests
Topic: multithreaded vlc
Replies: 18
Views: 10692

multithreaded vlc

i have been using the experimental multithreaded version of mplayer and it now means i can play hd videos while deinterlacing properly the multithreaded mplayer uses a lots less cpu than the vlc so i believe its time to release an experimental multithreaded version of vlc using the FFmpeg-mt branch ...
by arobro
07 Mar 2009 00:37
Forum: VLC media player Feature Requests
Topic: wmv HD support
Replies: 2
Views: 968

wmv HD support

wmv HD now plays in the mplayer svn with 5.1 sound (using ffmpeg) but not in the vlc svn. Vlc stills come up with this error message No suitable decoder module: VLC does not support the audio or video format "wmap". Unfortunately there is no way for you to fix this i believe this error mes...
by arobro
13 Jan 2009 10:27
Forum: Web and scripting
Topic: vlc web player crop videos
Replies: 4
Views: 3411

Re: vlc web player crop videos

i can confirm it does work
and thanks for your help to
by arobro
13 Jan 2009 07:14
Forum: Web and scripting
Topic: vlc web player crop videos
Replies: 4
Views: 3411

vlc web player crop videos

i have embed vlc using the controls from revolunet.com http://code.revolunet.com/VLCcontrols/VLCcontrols/example.html and now i want to crop my videos. i found this in this forum http://forum.videolan.org/viewtopic.php?f=16&t=30140 the command to crop videos vlc.playlist.add(<file>/<URL>, null, ...
by arobro
14 Jun 2008 10:39
Forum: Web and scripting
Topic: [PHP + HTML]
Replies: 5
Views: 1666

Re: [PHP + HTML]

not sure why php code returned blank page the second question... I would just play the files in web page with iframe to see the playlist heres an example in html web page using windows media player <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head> <title>vlc</tit...
by arobro
12 Jun 2008 10:41
Forum: Web and scripting
Topic: [PHP + HTML]
Replies: 5
Views: 1666

Re: [PHP + HTML]

You can use vlc rss feeds go settings : add interface : web interface in vlc and you can view vlc playlist rss feed here http://localhost:8080/requests/playlist.xml heres an example i use to get data into php <?php $url = "http://localhost:8080/requests/playlist.xml"; $contents = file_get_...
by arobro
18 May 2008 02:18
Forum: Web and scripting
Topic: close vlc with http control
Replies: 1
Views: 1111

Re: close vlc with http control

This post may help viewtopic.php?f=16&t=46154
by arobro
18 May 2008 02:09
Forum: Web and scripting
Topic: Shutdown VLC via HTTP
Replies: 1
Views: 1198

Re: Shutdown VLC via HTTP

I dont no if this can be done with vlc http interface This is how I would do it with php if you have a php webserver (save text as) vlc_shutdown.php <?php $bat = "shutdown.bat"; system($bat); ?> (save text as) shutdown.bat TASKKILL /F /IM vlc.exe /IM vlc.exe (php code will run bat file tha...

Go to advanced search