Ticket #693 (closed defect: fixed)
Current profile doesn't provide more RBSP data in PPS, skipping
| Reported by: | asbro | Owned by: | |
|---|---|---|---|
| Priority: | minor | Component: | avcodec |
| Version: | git-master | Keywords: | verbosity |
| Cc: | Blocked By: | ||
| Blocking: | Reproduced by developer: | no | |
| Analyzed by developer: | no |
Description
After this commit: http://git.videolan.org/?p=ffmpeg.git;a=commitdiff;h=a7cfef2994d3ceeafb056050533addcd45c32b6a;hp=e1d48786d577976fb8bb87dcd89097e87d080cfd
ffmpeg -y -loglevel info -i udp://0.0.0.0:30000?pkt_size=1316 -c:v copy -c:a copy -f mpegts teste.ts 2> teste.log
started appear me the error:
ffmpeg version N-35260-g2cf4bd7, Copyright (c) 2000-2011 the FFmpeg developers
built on Nov 28 2011 05:20:07 with gcc 4.1.2 20080704 (Red Hat 4.1.2-51)
configuration: --prefix=/usr --libdir=/usr/lib64 --shlibdir=/usr/lib64 --mandir=/usr/share/man --enable-shared --enable-runtime-cpudetect --enable-$
libavutil 51. 29. 1 / 51. 29. 1
libavcodec 53. 38. 1 / 53. 38. 1
libavformat 53. 22. 0 / 53. 22. 0
libavdevice 53. 4. 0 / 53. 4. 0
libavfilter 2. 50. 0 / 2. 50. 0
libswscale 2. 1. 0 / 2. 1. 0
libpostproc 51. 2. 0 / 51. 2. 0
[mpegts @ 0x621800] Unable to seek back to the start
[mpegts @ 0x621800] max_analyze_duration 5000000 reached at 5034667
[mpegts @ 0x621800] 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: 1205.589000, bitrate: 60 kb/s
Program 1
Stream #0:0[0x100]: Video: h264 (High) ([27][0][0][0] / 0x001B), yuv420p, 480x272 [SAR 1:1 DAR 30:17], 25 fps, 25 tbr, 90k tbn, 50 tbc
Stream #0:1[0x101]: Audio: aac ([15][0][0][0] / 0x000F), 48000 Hz, stereo, s16, 60 kb/s
[mpegts @ 0x652c00] muxrate VBR, pcr every 2 pkts, sdt every 200, pat/pmt every 40 pkts
Output #0, mpegts, to 'teste.ts':
Metadata:
encoder : Lavf53.22.0
Stream #0:0: Video: h264 ([27][0][0][0] / 0x001B), yuv420p, 480x272 [SAR 1:1 DAR 30:17], q=2-31, 25 fps, 90k tbn, 25 tbc
Stream #0:1: Audio: aac ([15][0][0][0] / 0x000F), 48000 Hz, stereo, 60 kb/s
Stream mapping:
Stream #0:0 -> #0:0 (copy)
Stream #0:1 -> #0:1 (copy)
Current profile doesn't provide more RBSP data in PPS, skipping
Change History
comment:2 Changed 18 months ago by cehoyos
- Status changed from new to closed
- Component changed from undetermined to avcodec
- Priority changed from normal to minor
- Version changed from unspecified to git-master
- Keywords verbosity added
- Resolution set to fixed
The message has a lower verbosity now, should be fixed.
Note: See
TracTickets for help on using
tickets.



Which error do you mean?
"Current profile doesn't provide more RBSP data in PPS, skipping" is a warning.
Is something wrong with the output file? If yes, please record and provide a sample that allows to reproduce the problem.
Generally, for bug reports on this tracker, please do not provide cut console output, but complete, uncut console output.