id	summary	reporter	owner	description	type	status	priority	component	version	resolution	keywords	cc	blockedby	blocking	reproduced	analyzed
1285	rtsp stream from dreambox dm800 via ffserver	mahermeg17		"hi ffmpeg funs,

i'm new whith ffmpeg and i succeed streaming a video from my hard disk and a remote video on the internet and played them with vlc via http and rtsp protocol.
and that was great!

but.. i can't stream live feed from my dreambox dm800 
however i can play the live stream with vlc
with ffserver it plays for a while and crash

here is the ffserver log:

{{{
ffserver -f /home/maher/streamprovider/cool/ffdream.conf
ffserver version git-2012-05-03-29ed190 Copyright (c) 2000-2012 the FFmpeg developers
  built on May  3 2012 15:17:48 with gcc 4.6.1
  configuration: --enable-gpl --enable-libfaac --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libtheora --enable-libvorbis --enable-libvpx --enable-libx264 --enable-nonfree --enable-version3 --enable-x11grab
  libavutil      51. 49.100 / 51. 49.100
  libavcodec     54. 17.101 / 54. 17.101
  libavformat    54.  3.100 / 54.  3.100
  libavdevice    53.  4.100 / 53.  4.100
  libavfilter     2. 72.104 /  2. 72.104
  libswscale      2.  1.100 /  2.  1.100
  libswresample   0. 11.100 /  0. 11.100
  libpostproc    52.  0.100 / 52.  0.100
Tue May  8 15:04:47 2012 Opening file 'http://192.168.1.103:8001/1:0:1:FAD:28:800:DCA0000:0:0:0:'
Tue May  8 15:04:47 2012 [mpeg2video @ 0x2b23aa0]mpeg_decode_postinit() failure
Tue May  8 15:04:47 2012 [mpeg2video @ 0x2b23aa0]mpeg_decode_postinit() failure
Tue May  8 15:04:48 2012 [mpeg2video @ 0x2b23aa0]mpeg_decode_postinit() failure
Tue May  8 15:04:48 2012 [mpeg2video @ 0x2b23aa0]mpeg_decode_postinit() failure
Tue May  8 15:04:48 2012 [mpeg2video @ 0x2b23aa0]mpeg_decode_postinit() failure
Tue May  8 15:04:53 2012 [mpegts @ 0x2afeb00]max_analyze_duration 5000000 reached at 5016000
Tue May  8 15:04:53 2012 [mpegts @ 0x2afeb00]Estimating duration from bitrate, this may be inaccurate
Tue May  8 15:04:53 2012 FFserver started.
Tue May  8 15:05:05 2012 [mpegts @ 0x2aff040]max_analyze_duration 5000000 reached at 5000000
Tue May  8 15:05:05 2012 [mpegts @ 0x2aff040]Estimating duration from bitrate, this may be inaccurate
Tue May  8 15:05:05 2012 192.168.1.106:40388 - - ""PLAY live-rtsp.mpg/streamid=0 RTP/UDP""
Tue May  8 15:05:05 2012 192.168.1.106:42524 - - ""PLAY live-rtsp.mpg/streamid=1 RTP/UDP""
Tue May  8 15:05:11 2012 [mpegts @ 0x2aff040]PES packet size mismatch
Tue May  8 15:05:11 2012 [rtp @ 0x2b29760]Application provided invalid, non monotonically increasing dts to muxer in stream 1: 7554851799 >= 7554363639
Tue May  8 15:05:11 2012 Error writing frame to output
Tue May  8 15:05:11 2012 192.168.1.106 - - [] "" RTP/UDP"" 200 2186695
Tue May  8 15:05:56 2012 192.168.1.106 - - [TEARDOWN] ""rtsp://192.168.1.106:5454/live-rtsp.mpg/ RTSP/1.0"" 200 981
}}}

and my ffserver.conf
{{{
Port            8090
RTSPPort        5454
RTSPBindAddress        0.0.0.0
BindAddress     0.0.0.0
MaxClients      1000
MaxBandWidth    50000
CustomLog       -
NoDaemon

<Feed live.ffm>
File            /tmp/office.ffm
FileMaxSize     200M
ACL allow 127.0.0.1
ACL allow 192.168.0.0 192.168.255.255
</Feed>

<Stream live-rtsp.mpg>
Format rtp
File ""http://192.168.1.103:8001/1:0:1:FAD:28:800:DCA0000:0:0:0:""
</Stream>

<Stream live.flv>
Format rtp
Feed live.ffm
VideoCodec libx264
VideoFrameRate 25
VideoBitRate 4096
VideoSize 1280x720
AVOptionVideo flags +global_header
AudioCodec libfaac
AudioBitRate 320k
AudioChannels 2
AudioSampleRate 22050
AVOptionAudio flags +global_header
</Stream>
}}}

i'm using ubuntu 11.10

any help please

thanks in advance."	defect	new	important	FFserver	unspecified						0	0
