Opened 8 years ago

Closed 8 years ago

#5030 closed defect (invalid)

ffmpeg can not output a rtp stream in 16000 sampling rate

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

Description

Summary of the bug:
I'm trying to output a opus/16000/2 stream, but SDP file always be "rtpmap:109 opus/48000/2"

How to reproduce:

% ffmpeg -re -i bring.mp4 -vn -acodec libopus -b 8000 -ar 16000 -payload_type 109 -vbr on -compression_level 10 -f rtp rtp://localhost:6666 > audio.sdp
ffmpeg version 2.8.1

Change History (2)

comment:1 by Carl Eugen Hoyos, 8 years ago

Component: ffmpegundetermined

Is this issue reproducible with current FFmpeg git head?
Please provide the command line that allows to reproduce the issue together with the complete, uncut console output to make this a valid ticket.

comment:2 by Carl Eugen Hoyos, 8 years ago

Keywords: opus added
Resolution: invalid
Status: newclosed

I don't think this is a valid ticket, please reopen if you can provide the missing information.

Note: See TracTickets for help on using tickets.