Actually the problem with this configuration is: current configuration is simple key-value pairs (both strings) here it should be sort of "multi-select-with-some-preselected-items"
so we need 1) to refactor current configurations section to be able to store various data (integers, Strings, drop-downs, lists, complex-objects (like default appointment)) 2) create additional config section I would love to hear some ideas regarding this On Tue, Jun 21, 2016 at 12:58 AM, Susheel Jalali <[email protected] > wrote: > Dear Fellow Developers, > > Further to the idea of selection of recording formats, we could do the > following: > > The check-boxes of Ogg/MP4 could be pre-selected and greyed out (i,e, not > removable, as they are required). > > All other formats could be made available for selection with check-boxes. > -- > Sincerely, > > Susheel Jalali > Coscend Communications Solutions > www.Coscend.com > ---------------------------------------------------------------- > CONFIDENTIALITY NOTICE: See 'Confidentiality Notice Regarding E-mail > Messages from Coscend Communications Solutions' posted at: > http://www.Coscend.com/Terms_and_Conditions.html > > > On 06/20/16 17:15, Peter Dähn wrote: > > I think anybody would be fine if one could configure the outcome somehow. > It should safe space and if possible processing power. > > Greetings Peter > > Am 20.06.2016 um 13:22 schrieb Maxim Solodovnik: > > unfortunately ogg/mp4 is required formats > <video> tag will not work without any of them > so we need selectable list somewhere > > On Mon, Jun 20, 2016 at 5:19 PM, Peter Dähn <[email protected]> wrote: > >> Hello together, >> >> probably it would be better to choose the recording format in the >> screensharing client. Then it wouldn't be necessary to run ffmpeg multiple >> times. That would save time and resources. >> >> And once again with an configuration option "preferred screen recording >> format" ;-) >> >> Greetings Peter >> >> Am 20.06.2016 um 04:57 schrieb Maxim Solodovnik: >> >> BTW, >> >> recordings are available at >> {OM_BASE_URL}/recordings/avi/${id} >> {OM_BASE_URL}/recordings/flv/${id} >> {OM_BASE_URL}/recordings/mp4/${id} >> {OM_BASE_URL}/recordings/ogg/${id} >> {OM_BASE_URL}/recordings/jpg/${id} >> >> where ${id} == recording ID >> >> >> >> On Sun, Jun 19, 2016 at 2:34 PM, Susheel Jalali < >> <[email protected]>[email protected]> wrote: >> >>> Dear Fellow Developers, >>> >>> Here is a suggestion that would make this recording option even more >>> user friendly, and give more flexibility to users. >>> >>> Instead of removing the FLV, AVI or any other option, which will limit >>> the choice for many users, could we give the users a dialog popup with >>> checkboxes or radio buttons to select which format they want to save. When >>> user clicks the desired checkbox or radio button, only that format will be >>> saved. >>> >>> This will retain the choice and yet save space, and ultimately make the >>> product more feature-rich and capable. >>> >>> -- >>> >>> Sincerely, >>> >>> Susheel Jalali >>> Coscend Communications Solutions >>> www.Coscend.com >>> ---------------------------------------------------------------- >>> CONFIDENTIALITY NOTICE: See 'Confidentiality Notice Regarding E-mail >>> Messages from Coscend Communications Solutions' posted at: >>> http://www.Coscend.com/Terms_and_Conditions.html >>> >>> On 06/17/16 15:13, Maxim Solodovnik wrote: >>> >>> Helo Peter, >>> >>> Thanks a lot :) >>> Actually recordings are being stored in following formats simultaneously: >>> flvRecording_527.jpg >>> flvRecording_528.avi >>> flvRecording_528.flv >>> flvRecording_528.flv.mp4 >>> flvRecording_528.flv.ogg >>> >>> so I guess mp4 is already in the list :) >>> I believe we can drop (flvRecording_528.avi and flvRecording_528.flv >>> since its not in use), in some future versions to save space :) >>> >>> >>> On Fri, Jun 17, 2016 at 2:52 PM, Peter Dähn < <[email protected]> >>> [email protected]> wrote: >>> >>>> Hello together, welcome back Maxim, >>>> >>>> we would like to transcode recorded files to mp4. This could also be >>>> done by ffmpeg I think. Give me a hint, where to search and change the >>>> ffmpeg commands. >>>> >>>> Another idea would be an entry in the configuration. Something like >>>> "preferred screen recording format" or how you would name it... >>>> >>>> Greetings Peter >>>> >>> -- >>> >>> > -- WBR Maxim aka solomax
