Page 1 of 3

Subtitles autodetection when streaming over http interface

Posted: 16 Jan 2007 19:04
by flangis
Hi,

I am using VLC 0.8.6a on a windows XP SP2 machine. VLC is controlled remotely over the http interface by a vlc client running on dreambox machine. The problem is that subtitles are not auto detected. I start vlc with the following options:

H:\>"h:\Installations\Program Files\VideoLAN\VLC\vlc.exe"
--extraintf=http -vvv
--freetype-fontsize=24
--sout-transcode-soverlay
--sub-margin 24
--sout-transcode-fps=25
--sub-autodetect-file
--sub-autodetect-fuzzy=3
--noosd
--sub-autodetect-path=H:

The movie is started from the vlc client with the following options:

http debug: 733: value = "#transcode{vcodec=mp2v,soverlay,vb=8192,width=704,height=576,fps=25,acodec=mpga,ab=384,channels=2}:duplicate{dst=std{access=http,mux=ts,url=:9090/dboxstream}}"

Both movie and subtitle files are on root directory H: (Named test.avi and test.srt). When the movie is started i see the following in the vlc log:

main debug: adding playlist item `H:/test.avi' ( H:/test.avi )
http debug: requested mrl add: H:/test.avi
main debug: drive letter H: found in source
main debug: `H:/test.avi' gives access `' demux `' path `H:/test.avi'
main debug: creating demux: access='' demux='' path='H:/test.avi'
main debug: creating access '' path='H:/test.avi'
vcd debug: trying .cue file: H:/test.cue
access_file debug: opening file `H:/test.avi'
main debug: creating demux: access='' demux='' path='H:/test.avi'
main debug: looking for a subtitle file in H:\\
main debug: looking for a subtitle file in H:\
main debug: `H:/test.avi' successfully opened
main debug: drive letter H: found in source
main debug: `H:/test.avi' gives access `' demux `' path `H:/test.avi'
main debug: creating demux: access='' demux='' path='H:/test.avi'
main debug: creating access '' path='H:/test.avi'
vcd debug: trying .cue file: H:/test.cue
access_file debug: opening file `H:/test.avi'
main debug: creating demux: access='' demux='' path='H:/test.avi'
main debug: looking for a subtitle file in H:\\
main debug: looking for a subtitle file in H:\
main debug: `H:/test.avi' successfully opened

As you can see no srt file is detected.

Please note that if i start the file from windows explorer or within vlc then the srt file is detected.

The only way to load the srt file is by using --sub-file.

Any ideas/suggestions are very welcomed.

Thank you in advance and sorry for the lengthy post.

Posted: 22 Jan 2007 14:37
by dionoea
Looks like this is a bug. Could you create a trac ticket on http://trac.Videolan.org/vlc/ describing the bug ?

trac ticket

Posted: 22 Jan 2007 18:29
by flangis
I did. Thnx for the response.

Ticket URL: https://trac.videolan.org/vlc/ticket/1013

Re: Subtitles autodetection when streaming over http interface

Posted: 10 Aug 2007 12:56
by huljko
Any news on this subject/problem/bug?

Re: Subtitles autodetection when streaming over http interface

Posted: 10 Aug 2007 14:57
by funman
could you confirm the bug using a nightly build ? (http://nightlies.videolan.org)

Re: Subtitles autodetection when streaming over http interface

Posted: 10 Aug 2007 19:35
by huljko
Yes, just tested with 0.8.6d nightly build from today and the results are the same. When the streaming is started from Dreambox Web interface subtitles are OK. Here is the message file:

main debug: using demux2 module "avi"
main debug: looking for a subtitle file in E:\Video\Movies\
main debug: autodetected subtitle: E:\Video\Movies\300 CD2.srt with priority 4
main debug: autodetected subtitle: E:\Video\Movies\300 CD2.srt with priority 4
main debug: drive letter E: found in source
main debug: `E:\Video\Movies\300 CD2.srt' gives access `' demux `' path `E:\Video\Movies\300 CD2.srt'
main debug: creating access '' path='E:\Video\Movies\300 CD2.srt'
main debug: looking for access2 module: 5 candidates
vcd debug: trying .cue file: E:\Video\Movies\300 CD2.cue
vcd debug: could not find .cue file
access_file debug: opening file `E:\Video\Movies\300 CD2.srt'
main debug: using access2 module "access_file"
main debug: pre-buffering...
main debug: received first data for our buffer
main debug: creating demux: access='' demux='subtitle' path='E:\Video\Movies\300 CD2.srt'
main debug: looking for demux2 module: 2 candidates
vobsub debug: this doesn't seem to be a vobsub file
subtitle debug: Movie fps: 23.976000
subtitle debug: autodetecting subtitle format
subtitle debug: detected SubRIP format
subtitle debug: loading all subtitles...
subtitle debug: loaded 402 subtitles
main debug: using demux2 module "subtitle"

main debug: looking for packetizer module: 17 candidates
main debug: using packetizer module "packetizer_mpeg4video"
main debug: stream out mode -> no decoder thread


But when stream is started from VLC Frontend on Drambox using http interface there are no subtitles. Here is the same part of the message file:

main debug: using demux2 module "avi"
main debug: looking for a subtitle file in C:\Documents and Settings\dhuljev\Desktop\
main debug: looking for packetizer module: 17 candidates
main debug: using packetizer module "packetizer_mpeg4video"
main debug: stream out mode -> no decoder thread

You can see that subtitles are searched in C:\Documents and Settings\dhuljev\Desktop\ instead in path of .avi file. But even moving the subtitle file to this path is not solving the problem.

Stream is created with:

main debug: adding playlist item `E:/Video/Movies/300 CD2.avi :sout=#transcode{vcodec=mp2v,soverlay,vb=8192,width=704,height=576,fps=25,acodec=mpga,ab=192,channels=2}:duplicate{dst=std{access=http,mux=ts,url=:9090/dboxstream}}' ( E:/Video/Movies/300 CD2.avi )

