Ricevo un errore "Connessione TCP a localhost: 8090 non riuscito: Connessione rifiutata" quando si tenta di utilizzare ffserver su Desktop Ubuntu 10.04LTS.Connessione TCP rifiutata quando si utilizza ffserver/ffmpeg
sto scrivendo:
ffmpeg -f Video4Linux2 -s -r 640x480 30000/1001 -i/dev/video0 -f avi -vcodec MJPEG -r 30000/1001
http://localhost:8090/feed1.ffm
Ecco l'output completo:
Input #0, video4linux2, from '/dev/video0':
Duration: N/A, start: 1314207657.841770, bitrate: N/A
Stream #0.0: Video: mjpeg, yuvj420p, 1280x720 [SAR 96:96 DAR 16:9], -5 kb/s, 30 tbr, 1000k tbn, 30 tbc
[tcp @ 0x9e58980] TCP connection to localhost:8090 failed: Connection refused
[buffer @ 0x9e58260] w:1280 h:720 pixfmt:yuvj420p tb:1/1000000 sar:96/96 sws_param:
Output #0, avi, to 'http://localhost:8090/feed1.ffm':
Metadata:
ISFT : Lavf53.8.0
Stream #0.0: Video: mjpeg, yuvj420p, 1280x720 [SAR 96:96 DAR 16:9], q=2-31, 200 kb/s, 29.97 tbn, 29.97 tbc
Stream mapping:
Stream #0.0 -> #0.0`
ffserver sembra riconoscere la richiesta però:
01.235.164,106174 millionsWed Aug 24 13:40:57 2011 127.0.0.1 - - [POST] "/feed1.ffm HTTP/1.1" 200 1356
Dove è il problema? Come posso usare ffmpeg correttamente?
Quale comando stai usando per lanciare ffserver? –
Cosa è successo a questo problema? Sei riuscito a risolverlo? – CCoder
http://superuser.com/questions/560511/ffmpeg-connection-refused –