ftp links (libaccess_ftp_plugin.dll)

All you've ever wanted to know about the ActiveX, Mozilla plugins, the web interface and various PHP extensions
Fox-xxxx
Blank Cone
Blank Cone
Posts: 17
Joined: 29 May 2007 12:26

ftp links (libaccess_ftp_plugin.dll)

Postby Fox-xxxx » 13 Mar 2009 20:17

vlc 0.9.8a Grishenko

programm play's links ftp://
activex does not

if i delete plugins/libaccess_ftp_plugin.dll vlc programm also doesn't play ftp links

both vlc and programm plays http links
Last edited by Fox-xxxx on 30 Mar 2009 17:58, edited 1 time in total.

Fox-xxxx
Blank Cone
Blank Cone
Posts: 17
Joined: 29 May 2007 12:26

Re: ftp links (libaccess_ftp_plugin.dll)

Postby Fox-xxxx » 30 Mar 2009 17:57

i tried http://www.revolunet.com/static/downloa ... anced.html with debug

0.9.8a activeX debug messages:

VLC: access_ftp access : answer=125 Data connection already open; Transfer starting.
VLC: main access : using access module "access_ftp"
VLC: main stream : Using AStream*Stream
VLC: main stream : pre-buffering...
VLC: main stream : cannot pre fill buffer
VLC: main input : cannot create a stream_t from access
VLC: access_ftp access : stopping stream
VLC: access_ftp access : ftp_SendCommand:"ABOR"
VLC: main playlist : finished input
VLC: main access : waitpipe: object killed



0.9.8a vlc programm debug messages:
access_ftp debug: answer=125 Data connection already open; Transfer starting.
main debug: using access module "access_ftp"
main debug: TIMER module_Need() : 5977.000 ms - Total 5977.000 ms / 1 intvls (Avg 5977.000 ms)
qt4 debug: New Event: type 1103
qt4 debug: Updating the stream status: 2
main debug: Using AStream*Stream
main debug: pre-buffering...
main debug: received first data for our buffer
main debug: pre-buffering done 1400832 bytes in 0s - 20726 kbytes/s
main debug: creating demux: access='ftp' demux='' path='127.0.0.1/1.avi'
main debug: looking for demux module: 59 candidates
avi debug: found Chunk fourcc:46464952 (RIFF) size:734215254 pos:0
avi debug: found LIST chunk: 'AVI '
...
vlc programm plays ftp://127.0.0.1/1.avi link

why activex doesn't play ?
Last edited by Fox-xxxx on 30 Mar 2009 19:05, edited 1 time in total.

Fox-xxxx
Blank Cone
Blank Cone
Posts: 17
Joined: 29 May 2007 12:26

Re: ftp links (libaccess_ftp_plugin.dll)

Postby Fox-xxxx » 30 Mar 2009 19:01

another attempt http://www.revolunet.com/static/downloa ... anced.html