HTH

Re: Subtitles autodetection when streaming over http interface

Posted: 10 Aug 2007 20:06
by funman
sorry i meant with a trunk nightly build (i.e. 0.9.0) since development is done mainly only on this version

Re: Subtitles autodetection when streaming over http interface

Posted: 11 Aug 2007 12:30
by flangis
Hi all,

Please note that i can not confirm the bug because since my original post i have switched to gnu/linux which does not have the problem (the problem was found on windows). Just for your information i'm running Ubuntu feisty with vlc 0.8.6b and subtitles work fine both when using the dreambox web interface and dreambox vlc frontend 1.3

Thnx.

Re: Subtitles autodetection when streaming over http interface

Posted: 12 Aug 2007 21:14
by huljko
Just tried with vlc-0.9.0-svn-20070810 but couldn't get streaming not from Web interface nor from VLC Frontend on Dreambox using the same config as with 0.8.6d. If subtitles are working with VLC on gnu/linux this is probably the bug related with Windows file system; could be some slash/backslash issue (just guessing).

Re: Subtitles autodetection when streaming over http interface

Posted: 17 Aug 2007 20:29
by bobbobatar
I have seen the exact same behaviour pc(vlc)->db. are there any new releases pending with a fix? I'm willing to test (i'm using db600t +pc-xp vlc 086c)

Re: Subtitles autodetection when streaming over http interface

Posted: 22 Aug 2007 04:29
by mocho
I have same bug
win xp sp2 and vlc 0.8.6c

if I start a video file within windows with the corresponding subtitle file (same name) vlc autodetect subtitle and autodisplay it at least if I set preferences > Video > Subtitles/OSD > SUbtitle detection paths -> to the directory where video and subt are example X:\videos.

If i start from dreambox VLC FrontENd subtitles wont display.
But i can stream subt only if i manualy select the file in "use subtitle file".

Image

this looks like an easy bug to solve.
cant be that hard.

regards

