[FFmpeg-trac] #1224(undetermined:new): dvb-t to rtmp crash.

FFmpeg trac at avcodec.org
Sat Apr 21 17:09:31 CEST 2012


#1224: dvb-t to rtmp crash.
-------------------------------------+-------------------------------------
             Reporter:  eregi        |                    Owner:
                 Type:  defect       |                   Status:  new
             Priority:  normal       |                Component:
              Version:  unspecified  |  undetermined
             Keywords:               |               Resolution:
             Blocking:               |               Blocked By:
Analyzed by developer:  0            |  Reproduced by developer:  0
-------------------------------------+-------------------------------------

Comment (by eregi):

 This is wierd. Tried
 ''ffmpeg_g -loglevel 99 -i /dev/dvb/adapter0/dvr0 -b:v 1200k -bufsize
 400000k -r 18 -an -f flv a.flv'' and it didn't stop, had to stop manually.
 Then did a reboot, ran the same command and it stopped after 6 seconds.
 Tried the same command third time, and it stopped again after 5 seconds.

 Now, when removed -b:v 1200k:
 ''./ffmpeg_g -loglevel 99 -i /dev/dvb/adapter0/dvr0 -bufsize 400000k -r 18
 -an -f flv a.flv''
 repeated this two times and each time it stopped after 6 seconds.

 When -bufsize 400000k was removed:
 ''./ffmpeg_g -loglevel 99 -i /dev/dvb/adapter0/dvr0 -b:v 1200k -r 18 -an
 -f flv a.flv''
 repeated this two times and each time it stopped after 6 seconds.

 When -r 18 was removed:
 ''ffmpeg_g -loglevel 99 -i /dev/dvb/adapter0/dvr0 -b:v 1200k -bufsize
 400000k -an -f flv a.flv''
 repeated this two times and each time it stopped after 6 seconds.


 This looks random..

-- 
Ticket URL: <https://ffmpeg.org/trac/ffmpeg/ticket/1224#comment:22>
FFmpeg <http://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list