activeX 0.9.8a debug messages:
VLC: access_ftp access : answer=125 Data connection already open; Transfer starting.
VLC: main access : using access module "access_ftp"
VLC: main stream : Using AStream*Stream
VLC: main stream : pre-buffering...
VLC: main stream : received first data for our buffer
VLC: main input : creating demux: access='ftp' demux='' path='127.0.0.1/1.avi'
VLC: main demux : looking for demux module: 59 candidates
VLC: avi stream : found Chunk fourcc:46464952 (RIFF) size:1469637870 pos:0
VLC: avi stream : found LIST chunk: 'AVI '
...
VLC: main demux : using demux module "avi"
VLC: main decoder : looking for decoder module: 34 candidates
VLC: avcodec decoder : libavcodec already initialized
VLC: avcodec decoder : using direct rendering
VLC: avcodec decoder : ffmpeg codec (MPEG-4 Video) started
VLC: main decoder : using decoder module "avcodec"
VLC: main decoder : thread 6016 (decoder) created at priority 0 (input/decoder.c:217)
VLC: main decoder : thread started
VLC: main decoder : looking for decoder module: 34 candidates
VLC: main decoder : using decoder module "mpeg_audio"
VLC: main decoder : thread 1284 (decoder) created at priority 2 (input/decoder.c:217)
VLC: main input : `ftp://127.0.0.1/1.avi' successfully opened
VLC: main input : EOF reached
VLC: main input : control type=1
VLC: main input : waiting decoder fifos to empty
VLC: main decoder : thread started
VLC: mpeg_audio decoder : MPGA channels:2 samplerate:48000 bitrate:128
VLC: main decoder : no aout present, spawning one
VLC: main audio output : looking for audio output module: 3 candidates
VLC: aout_directx audio output : OpenAudio
VLC: aout_directx audio output : found device:
VLC: aout_directx audio output : found device: HD Audio rear output
VLC: aout_directx audio output : device supports 2 channels (DEFAULT!)
VLC: aout_directx audio output : device supports 2 channels
VLC: aout_directx audio output : device supports 1 channel
VLC: aout_directx audio output : Windows says your SpeakerConfig is stereo
VLC: aout_directx audio output : creating DirectSoundThread
VLC: main generic : thread 6656 (DirectSound Notification Thread) created at priority 15 (directx.c:392)
VLC: main audio output : using audio output module "aout_directx"
VLC: main audio output : output 's16l' 48000 Hz Stereo frame=1 samples/4 bytes
VLC: main audio output : mixer 'fl32' 48000 Hz Stereo frame=1 samples/8 bytes
VLC: main audio output : filter(s) 'fl32'->'s16l' 48000 Hz->48000 Hz Stereo->Stereo
VLC: main generic : thread started
VLC: aout_directx generic : DirectSoundThread ready
VLC: main audio output : looking for audio filter module: 24 candidates
VLC: main audio output : using audio filter module "converter_float"
VLC: main audio output : found a filter for the whole conversion
VLC: main audio output : looking for audio mixer module: 3 candidates
VLC: main audio output : using audio mixer module "float32_mixer"
VLC: main audio output : input 'mpga' 48000 Hz Stereo frame=1152 samples/969 bytes
VLC: main audio output : filter(s) 'mpga'->'fl32' 48000 Hz->48000 Hz Stereo->Stereo
VLC: main audio output : looking for audio filter module: 24 candidates
VLC: main audio output : using audio filter module "mpgatofixed32"
VLC: main audio output : found a filter for the whole conversion
VLC: main audio output : filter(s) 'fl32'->'fl32' 52800 Hz->48000 Hz Stereo->Stereo
VLC: main audio output : looking for audio filter module: 24 candidates
VLC: main audio output : using audio filter module "bandlimited_resampler"
VLC: main audio output : found a filter for the whole conversion
VLC: main playlist : finished input
VLC: main access : waitpipe: object killed
VLC: main playlist : dying input
VLC: main decoder : removing module "mpeg_audio"
VLC: main decoder : thread ended
VLC: main playlist : dying input
VLC: avi stream : free chunk avih
VLC: avi stream : free chunk strh
VLC: avi stream : free chunk strf
VLC: avi stream : free chunk JUNK
VLC: avi stream : free chunk LIST
VLC: avi stream : free chunk strh
VLC: avi stream : free chunk strf
VLC: avi stream : free chunk JUNK
VLC: avi stream : free chunk LIST
VLC: avi stream : unknown chunk (not unloaded)
VLC: avi stream : free chunk LIST
VLC: avi stream : free chunk LIST
VLC: avi stream : free chunk ISFT
VLC: avi stream : free chunk LIST
VLC: avi stream : free chunk JUNK
VLC: avi stream : free chunk LIST
VLC: avi stream : free chunk RIFF
VLC: avi stream : free chunk LIST
VLC: main demux : removing module "avi"
VLC: access_ftp access : stopping stream
VLC: access_ftp access : ftp_SendCommand:"ABOR"
VLC: access_ftp access : failed to send command
VLC: access_ftp access : cannot abort file
VLC: access_ftp access : ftp_SendCommand:"QUIT"
VLC: access_ftp access : failed to send command
VLC: access_ftp access : cannot quit
VLC: main access : removing module "access_ftp"
VLC: main playlist : dying input
VLC: avcodec decoder : ffmpeg codec (MPEG-4 Video) stopped
VLC: main decoder : removing module "avcodec"
VLC: main decoder : thread ended
VLC: main decoder : thread times: real 0m0.203125s, kernel 0m0.000000s, user 0m0.000000s
VLC: main decoder : thread 6016 joined (input/decoder.c:248)
VLC: main decoder : killing decoder fourcc `DX50', 0 PES in FIFO
VLC: main decoder : thread times: real 0m0.093750s, kernel 0m0.015625s, user 0m0.000000s
VLC: main decoder : thread 1284 joined (input/decoder.c:248)
VLC: main decoder : killing decoder fourcc `mpga', 1 PES in FIFO
VLC: main audio output : removing module "mpgatofixed32"
VLC: main audio output : removing module "bandlimited_resampler"
VLC: aout_directx audio output : closing audio device
VLC: aout_directx generic : DirectSoundThread exiting
VLC: main generic : thread ended
VLC: main generic : thread times: real 0m0.187500s, kernel 0m0.000000s, user 0m0.000000s
VLC: main generic : thread 6656 joined (directx.c:664)
VLC: main audio output : removing module "aout_directx"
VLC: main audio output : removing module "converter_float"
VLC: main audio output : removing module "float32_mixer"
VLC: main input : thread ended
VLC: main playlist : dead input
VLC: main input : thread times: real 0m0.250000s, kernel 0m0.000000s, user 0m0.000000s
VLC: main input : thread 764 joined (playlist/engine.c:244)
VLC: main playlist : starting new item
VLC: main playlist : changing item without a request (current 3/4)
VLC: main playlist : nothing to play

revolunet
Big Cone-huna
Big Cone-huna
Posts: 515
Joined: 17 Oct 2007 13:16
VLC version: 0.9.8
Operating System: Vista
Location: Paris, France
Contact:

Re: ftp links (libaccess_ftp_plugin.dll)

Postby revolunet » 30 Mar 2009 19:15

i changed some urls in the site so theres a litlle mess actually...

even with the standard VLC activex i cannot play any ftp uri : http://vlc.revolunet.com/simple.html

like ftp://anonymous@streams.videolan.org/st ... /funky.mkv
VLC & web IT consulting - http://www.revolunet.com
Github : http://github.com/revolunet

Fox-xxxx
Blank Cone
Blank Cone
Posts: 17
Joined: 29 May 2007 12:26

Re: ftp links (libaccess_ftp_plugin.dll)

Postby Fox-xxxx » 30 Mar 2009 20:13

TESTs
test links:
ftp://anonymous@streams.videolan.org/st ... 20fps).avi
ftp://anonymous@streams.videolan.org/st ... 20kbps.mp3

test browers: mozilla 3.0.8, explorer 6.0.2900

activeX 0.8.6i play
activeX 0.9.2 does not play
activeX 0.9.6 does not play
activeX 0.9.8a does not play

Fox-xxxx
Blank Cone
Blank Cone
Posts: 17
Joined: 29 May 2007 12:26

Re: ftp links (libaccess_ftp_plugin.dll)

Postby Fox-xxxx » 31 Mar 2009 14:10

also activeX BUG

try to input to playlist some fake http links
activeX trying to reconnect all the time and brower stuck!!!

example link to add to play list:
http://www.revolunet.com/static/downloa ... /bunny.xxx
Last edited by Fox-xxxx on 31 Mar 2009 15:58, edited 5 times in total.

revolunet
Big Cone-huna
Big Cone-huna
Posts: 515
Joined: 17 Oct 2007 13:16
VLC version: 0.9.8
Operating System: Vista
Location: Paris, France
Contact:

Re: ftp links (libaccess_ftp_plugin.dll)

Postby revolunet » 31 Mar 2009 14:32

maybe the http-reconnect option has something to do with this
VLC & web IT consulting - http://www.revolunet.com
Github : http://github.com/revolunet

Fox-xxxx
Blank Cone
Blank Cone
Posts: 17
Joined: 29 May 2007 12:26

Re: ftp links (libaccess_ftp_plugin.dll)

Postby Fox-xxxx » 31 Mar 2009 14:33

maybe the http-reconnect option has something to do with this
NO, TEST WAS WITHOUT ANY OPTIONS!

but with http-reconnect or without it, result the same - reconnect reconnect reconnect....
Last edited by Fox-xxxx on 31 Mar 2009 14:46, edited 2 times in total.

revolunet
Big Cone-huna
Big Cone-huna
Posts: 515
Joined: 17 Oct 2007 13:16
VLC version: 0.9.8
Operating System: Vista
Location: Paris, France
Contact:

Re: ftp links (libaccess_ftp_plugin.dll)

Postby revolunet » 31 Mar 2009 14:36

so you may add no-http-reconnect and/or play-and-stop options to prevent this
VLC & web IT consulting - http://www.revolunet.com
Github : http://github.com/revolunet

Fox-xxxx
Blank Cone
Blank Cone
Posts: 17
Joined: 29 May 2007 12:26

Re: ftp links (libaccess_ftp_plugin.dll)

Postby Fox-xxxx » 31 Mar 2009 14:39

so you may add no-http-reconnect and/or play-and-stop options to prevent this
no-http-reconnect and/or play-and-stop - does not help

revolunet
Big Cone-huna
Big Cone-huna
Posts: 515
Joined: 17 Oct 2007 13:16
VLC version: 0.9.8
Operating System: Vista
Location: Paris, France
Contact:

Re: ftp links (libaccess_ftp_plugin.dll)

Postby revolunet » 31 Mar 2009 14:50

i dont have this problem

if i try to open "http://free.Fr" or any invalid link, the player dont reconnect forever (my test page is http://www.revolunet.com/static/downloa ... anced.html )

maybe something with your VLC preferences
VLC & web IT consulting - http://www.revolunet.com
Github : http://github.com/revolunet

Fox-xxxx
Blank Cone
Blank Cone
Posts: 17
Joined: 29 May 2007 12:26

Re: ftp links (libaccess_ftp_plugin.dll)

Postby Fox-xxxx » 07 Apr 2009 07:53

0.9.9 activex
the problem with ftp links is still actual!!!


Return to “Web and scripting”

Who is online

Users browsing this forum: No registered users and 20 guests