[FFmpeg-trac] #7907(undetermined:closed): [hls @ 0x6a30180] Unable to find mapping variant stream av_interleaved_write_frame(): Cannot allocate memory
FFmpeg
trac at avcodec.org
Fri Dec 27 04:41:01 EET 2019
#7907: [hls @ 0x6a30180] Unable to find mapping variant stream
av_interleaved_write_frame(): Cannot allocate memory
-------------------------------------+-------------------------------------
Reporter: geekteq | Owner:
Type: defect | Status: closed
Priority: normal | Component:
| undetermined
Version: unspecified | Resolution:
| needs_more_info
Keywords: hls | Blocked By:
Blocking: | Reproduced by developer: 0
Analyzed by developer: 0 |
-------------------------------------+-------------------------------------
Comment (by Brainiarc7):
Hello there,
As mentioned in ticket #8444 , the issue you're seeing is because of using
the double quotes on {{{-var_stream_map}}}, as in your case:
{{{"v:0,a:0 v:1,a:1 v:2,a:2"}}}
You should be using single quotes instead:
{{{'v:0,a:0 v:1,a:1 v:2,a:2'}}}
--
Ticket URL: <https://trac.ffmpeg.org/ticket/7907#comment:7>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
More information about the FFmpeg-trac
mailing list