#4761 closed enhancement (invalid)
Impossible to add muxer or custom options to streams
Reported by: | Danny B. | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | ffserver |
Version: | git-master | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Reproduced by developer: | no | |
Analyzed by developer: | no |
Description
It's impossible to set muxer or other custom options within the <Stream> section of the configuration file.
Using "AVOptionVideo" and "AVOptionAudio" is not possible since the additionnal option(s) are not provided by encoders/decoders.
The actual concret attempt is to setup the stream so we can use the custom options from HLS such as "hls_time" and "hls_allow_cache" as provided in the ffserver documentation but further more options are not possible with the current state.
(https://www.ffmpeg.org/ffserver-all.html#toc-Options-31)
Thank you.
Change History (3)
comment:1 by , 9 years ago
comment:2 by , 7 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
ffserver was removed from git master, closing bug as invalid
comment:3 by , 5 years ago
Keywords: | stream configuration options muxer removed |
---|
Examples of problems (focusing on lack of HLS option access):
https://ffmpeg.org/pipermail/ffmpeg-user/2013-May/015078.html
https://ffmpeg.org/pipermail/ffmpeg-user/2015-May/026580.html