Hi all, ffmpeg works great, been using it for about 2 years converting wav's and mp3's, and video into flv for the web (static files), but want to start streaming audio and video....
When I try to connect to the stream with vlc, nothing happens. I can see on the stat.html page that connections are being served, and a small amount of data is being transferred, but no actual video or audio appears in the client. Below is the output from VLC, ffserver.conf and ffmpeg command. Any help is appreciated :) Thanks! Jake *VLC Log:* main debug: processing request item http://192.168.68.118:8090/test1.mpgnode Playlist skip 0 main debug: resyncing on http://192.168.68.118:8090/test1.mpg main debug: http://192.168.68.118:8090/test1.mpg is at 2 main debug: starting new item main debug: creating new input thread main debug: Creating an input for 'http://192.168.68.118:8090/test1.mpg' main debug: thread (input) created at priority 1 (../.././src/input/input.c:230) qt4 debug: IM: Deleting the input main debug: TIMER input launching for 'http://192.168.68.118:8090/test1.mpg' : 32827.002 ms - Total 32827.002 ms / 1 intvls (Avg 32827.000 ms) qt4 debug: IM: Setting an input skins2 warning: cannot find node with id 7 main debug: thread started main debug: using timeshift granularity of 50 MBytes main debug: using timeshift path 'C:\DOCUME~1\JACOBM~1\LOCALS~1\Temp' main debug: `http://192.168.68.118:8090/test1.mpg' gives access `http' demux `' path `192.168.68.118:8090/test1.mpg' main debug: creating demux: access='http' demux='' path=' 192.168.68.118:8090/test1.mpg' main debug: looking for access_demux module: 0 candidates main debug: no access_demux module matched "http" main debug: TIMER module_need() : 0.000 ms - Total 0.000 ms / 1 intvls (Avg 0.000 ms) main debug: creating access 'http' path='192.168.68.118:8090/test1.mpg' main debug: looking for access module: 2 candidates access_http debug: http: server='192.168.68.118' port=8090 file='/test1.mpg main debug: net: connecting to 192.168.68.118 port 8090 main debug: connection: Resource temporarily unavailable skins2 warning: cannot find node with id 7 qt4 debug: IM: Deleting the input qt4 debug: IM: Setting an input main debug: connection succeeded (socket = 792) access_http debug: protocol 'HTTP' answer code 200 access_http debug: Pragma: no-cache access_http debug: Content-Type: video/mpeg main debug: using access module "access_http" main debug: TIMER module_need() : 180.000 ms - Total 180.000 ms / 1 intvls (Avg 180.000 ms) main debug: Using AStream*Stream main debug: pre buffering main error: cannot pre fill buffer main warning: cannot create a stream_t from access main debug: removing module "access_http" main debug: waitpipe: object killed main debug: thread ended main debug: dead input main debug: thread times: real 0m0.203136s, kernel 0m0.015625s, user 0m0.000000s main debug: changing item without a request (current 2/3) main debug: nothing to play skins2 warning: cannot find node with id 7 *ffserver.conf* Port 8090 BindAddress 0.0.0.0 MaxClients 1000 MaxBandwidth 1000 CustomLog - NoDaemon <Feed feed1.ffm> File /tmp/feed1.ffm FileMaxSize 200K ACL allow 127.0.0.1 </Feed> <Stream test1.mpg> Feed feed1.ffm Format mpeg AudioBitRate 32 AudioChannels 1 AudioSampleRate 44100 VideoBitRate 64 VideoBufferSize 40 VideoFrameRate 30 VideoSize 160x128 VideoGopSize 12 #Preroll 15 </Stream> <Stream test.asf> Feed feed1.ffm Format asf VideoFrameRate 15 VideoSize 352x240 VideoBitRate 256 VideoBufferSize 40 VideoGopSize 30 AudioBitRate 64 StartSendOnKey </Stream> <Stream stat.html> Format status ACL allow localhost ACL allow 192.168.0.0 192.168.255.255 </Stream> <Redirect index.html> URL http://www.ffmpeg.org/ </Redirect> *ffmpeg command:* ffmpeg -i test.flv -f mpeg -ab 32 -ac 1 -ar 44100 -s 160x128 -b 64 -r 30 http://localhost:8090/feed1.ffm
_______________________________________________ ffserver-user mailing list ffserver-user@mplayerhq.hu https://lists.mplayerhq.hu/mailman/listinfo/ffserver-user