ffmpeg libx264 non-existing PPS 0 referenced -


hello have installed ffmpeg , libx264 based in offical tutorial on ffmpeg installation here : https://trac.ffmpeg.org/wiki/compilationguide/ubuntu

i want stream mumudvb , pass ffmpeg h264 encoding when use

ffserver -f /path/to/config -d 

i output :

[h264 @ 0x1ab32c0] non-existing pps 0 referenced [mpegts @ 0x2c7cca0] not find codec parameters stream 0 (video: h264 ([27][0][0][0] / 0x001b)): unspecified size consider increasing value 'analyzeduration' , 'probesize' options [h264 @ 0x1ab32c0] non-existing sps 0 referenced in buffering period [h264 @ 0x1ab32c0] non-existing pps 0 referenced [h264 @ 0x1ab32c0] decode_slice_header error [h264 @ 0x1ab32c0] no frame! [mpegts @ 0x1aadca0]  decoding stream 0 failed [mpegts @ 0x1aadca0] decoding stream 1 failed input #0, mpegts, 'http://127.0.0.1:9097':   duration: n/a, start: 45508.714822, bitrate: n/a   program 107  [mpegts @ 0x1aadca0]     stream #0:0[0x42e]: video: h264 ([27][0][0][0] / 0x001b)[mpegts @ 0x30b0ca0] decoding stream 1 failed , 50 fpsitech@itech-all-series:~$ , 50 tbr, 90k tbn, 180k tbc [mpegts @ 0x1cd5ca0]     stream #0:1could not find codec parameters stream 1 (audio: aac_latm ([17][0][0][0] / 0x0011), 0 channels, fltp): unspecified sample rate consider increasing value 'analyzeduration' , 'probesize' options [0x42f](per): audio: aac_latm ([17][0][0][0] / 0x0011), 48000 hz, stereo, fltp http://127.0.0.1:8888/tv7.ffm: input/output error input #0, mpegts, 'http://127.0.0.1:9093':   duration: n/a, start: 25560.704144, bitrate: n/a   program 103      stream #0:0[0x406]: video: h264 (main) ([27][0][0][0] / 0x001b), yuv420p(tv, bt470bg), 720x576 [sar 16:11 dar 20:11], 25 fps, 50 tbr, 90k tbn, 50 tbc     stream #0:1[0x407](per): audio: aac_latm ([17][0][0][0] / 0x0011), 0 channels, fltp     stream #0:2[0x40b](ara): subtitle: dvb_teletext ([6][0][0][0] / 0x0006) received signal 2: terminating. [mpegts @ 0x30b0ca0] not find codec parameters stream 0 (video: h264 ([27][0][0][0] / 0x001b)): unspecified size consider increasing value 'analyzeduration' , 'probesize' options http://127.0.0.1:8888/tv3.ffm: input/output error [mpegts @ 0x1aadca0] not find codec parameters stream 1 (audio: aac_latm ([17][0][0][0] / 0x0011), 0 channels, fltp): unspecified sample rate consider increasing value 'analyzeduration' , 'probesize' options input #0, mpegts, 'http://127.0.0.1:9094': received signal 2: terminating. not find codec parameters stream 1 (audio: aac_latm ([17][0][0][0] / 0x0011), 0 channels, fltp): unspecified sample rate consider increasing value 'analyzeduration' , 'probesize' options   duration: n/a, start: 43409.427056, bitrate: n/a   program 104      stream #0:0[0x410]input #0, mpegts, 'http://127.0.0.1:9098': : video: h264 ([27][0][0][0] / 0x001b), 50 fps, 50 tbr, 90k tbn, 180k tbc     stream #0:1[0x411](per): audio: aac_latm ([17][0][0][0] / 0x0011), 0 channels, fltp     stream #0:2[0x415](ara): subtitle: dvb_teletext ([6][0][0][0] / 0x0006) http://127.0.0.1:8888/tv4.ffm: input/output error received signal 2: terminating.   duration: n/a, start: 26351.744300, bitrate: n/a   program 108      stream #0:0[0x438]: video: h264 (main) ([27][0][0][0] / 0x001b), yuv420p(tv, bt470bg), 720x576 [sar 12:11 dar 15:11], 25 fps, 50 tbr, 90k tbn, 50 tbc     stream #0:1[0x439](per): audio: aac_latm ([17][0][0][0] / 0x0011), 0 channels, fltp     stream #0:2[0x43d](ara): subtitle: dvb_teletext ([6][0][0][0] / 0x0006) http://127.0.0.1:8888/tv8.ffm: input/output error received signal 2: terminating. 

ffmpeg gime me output. prooblem outputs bitrate around 2000k 3000k should 512k

this ffserver config :

port 8888 bindaddress 0.0.0.0 maxhttpconnections 20000 maxclients 10000 maxbandwidth 1000000 customlog - <feed ch1.ffm> file /tmp/ch1.ffm filemaxsize 100m acl allow 127.0.0.1 launch ffmpeg -i http://127.0.0.1:9094 </feed>  <stream ch1> feed ch1.ffm format mpegts audiobitrate 64 audiochannels 2 audiosamplerate 44100 #avoptionaudio flags +global_header videobitrate 512 videobuffersize 400 videoframerate 25 videobitratetolerance 100 videosize 720x576 videogopsize 12 audiocodec aac videocodec libx264 avoptionvideo bsf h264_mp4toannexb #avoptionvideo threads 0 avoptionvideo threads_type frame avoptionvideo coder 0 avoptionvideo bf 0 avoptionvideo flags +loop avoptionvideo partitions +parti8x8+parti4x4+partp8x8+partb8x8 avoptionvideo me_method hex avoptionvideo subq 7 avoptionvideo me_range 16 avoptionvideo g 250 avoptionvideo keyint_min 10 avoptionvideo sc_threshold 40 avoptionvideo i_qfactor 0.71 avoptionvideo b_strategy 1 avoptionvideo qcomp 0.6 avoptionvideo qmin 10 avoptionvideo qmax 51 avoptionvideo qdiff 4 avoptionvideo refs 3 avoptionvideo directpred 1 avoptionvideo trellis 1 avoptionvideo wpredp 0 #avoptionvideo flags +global_header  startsendonkey </stream> 


Comments

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -