Thanks very much for your advice!
I still get no sound [when I go to FILE->PROPORTIES in WMP, under AUDIO it shows nothing [as if it's not receiving it].
The video has gotten much better...and now WMP reports 30kbps...but the funny thing is it still seems to buffer every 10 seconds or so...and I know it's not my network because I can connect to my DVB HTTP stream natively and get smooth video and audio [which are at WAY HIGHER bitrates].
I'm curious...is there any way to set the FRAMES PER SECOND? I'm encoding NTSC, so I'd love to set the bitrate at 15FPS if possible.
As far as the audio, it looks like ffmpeg is having a problem:
Code: Select all
[00000194] main packetizer debug: probing 20 candidates
[00000070] main module debug: using packetizer module "mpeg_audio"
[00000194] main packetizer debug: thread 114696 (decoder) created at priority 0 (src/input/input_dec.c:153)
[00000194] mpeg_audio packetizer: MPGA channels:2 samplerate:48000 bitrate:192
[00000182] main stream output debug: adding a new input
[00000183] stream_out_transcode private debug: creating audio transcoding from fcc=`mpga' to fcc=`mpga'
[00000195] main encoder debug: looking for encoder module
[00000195] main encoder debug: probing 4 candidates
[00000195] ffmpeg encoder debug: libavcodec initialized (interface 4703 )
[00000195] ffmpeg encoder error: cannot open encoder
[00000195] ffmpeg encoder debug: libavcodec already initialized
[00000195] ffmpeg encoder error: cannot open encoder
[00000183] stream_out_transcode private error: cannot open encoder
[00000183] stream_out_transcode private error: cannot create audio chain
[00000194] main packetizer error: cannot create packetizer output
[00000193] packetizer_mpegvideo packetizer debug: need a starting pts/dts
[00000182] main stream output debug: adding a new input
[00000183] stream_out_transcode private debug: creating video transcoding from fcc=`mpgv' to fcc=`DIV3'
[00000196] main encoder debug: looking for encoder module
[00000196] main encoder debug: probing 4 candidates
[00000196] ffmpeg encoder debug: libavcodec already initialized
[00000196] ffmpeg encoder debug: found encoder MS MPEG-4 Video v3
[00000015] main module debug: using encoder module "ffmpeg"
[00000015] main module debug: unlocking module "ffmpeg"
[00000182] main stream output warning: trying to send non-dated packet to stream output!
[00000196] main encoder debug: looking for encoder module
[00000196] main encoder debug: probing 4 candidates
[00000196] ffmpeg encoder debug: libavcodec already initialized
[00000196] ffmpeg encoder debug: found encoder MS MPEG-4 Video v3
[00000015] main module debug: using encoder module "ffmpeg"