Re: [FFmpeg-devel] dashenc.c - variables not passwed to "media_seg_name"

2018-08-21 Thread Carl Eugen Hoyos
2018-08-21 13:32 GMT+02:00, Jeyapal, Karthick : > > On 8/21/18 2:36 PM, Ibrahim Tachijian wrote: > We could continue our discussion in that bug-tracking thread, > as this devel forum is usually meant for discussing about patches. Or, even better, on the user mailing list. Carl Eugen

Re: [FFmpeg-devel] dashenc.c - variables not passwed to "media_seg_name"

2018-08-21 Thread Jeyapal, Karthick
On 8/21/18 2:36 PM, Ibrahim Tachijian wrote: > Hey, > > Been trying to use the DASH muxer. > The DASH muxer has this option, > > { "media_seg_name", "DASH-templated name to used for the media segments", > OFFSET(media_seg_name), AV_OPT_TYPE_STRING, {.str = >

[FFmpeg-devel] dashenc.c - variables not passwed to "media_seg_name"

2018-08-21 Thread Ibrahim Tachijian
Hey, Been trying to use the DASH muxer. The DASH muxer has this option, { "media_seg_name", "DASH-templated name to used for the media segments", OFFSET(media_seg_name), AV_OPT_TYPE_STRING, {.str = "chunk-stream$RepresentationID$-$Number%05d$.m4s"}, 0, 0, E }, It doesnt seem that ffmpeg is