Opened 12 years ago

Closed 12 years ago

Last modified 12 years ago

#669 closed defect (fixed)

[SWR @ 0xf423c0] Value 1.000000 for parameter 'och' out of range

Reported by: asbro Owned by:
Priority: normal Component: undetermined
Version: git-master Keywords:
Cc: Blocked By:
Blocking: Reproduced by developer: yes
Analyzed by developer: no

Description

i update to the last master and appears a new error message:
[mpegts @ 0x621220] Unable to seek back to the start
[mpegts @ 0x621220] max_analyze_duration 5000000 reached at 5034667
[mpegts @ 0x621220] Estimating duration from bitrate, this may be inaccurate
Input #0, mpegts, from 'udp://0.0.0.0:30000?pkt_size=1316':

Duration: N/A, start: 10804.531311, bitrate: 74 kb/s
Program 1

Stream #0:0[0x100]: Video: h264 (High) ([27][0][0][0] / 0x001B), yuv420p, 640x360 [SAR 1:1 DAR 16:9], 25 fps, 25 tbr, 90k tbn, 50 tbc
Stream #0:1[0x101]: Audio: aac ([15][0][0][0] / 0x000F), 48000 Hz, stereo, s16, 74 kb/s

[buffer @ 0x713b00] w:640 h:360 pixfmt:yuv420p tb:1/1000000 sar:1/1 sws_param:
[scale @ 0x64c400] w:640 h:360 fmt:yuv420p -> w:320 h:180 fmt:yuv420p flags:0x4
[libx264 @ 0x669b60] using SAR=1/1
[libx264 @ 0x669b60] using cpu capabilities: MMX2 SSE2Fast SSSE3 FastShuffle SSE4.1 Cache64
[libx264 @ 0x669b60] profile Constrained Baseline, level 3.0
[libx264 @ 0x669b60] 264 - core 119 r2106 07efeb4 - H.264/MPEG-4 AVC codec - Copyleft 2003-2011 - http://www.videolan.org/x264.html - options: cabac=0 ref=2 deblock=1:0:0 analyse=0x1:0x111 me=hex subme=6 psy=1 psy_rd=1.00:0.00 mixed_ref=1 me_range=16 chroma_me=1 trellis=1 8x8dct=0 cqm=0 deadzone=21,11 fast_pskip=1 chroma_qp_offset=-2 threads=2 sliced_threads=0 nr=0 decimate=1 interlaced=0 bluray_compat=0 constrained_intra=0 bframes=0 weightp=0 keyint=30 keyint_min=3 scenecut=40 intra_refresh=0 rc_lookahead=30 rc=abr mbtree=1 bitrate=200 ratetol=1.0 qcomp=0.60 qpmin=0 qpmax=69 qpstep=4 ip_ratio=1.40 aq=1:1.00
Output #0, flv, to 'rtmp://0.0.0.0:1945/live/live':

Metadata:

encoder : Lavf53.21.0
Stream #0:0: Video: h264 ([7][0][0][0] / 0x0007), yuv420p, 320x180 [SAR 1:1 DAR 16:9], q=-1--1, 200 kb/s, 1k tbn, 15 tbc
Stream #0:1: Audio: aac ([10][0][0][0] / 0x000A), 44100 Hz, 2 channels, s16, 128 kb/s

Stream mapping:

Stream #0:0 -> #0:0 (h264 -> libx264)
Stream #0:1 -> #0:1 (aac -> libfaac)

Press [q] to stop, ? for help
[SWR @ 0xf423c0] Value 1.000000 for parameter 'och' out of range
frame= 1104 fps= 15 q=31.0 size= 3042kB time=00:01:15.00 bitrate= 332.2kbits/s dup=0 drop=732

Change History (4)

comment:1 by Carl Eugen Hoyos, 12 years ago

Please provide an (as-short-as-possible) command line - if possible without using libx264 and without using libfaac - that allows to reproduce the problem and please add complete, uncut console output (consider using "Code block").

comment:2 by Michael Niedermayer, 12 years ago

Also try make distclean!

comment:3 by Michael Niedermayer, 12 years ago

Reproduced by developer: set
Resolution: fixed
Status: newclosed

This should have been fixed by ubitux

comment:4 by asbro, 12 years ago

i will git pull to the last master, and test! i already notice it was something with the audio channels. because the error disappear when i remove the setting "-ac 2". :)

Note: See TracTickets for help on using tickets.