bug in playing through ftp

About encoding, codec settings, muxers and filter usage
Aztek
Blank Cone
Blank Cone
Posts: 18
Joined: 24 Jun 2006 06:45

bug in playing through ftp

Postby Aztek » 15 Jan 2010 20:27

Testing ftp server on localhost can download the file normally no prob, got the path for a file (works in firefox)

it played like 1 sec or some if i stream it

log here: (running with -vvv) (changed the password just in case ;D)
http://codepad.org/JOdv8agK

P.S. version 1.0.3

Aztek
Blank Cone
Blank Cone
Posts: 18
Joined: 24 Jun 2006 06:45

Re: bug in playing through ftp

Postby Aztek » 17 Feb 2010 03:02

bump

new test...

ftp server log: http://codepad.org/1MMlPX84

vlc log: http://codepad.org/Aj6MRFK6

can someone spot why video playback always stops after 13 seconds, always!
can someone spot why the video playback takes like 3-4 seconds to start after i click play

Aztek
Blank Cone
Blank Cone
Posts: 18
Joined: 24 Jun 2006 06:45

Re: bug in playing through ftp

Postby Aztek » 05 Mar 2010 22:39

bump

uploaded a video of it happening here: http://www.youtube.com/watch?v=jGXXA5ZJEas

need resolution!

Aztek
Blank Cone
Blank Cone
Posts: 18
Joined: 24 Jun 2006 06:45

Re: bug in playing through ftp

Postby Aztek » 16 Apr 2010 02:16

bump?

Rémi Denis-Courmont
Developer
Developer
Posts: 15143
Joined: 07 Jun 2004 16:01
VLC version: master
Operating System: Linux
Contact:

Re: bug in playing through ftp

Postby Rémi Denis-Courmont » 16 Apr 2010 14:22

Your file requires seeking constantly, because the AVI file format was meant for hard drive storage.

Seeking is a very slow operation with the FTP protocol. This creates latencies and the VLC input buffers starves. Then video playback cannot work.

You should either use a streaming-friendly file format like MPEG-TS, or you should download the file locally first (then seeking will be a non-issue).
Rémi Denis-Courmont
https://www.remlab.net/
Private messages soliciting support will be systematically discarded

Aztek
Blank Cone
Blank Cone
Posts: 18
Joined: 24 Jun 2006 06:45

Re: bug in playing through ftp

Postby Aztek » 16 Apr 2010 16:35

thank you for a good answer, will check other formats.


Return to “VLC stream-output (sout)”

Who is online

Users browsing this forum: No registered users and 7 guests