Page 1 of 1

Resource temporarily unavailable for HTTP files

Posted: 14 May 2009 14:23
by NeoSyRenity
Hi.

I'm trying to play a MP4 files over HTTP, but it doesn't work, displaying the "Resource temporarily unavailable" message in logs.

The files can be played with VLC from another computer over HTTP without any problem (the computer is in a different place, and has a different Internet connection).

Here is a part of the log with the error:

Code: Select all

avformat debug: detected format: mov,mp4,m4a,3gp,3g2,mj2 access_http debug: trying to seek to 17577942 main debug: net: connecting to xx.xxx.xx.xxx port 80 main debug: connection: Resource temporarily unavailable main debug: connection succeeded (socket = 5804) access_http debug: protocol 'HTTP' answer code 206 access_http debug: Content-Type: application/octet-stream access_http debug: this frame size=17666659 access_http debug: stream size=35244601,pos=17577942,remaining=17666659 access_http debug: trying to seek to 35155920 main debug: net: connecting to xx.xxx.xx.xxx port 80 main debug: connection: Resource temporarily unavailable main debug: connection succeeded (socket = 5576) access_http debug: protocol 'HTTP' answer code 206 access_http debug: Content-Type: application/octet-stream access_http debug: this frame size=17666659 access_http debug: stream size=52822579,pos=35155920,remaining=17666659 access_http debug: trying to seek to 35244637 main debug: net: connecting to xx.xxx.xx.xxx port 80 main debug: connection: Resource temporarily unavailable main debug: connection succeeded (socket = 5524) access_http debug: protocol 'HTTP' answer code 206 access_http debug: Content-Type: application/octet-stream access_http debug: this frame size=17666659 access_http debug: stream size=52911296,pos=35244637,remaining=17666659 avformat error: av_open_input_stream failed

Any idea why it's happening, and what can be done to solve it?

Thanks in advance!

Re: Resource temporarily unavailable for HTTP files

Posted: 14 May 2009 17:24
by VLC_help
Maybe Firewall/proxy issue?

Re: Resource temporarily unavailable for HTTP files

Posted: 14 May 2009 17:32
by NeoSyRenity
Hi.
Maybe Firewall/proxy issue?
I can download the files without any problem. I can even see RTSP video from this computer.

It's only the HTTP playback that doesn't work.

The logs show that the connection eventually has a success, after getting the initial "unavailable" message.
Any idea why it can't continue reading the media file (even after the delay)?

Regards.

Re: Resource temporarily unavailable for HTTP files

Posted: 15 May 2009 18:02
by VLC_help
Resource temporarily unavailable comes up almost every time. (I don't know why)

Does it work if you don't try to seek?

Re: Resource temporarily unavailable for HTTP files

Posted: 19 May 2009 21:27
by NeoSyRenity
No, it still not plays if I simply paste the link to VLC and open it.

I presume it's a firewall/proxy issue, just need to find out what exactly.

Regards.

Re: Resource temporarily unavailable for HTTP files

Posted: 20 May 2009 19:53
by VLC_help
You have some sample file online that we could test out?