Re: Subtitles autodetection when streaming over http interface

Posted: 22 Aug 2007 06:02
by funman
hi, please confirm it using a nightly build (trunk only)
you'll find it on http://nightlies.videolan.org

only and if only i get report for the bug presence in the nightly builds, i'll look at it

Re: Subtitles autodetection when streaming over http interface

Posted: 22 Aug 2007 07:17
by mocho
autodetection seems to work well in windows xp

but i cant test with streaming because i think web interface is broken in vlc-0.9.0-svn-20070822-0000-win32.exe

Image


p.s - also if you click in a certain position of the film progress bar (time) it doesnt go to desired position and looks like it only goes to certain fixed positions ( 8 or 10 )

Re: Subtitles autodetection when streaming over http interface

Posted: 22 Aug 2007 15:08
by funman
please modify your .hosts file (in share/http/.hosts folder in your vlc installation folder) and comment ipv6 address "::1"

And try again using the same settings, because it seems the bug is specific to the http interface.

thanks

ps: about the timebar bug i can't test now because QT4 interface does crash if used to play video at the moment :(

Re: Subtitles autodetection when streaming over http interface

Posted: 23 Aug 2007 22:54
by mocho
If I select Interface > Main Interfaces > http remote control interface (save) it doesnt save when I quit program

I cant get dreambox to comunicate with vlc. something seems to be broken

Re: Subtitles autodetection when streaming over http interface

Posted: 24 Aug 2007 01:45
by funman
you can edit your config file (when vlc is closed) in C:\Documents And Settings\(you)\Application Data\VideoLAN\VLC\.vlcrc (the last path may be not correct, it's maybe in Application Data\VLC don't remember)

note that Application Data is a hidden folder

now looks for "#extraintf=" and change it by "extraintf=http"

launch vlc and http interface will be loaded

Re: Subtitles autodetection when streaming over http interface

Posted: 24 Aug 2007 05:49
by mocho
something is wrong

cant make nightly work with dreambox with same config (copy config file)

my firewall (outpost) shows in 0.8.6c
conection from 192.168.1.15 (dream) port "PRoxy:8080" to 192.168.1.20 (pc where vlc is) "PRoxy:8080"

in the nightly build i use it shows

conection from 192.168.1.15 (dream) port "PRoxy:8080" to 192.168.1.20 "Socks" ports and its blocking it.
Why does it go to socks port on vlc host pc?

it should go to 8080, the port vlc is listening right?

Re: Subtitles autodetection when streaming over http interface

Posted: 24 Aug 2007 06:19
by mocho
furthers tests dont show comunication on socks port with nightly version
comunication is being acepted by firewall but dreambox VLC frontend its not working with this version


BTW
http://nightlies.videolan.org/ is down now

Re: Subtitles autodetection when streaming over http interface

Posted: 30 Aug 2007 20:20
by bobbobatar
I get the same problem with nightly builds.

