Thanks for the reply
Here the content of the VLC log with verbosity level 2:
Code: Select all
main info: Running vlc with the default interface. Use 'cvlc' to use vlc without interface.
qt4 debug: Enter Key pressed
qt4 debug: New item: http://192.168.178.55/Videos/video.mp4
main debug: adding item `http://192.168.178.55/Videos/video.mp4' ( http://192.168.178.55/Videos/video.mp4 )
main debug: rebuilding array of current - root Playlist
main debug: rebuild done - 1 items, index -1
main debug: starting new item
main debug: processing request item http://192.168.178.55/Videos/video.mp4 node null skip 0
main debug: resyncing on http://192.168.178.55/Videos/video.mp4
main debug: http://192.168.178.55/Videos/video.mp4 is at 0
main debug: creating new input thread
main debug: Creating an input for 'http://192.168.178.55/Videos/video.mp4'
main debug: thread started
main debug: waiting for thread initialization
main debug: `http://192.168.178.55/Videos/video.mp4' gives access `http' demux `' path `192.168.178.55/Videos/video.mp4'
main debug: creating demux: access='http' demux='' path='192.168.178.55/Videos/video.mp4'
main debug: looking for access_demux module: 0 candidates
main warning: no access_demux module matched "http"
main debug: TIMER module_Need() : 0.157 ms - Total 0.157 ms / 1 intvls (Avg 0.157 ms)
main debug: creating access 'http' path='192.168.178.55/Videos/video.mp4'
main debug: looking for access module: 2 candidates
access_http debug: http: server='192.168.178.55' port=80 file='/Videos/video.mp4
main debug: thread 5292 (input) created at priority 1 (input/input.c:370)
qt4 debug: Updating the stream status: 3
main debug: net: connecting to 192.168.178.55 port 80
main debug: connection: Resource temporarily unavailable
main debug: connection succeeded (socket = 5324)
access_http debug: protocol 'HTTP' answer code 200
access_http debug: Server: Power-Sockets
access_http debug: Content-Type: text/html
access_http debug: this frame size=1087721598
main debug: using access module "access_http"
main debug: TIMER module_Need() : 63.217 ms - Total 63.217 ms / 1 intvls (Avg 63.217 ms)
main debug: Using AStream*Stream
main debug: pre-buffering...
qt4 debug: New Event: type 1103
qt4 debug: Updating the stream status: 2
main debug: received first data for our buffer
main debug: pre-buffering done 206192 bytes in 0s - 1823 kbytes/s
main debug: creating demux: access='http' demux='' path='192.168.178.55/Videos/video.mp4'
main debug: looking for demux module: 59 candidates
mp4 warning: MP4 plugin discarded (unseekable)
ts warning: TS module discarded (lost sync)
avformat debug: detected format: mov,mp4,m4a,3gp,3g2,mj2
main debug: AStreamSeekStream: can't seek
avformat warning: we were not allowed to seek, or EOF
main debug: AStreamSeekStream: can't seek
avformat warning: we were not allowed to seek, or EOF
avformat error: av_open_input_stream failed
lua debug: Trying Lua scripts in C:\Dokumente und Einstellungen\Vertrieb\Anwendungsdaten\vlc\lua\playlist
lua debug: Trying Lua scripts in C:\Programme\VideoLAN\VLC\\lua\playlist
lua debug: Trying Lua playlist script C:\Programme\VideoLAN\VLC\\lua\playlist\appletrailers.lua
lua debug: Trying Lua playlist script C:\Programme\VideoLAN\VLC\\lua\playlist\break.lua
lua debug: Trying Lua playlist script C:\Programme\VideoLAN\VLC\\lua\playlist\canalplus.lua
lua debug: Trying Lua playlist script C:\Programme\VideoLAN\VLC\\lua\playlist\dailymotion.lua
lua debug: Trying Lua playlist script C:\Programme\VideoLAN\VLC\\lua\playlist\france2.lua
lua debug: Trying Lua playlist script C:\Programme\VideoLAN\VLC\\lua\playlist\googlevideo.lua
lua debug: Trying Lua playlist script C:\Programme\VideoLAN\VLC\\lua\playlist\joox.lua
lua debug: Trying Lua playlist script C:\Programme\VideoLAN\VLC\\lua\playlist\lelombrik.lua
lua debug: Trying Lua playlist script C:\Programme\VideoLAN\VLC\\lua\playlist\megavideo.lua
lua debug: Trying Lua playlist script C:\Programme\VideoLAN\VLC\\lua\playlist\metacafe.lua
lua debug: Trying Lua playlist script C:\Programme\VideoLAN\VLC\\lua\playlist\youtube.lua
lua debug: Trying Lua playlist script C:\Programme\VideoLAN\VLC\\lua\playlist\youtube_homepage.lua
lua debug: Trying Lua scripts in C:\Programme\VideoLAN\VLC\\share\lua\playlist
ps warning: this does not look like an MPEG PS stream, continuing anyway
main debug: using demux module "ps"
main debug: TIMER module_Need() : 30.228 ms - Total 30.228 ms / 1 intvls (Avg 30.228 ms)
main debug: looking for a subtitle file in C:\Programme\VideoLAN\VLC\
main debug: `http://192.168.178.55/Videos/video.mp4' successfully opened
ps warning: garbage at input, trying to resync...
main debug: control type=1
qt4 debug: New Event: type 1103
qt4 debug: Updating the stream status: 3
ps warning: found sync code
ps debug: es id=0xfd format unknown
ps warning: garbage at input, trying to resync...
ps warning: found sync code
ps debug: es id=0xfb format unknown
ps warning: garbage at input, trying to resync...
EDIT:
i found something very interesting. I uploaded a small MP4 video sequence to my Apache based website and i could stream it w/o problems
So it seems that it has nothing to do with the codecs but my question is what can be the reason for this ?
I have to explain, that the unit where i want to stream from is a Windows-CE based settop box where a tiny webserver is running at. Streaming AVI's from the box with VLC works, but not with MP4.
Cause the log of the successful stream is much bigger, i have uploaded it to my website
http://www.angryjack.de/eb/vlclog2.txt
angryjack