Saam Tehrani

Results 10 comments of Saam Tehrani

Hello @smithad15 - noticing that bunch of Store related tests (where there are usage of NgRedux module mocks) are broken or they have been stubbed out. Is this due a...

Hello, I am working on a distributed ws project where I use redis as the application cache. I use usWebsocket for network processing which has it's own libuv event loop....

@kirjs What do you think about using GitHub API to create new issue for each feedback ?

@kirjs why don't we actually hook up the application with a database, and from there we can fill the database with FAKE data using FAKE info generators like: FAKER

sounds like ismv is not included in the build as I am getting ``` ismv is not a supported object container type ``` I will try creating a configuration with...

Changed to using `mkstreamwriterdev`, same issue. I also made sure that the positions I am getting from the `onwrite` are monotonous, and they are.

this is the config for the build I am using: ``` [ "libvpx", "bsf-extract_extradata", "bsf-vp9_metadata", "bsf-av1_metadata", "bsf-h264_metadata", "bsf-hevc_metadata", "format-mp4", "format-aac", "format-webm", "format-mp3", "format-ogg", "format-flac", "parser-vp8", "parser-vp9", "parser-hevc", "parser-av1", "parser-h264", "parser-ac3",...

That's alright, I appreciate that you are giving it a thought. Is there anywhere in the wrapper code that you can point me to start investigating ? Better place to...

Hi, Just some update. I built LibAV with x264 instead of openh264. I no longer get the warnings/errors on non-monotonous DTS. However I am still getting the same result (hitting...