Is there someone that can help us off bugging down this problem, I think we're many users using the http i/f (w/Dreambox) that would appreciate a solution to it, it shouldn't be that hard to find or fix, i.e. low hanging fruit, but maybe not a challenge? :D ...and it was reported 7 long months ago :(

Re: Subtitles autodetection when streaming over http interface

Posted: 02 Sep 2007 00:18
by mocho
last nightly vlc-0.9.0-svn-20070831-0000-win32.exe crashes when vlcfrontend - final_rc7 conects

Re: Subtitles autodetection when streaming over http interface

Posted: 02 Sep 2007 14:22
by funman
i have no dreambox but maybe you can give me a way to reproduce and i'll try on my machine.
that looks like a serious bug :(

Re: Subtitles autodetection when streaming over http interface

Posted: 02 Sep 2007 17:13
by mocho
this is the config file from dreambox vlcf.xml

Code: Select all

<?xml version="1.0" encoding="iso-8859-1" ?> <?xml-stylesheet type="text/xsl" href="/XSLMPSettings.xsl"?> <vlc> <server ip="192.168.1.20" webif-port="8080" stream-port="9090" user="admin" pass="admin" init="8"/> <!-- init max is 24, init min is 4 (not usefull!) --> <config startdir="X:\Filmes" cddrive="h:" /> <codec mpeg1="mpgv" mpeg2="mp2v" audio="mpga" /> <setup name="SVCD" ext="NONE" Videorate="1000" Videotranscode="0" Videocodec="mpeg2" Videosize="352x576" Audiorate="192" Audiotranscode="0" fps="25" soutadd="soverlay,senc" /> <setup name="VCD" ext="NONE" Videorate="1000" Videotranscode="0" Videocodec="mpeg1" Videosize="352x576" Audiorate="192" Audiotranscode="0" fps="25" soutadd="soverlay,senc" /> <setup name="DVD" ext="NONE" Videorate="1000" Videotranscode="0" Videocodec="mp2v" Videosize="704x576" Audiorate="192" Audiotranscode="1" fps="25" soutadd="soverlay,senc" /> <setup name="File" ext="MPG" Videorate="1000" Videotranscode="1" Videocodec="mp2v" Videosize="704x576" Audiorate="192" Audiotranscode="1" fps="25" soutadd="soverlay,senc" /> <setup name="File" ext="MPEG" Videorate="1000" Videotranscode="1" Videocodec="mp2v" Videosize="704x576" Audiorate="192" Audiotranscode="1" fps="25" soutadd="soverlay,senc" /> <setup name="File" ext="M2P" Videorate="1000" Videotranscode="0" Videocodec="mpgv" Videosize="704x576" Audiorate="192" Audiotranscode="0" fps="25" soutadd="soverlay,senc" /> <setup name="File" ext="MPV" Videorate="1000" Videotranscode="0" Videocodec="mpgv" Videosize="704x576" Audiorate="192" Audiotranscode="0" fps="25" soutadd="soverlay,senc" /> <setup name="File" ext="DAT" Videorate="1000" Videotranscode="0" Videocodec="mpgv" Videosize="704x576" Audiorate="192" Audiotranscode="0" fps="25" soutadd="soverlay,senc" /> <setup name="File" ext="AVI" Videorate="2048" Videotranscode="1" Videocodec="mp2v" Videosize="704x576" Audiorate="192" Audiotranscode="1" fps="25" soutadd="soverlay,senc" /> <setup name="File" ext="ASF" Videorate="1000" Videotranscode="1" Videocodec="mpgv" Videosize="704x576" Audiorate="192" Audiotranscode="1" fps="25" soutadd="soverlay,senc" /> <setup name="File" ext="TS" Videorate="1000" Videotranscode="0" Videocodec="mp2v" Videosize="704x576" Audiorate="192" Audiotranscode="0" fps="25" soutadd="soverlay,senc" /> <setup name="File" ext="VOB" Videorate="1000" Videotranscode="0" Videocodec="mp2v" Videosize="704x576" Audiorate="192" Audiotranscode="0" fps="25" soutadd="soverlay,senc" /> </vlc>
basicly when vlcf conects it tryes to ask for files in directory X:\Filmes

Re: Subtitles autodetection when streaming over http interface

Posted: 02 Sep 2007 17:20
by mocho
how can i debug further ?

Re: Subtitles autodetection when streaming over http interface

Posted: 02 Sep 2007 17:53
by mocho
debug doesnt say much

Code: Select all

-- logger module started -- main debug: CPU has capabilities 486 586 MMX MMXEXT SSE SSE2 FPU main debug: looking for memcpy module: 3 candidates main debug: using memcpy module "memcpymmxext" main debug: waiting for thread completion main debug: thread 332 (preparser) created at priority 0 (playlist/thread.c:81) main debug: waiting for thread completion main debug: thread 3308 (fetcher) created at priority 0 (playlist/thread.c:107) main debug: waiting for thread completion main debug: thread 2100 (playlist) created at priority 0 (playlist/thread.c:117) main debug: rebuilding array of current - root Playlist main debug: rebuild done - 0 items, index -1 main debug: looking for interface module: 1 candidate http debug: using charset=UTF-8 http debug: base :8080 main: creating httpd main debug: net: listening to port 8080 main debug: thread 3928 (httpd host thread) created at priority 0 (network/httpd.c:1086) http debug: dir=C:\Programas\VideoLAN\VLC/http main debug: find .hosts in dir=C:\Programas\VideoLAN\VLC/http\.hosts main debug: restricted to ::1 main error: invalid IP address ::1 main error: cannot add ACL from C:\Programas\VideoLAN\VLC/http\.hosts http debug: dir=C:\Programas\VideoLAN\VLC/http\dialogs main debug: find .hosts in dir=C:\Programas\VideoLAN\VLC/http\dialogs\.hosts http debug: file=C:\Programas\VideoLAN\VLC/http\dialogs\browse (url=/dialogs/browse) http debug: file=C:\Programas\VideoLAN\VLC/http\dialogs\footer (url=/dialogs/footer) http debug: file=C:\Programas\VideoLAN\VLC/http\dialogs\input (url=/dialogs/input) http debug: file=C:\Programas\VideoLAN\VLC/http\dialogs\main (url=/dialogs/main) http debug: file=C:\Programas\VideoLAN\VLC/http\dialogs\mosaic (url=/dialogs/mosaic) http debug: file=C:\Programas\VideoLAN\VLC/http\dialogs\playlist (url=/dialogs/playlist) http debug: file=C:\Programas\VideoLAN\VLC/http\dialogs\sout (url=/dialogs/sout) http debug: file=C:\Programas\VideoLAN\VLC/http\dialogs\vlm (url=/dialogs/vlm) http debug: file=C:\Programas\VideoLAN\VLC/http\favicon.ico (url=/favicon.ico) http debug: file=C:\Programas\VideoLAN\VLC/http\flash.html (url=/flash.html) http debug: file=C:\Programas\VideoLAN\VLC/http\iehacks.css (url=/iehacks.css) http debug: dir=C:\Programas\VideoLAN\VLC/http\images http debug: file=C:\Programas\VideoLAN\VLC/http\images\delete.png (url=/images/delete.png) http debug: file=C:\Programas\VideoLAN\VLC/http\images\delete_small.png (url=/images/delete_small.png) http debug: file=C:\Programas\VideoLAN\VLC/http\images\eject.png (url=/images/eject.png) http debug: file=C:\Programas\VideoLAN\VLC/http\images\empty.png (url=/images/empty.png) http debug: file=C:\Programas\VideoLAN\VLC/http\images\fullscreen.png (url=/images/fullscreen.png) http debug: file=C:\Programas\VideoLAN\VLC/http\images\help.png (url=/images/help.png) http debug: file=C:\Programas\VideoLAN\VLC/http\images\info.png (url=/images/info.png) http debug: file=C:\Programas\VideoLAN\VLC/http\images\loop.png (url=/images/loop.png) http debug: file=C:\Programas\VideoLAN\VLC/http\images\minus.png (url=/images/minus.png) http debug: file=C:\Programas\VideoLAN\VLC/http\images\next.png (url=/images/next.png) http debug: file=C:\Programas\VideoLAN\VLC/http\images\pause.png (url=/images/pause.png) http debug: file=C:\Programas\VideoLAN\VLC/http\images\play.png (url=/images/play.png) http debug: file=C:\Programas\VideoLAN\VLC/http\images\playlist.png (url=/images/playlist.png) http debug: file=C:\Programas\VideoLAN\VLC/http\images\playlist_small.png (url=/images/playlist_small.png) http debug: file=C:\Programas\VideoLAN\VLC/http\images\plus.png (url=/images/plus.png) http debug: file=C:\Programas\VideoLAN\VLC/http\images\prev.png (url=/images/prev.png) http debug: file=C:\Programas\VideoLAN\VLC/http\images\refresh.png (url=/images/refresh.png) http debug: file=C:\Programas\VideoLAN\VLC/http\images\repeat.png (url=/images/repeat.png) http debug: file=C:\Programas\VideoLAN\VLC/http\images\sd.png (url=/images/sd.png) http debug: file=C:\Programas\VideoLAN\VLC/http\images\shuffle.png (url=/images/shuffle.png) http debug: file=C:\Programas\VideoLAN\VLC/http\images\slider_bar.png (url=/images/slider_bar.png) http debug: file=C:\Programas\VideoLAN\VLC/http\images\slider_left.png (url=/images/slider_left.png) http debug: file=C:\Programas\VideoLAN\VLC/http\images\slider_point.png (url=/images/slider_point.png) http debug: file=C:\Programas\VideoLAN\VLC/http\images\slider_right.png (url=/images/slider_right.png) http debug: file=C:\Programas\VideoLAN\VLC/http\images\slow.png (url=/images/slow.png) http debug: file=C:\Programas\VideoLAN\VLC/http\images\snapshot.png (url=/images/snapshot.png) http debug: file=C:\Programas\VideoLAN\VLC/http\images\sort.png (url=/images/sort.png) http debug: file=C:\Programas\VideoLAN\VLC/http\images\sout.png (url=/images/sout.png) http debug: file=C:\Programas\VideoLAN\VLC/http\images\speaker.png (url=/images/speaker.png) http debug: file=C:\Programas\VideoLAN\VLC/http\images\speaker_mute.png (url=/images/speaker_mute.png) http debug: file=C:\Programas\VideoLAN\VLC/http\images\stop.png (url=/images/stop.png) http debug: file=C:\Programas\VideoLAN\VLC/http\images\vlc16x16.png (url=/images/vlc16x16.png) http debug: file=C:\Programas\VideoLAN\VLC/http\images\volume_down.png (url=/images/volume_down.png) http debug: file=C:\Programas\VideoLAN\VLC/http\images\volume_up.png (url=/images/volume_up.png) http debug: file=C:\Programas\VideoLAN\VLC/http\images\white.png (url=/images/white.png) http debug: file=C:\Programas\VideoLAN\VLC/http\images\white_cross_small.png (url=/images/white_cross_small.png) http debug: file=C:\Programas\VideoLAN\VLC/http\index.html (url=/) http debug: redir= -> / http debug: redir=/index.html -> / http debug: dir=C:\Programas\VideoLAN\VLC/http\js http debug: file=C:\Programas\VideoLAN\VLC/http\js\functions.js (url=/js/functions.js) http debug: file=C:\Programas\VideoLAN\VLC/http\js\mosaic.js (url=/js/mosaic.js) http debug: file=C:\Programas\VideoLAN\VLC/http\js\vlm.js (url=/js/vlm.js) http debug: file=C:\Programas\VideoLAN\VLC/http\mosaic.html (url=/mosaic.html) http debug: dir=C:\Programas\VideoLAN\VLC/http\old main debug: find .hosts in dir=C:\Programas\VideoLAN\VLC/http\old\.hosts main debug: restricted to ::1 main error: invalid IP address ::1 main error: cannot add ACL from C:\Programas\VideoLAN\VLC/http\old\.hosts http debug: dir=C:\Programas\VideoLAN\VLC/http\old\admin http debug: find .access in dir=C:\Programas\VideoLAN\VLC/http\old\admin http debug: using user=admin password=admin (read=11) http debug: file=C:\Programas\VideoLAN\VLC/http\old\admin\browse.html (url=/old/admin/browse.html) http debug: file=C:\Programas\VideoLAN\VLC/http\old\admin\dboxfiles.html (url=/old/admin/dboxfiles.html) http debug: file=C:\Programas\VideoLAN\VLC/http\old\admin\index.html (url=/old/admin/) http debug: redir=/old/admin -> /old/admin/ http debug: redir=/old/admin/index.html -> /old/admin/ http debug: file=C:\Programas\VideoLAN\VLC/http\old\cone_minus.png (url=/old/cone_minus.png) http debug: file=C:\Programas\VideoLAN\VLC/http\old\cone_plus.png (url=/old/cone_plus.png) http debug: file=C:\Programas\VideoLAN\VLC/http\old\index.html (url=/old/) http debug: redir=/old -> /old/ http debug: redir=/old/index.html -> /old/ http debug: file=C:\Programas\VideoLAN\VLC/http\old\info.html (url=/old/info.html) http debug: file=C:\Programas\VideoLAN\VLC/http\old\style.css (url=/old/style.css) http debug: dir=C:\Programas\VideoLAN\VLC/http\old\vlm http debug: file=C:\Programas\VideoLAN\VLC/http\old\vlm\edit.html (url=/old/vlm/edit.html) http debug: file=C:\Programas\VideoLAN\VLC/http\old\vlm\index.html (url=/old/vlm/) http debug: redir=/old/vlm -> /old/vlm/ http debug: redir=/old/vlm/index.html -> /old/vlm/ http debug: file=C:\Programas\VideoLAN\VLC/http\old\vlm\new.html (url=/old/vlm/new.html) http debug: file=C:\Programas\VideoLAN\VLC/http\old\vlm\show.html (url=/old/vlm/show.html) http debug: file=C:\Programas\VideoLAN\VLC/http\old\webcam.html (url=/old/webcam.html) http debug: dir=C:\Programas\VideoLAN\VLC/http\requests http debug: file=C:\Programas\VideoLAN\VLC/http\requests\browse.xml (url=/requests/browse.xml) http debug: file=C:\Programas\VideoLAN\VLC/http\requests\playlist.xml (url=/requests/playlist.xml) http debug: file=C:\Programas\VideoLAN\VLC/http\requests\readme.txt (url=/requests/readme.txt) http debug: file=C:\Programas\VideoLAN\VLC/http\requests\status.xml (url=/requests/status.xml) http debug: file=C:\Programas\VideoLAN\VLC/http\requests\vlm.xml (url=/requests/vlm.xml) http debug: file=C:\Programas\VideoLAN\VLC/http\requests\vlm_cmd.xml (url=/requests/vlm_cmd.xml) http debug: file=C:\Programas\VideoLAN\VLC/http\style.css (url=/style.css) http debug: file=C:\Programas\VideoLAN\VLC/http\vlm.html (url=/vlm.html) http debug: file=C:\Programas\VideoLAN\VLC/http\vlm_export.html (url=/vlm_export.html) main debug: using interface module "http" main debug: thread 932 (interface) created at priority 0 (interface/interface.c:215) main debug: looking for interface module: 1 candidate main debug: creating VLM main debug: thread 2012 (vlm thread) created at priority 0 (input/vlm.c:125) telnet: using the VLM interface plugin... main debug: net: listening to port 4212 telnet: telnet interface started on interface 4212 main debug: using interface module "telnet" main debug: thread 2752 (interface) created at priority 0 (interface/interface.c:215) main debug: looking for interface module: 1 candidate main debug: using interface module "hotkeys" main debug: thread 2740 (interface) created at priority 0 (interface/interface.c:215) main debug: looking for interface module: 1 candidate logger: VLC media player - version 0.9.0-svn-20070902-0000 Grishenko - (c) 1996-2007 the VideoLAN team logger: Warning: if you can't access the GUI anymore, open a command-line window, go to the directory where you installed VLC and run "vlc -I wx" logger: using logger... logger warning: no log filename provided, using `vlc-log.txt' logger debug: opening logfile `vlc-log.txt' main debug: using interface module "logger" main debug: thread 2908 (interface) created at priority 0 (interface/interface.c:215) main debug: looking for interface module: 4 candidates main debug: using interface module "qt4" main debug: accepted socket 4960 (from socket 4240)

Re: Subtitles autodetection when streaming over http interface

Posted: 05 Sep 2007 05:59
by mocho
still crashes
and still options dont save interfaces > main interfaces > http remote interface
have to start it manualy

cheers