Opened 5 years ago

Last modified 5 years ago

#7664 new defect

-t duration ignored for ogg stream via icecast server - ok for mp3

Reported by: jshep321 Owned by:
Priority: normal Component: undetermined
Version: unspecified Keywords:
Cc: Blocked By:
Blocking: Reproduced by developer: no
Analyzed by developer: no

Description

Summary of the bug:
-t duration is ignored for ogg stream (icecast server).
works by changing the -f ogg to -f mp3 (same icecast server)

How to reproduce:

%  ffmpeg -re -t $rec_length -i $sourceurl -c copy -f ogg $local_dir/$stream_tmp
version 2.8.15-0ubuntu0.16.04.1
ubuntu standard repo 

Patches should be submitted to the ffmpeg-devel mailing list and not this bug tracker.

Change History (2)

comment:1 by jshep321, 5 years ago

Also, the -t seems to function when omitting the -c copy part -- but receive the following error:
Press [q] to stop, ? for help
[libvorbis @ 0x1908f00] Queue input is backward in time
[libvorbis @ 0x1908f00] Queue input is backward in time
[libvorbis @ 0x1908f00] Queue input is backward in time
size= 61kB time=00:00:10.02 bitrate= 49.8kbits/s
video:0kB audio:56kB subtitle:0kB other streams:0kB global headers:4kB muxing overhead: 7.873852%

comment:2 by Carl Eugen Hoyos, 5 years ago

Keywords: time duration removed

Please test current FFmpeg git head and provide an actual (minimal) command line you tested (that does not contain variables) together with the complete, uncut console output to make this a valid ticket.

Note: See TracTickets for help on using tickets.