Maxim K
Maxim K
Hi. i have 2 reference fields, for example, permissions and users, and i want to filter users filed depending on permissions choice, something like: ``` php myEntity.creationView() .fields([ nga.field('permission_id', 'reference')...
In mapped mode id filed value form json used in hls response like mapped response json: ```json { "playlistType": "vod", "sequences": [ { "bitrate": { "v": 4050000, "a": 128000 },...
Hi. The id field length of mapped mode response is limited to 10 chars. Why? mapped response json: ```json { "playlistType": "vod", "sequences": [ { "bitrate": { "v": 4050000, "a":...
How to configure?
Hi. Seems to be a bug - vod-module makes a duplicate of video stream in video metadata of video fragments in mpeg-dash streaming. sample https://github.com/SPBTV/video_av1_samples/blob/master/spbtv_sample_bipbop_av1_960x540_25fps.mp4 server config: ``` worker_processes auto;...