Avatar

Matvey Y

  • Total activity 34
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 1 user
  • Votes 2
  • Subscriptions 6

Activity overview

Latest activity by Matvey Y
  • Avatar

    Matvey Y created an article,

    Audio and video codecs

    Audio Codecs General Audio Attributes used when no other attributes are specified Name Type Default Description b int 128K Set audio bitrate (in bits/s). Support unit prefixes such as K. ar ...

  • Avatar

    Matvey Y created an article,

    REST API and Video SDK

    What is the REST API? REST API is a way of accessing services through web interface in a simple and flexible way. Here, a “service” can mean any application created using the SDK, and we are often ...

  • Avatar

    Matvey Y created an article,

    MPTS recording and streaming

    Before version 2.9.0, you could only write SPTS (Single Program Transport Stream) videos, now MPTS (Multiple Program Transport Stream) recording/streaming is available. Common features Using this f...

  • Avatar

    Matvey Y created an article,

    Using Named Pipes

    Starting with version 2.9.0, our video SDK supports named pipes. What is named pipes? A named pipe is one of the methods of inter-process communication (IPC). In Windows, named pipes cannot be crea...

  • Avatar

    Matvey Y created an article,

    RIST streaming

    Starting with version 2.8.0, our video SDK supports RIST streaming. What is RIST? Reliable Internet Stream Transport (RIST) is an open source, open-specification transport protocol designed for rel...

  • Avatar

    Matvey Y created an article,

    Icecast streaming

    Starting with version 2.8.0, our video SDK supports Icecast streaming. What is Icecast? Icecast is an audio only streaming media protocol which currently supports different audio codec. It can be u...

  • Avatar

    Matvey Y created an article,

    Export a video buffer with MDelay

    Configuring the buffer If you use MDelay, you can export a part of the buffered video (or a whole buffer) into a local file. For this, you should change the "mdelay.video_codec" from the default "m...

  • Avatar

    Matvey Y created an article,

    Timecode processing

    The timecode is processed along with the frames. If the source contains the timecode, the SDK works with the data. If the source doesn't have timecode data it is generated from 0.  Get timecode inf...

  • Avatar

    Matvey Y created an article,

    Video filters

    Basic info In MPlatform it's possible to use some of the native FFMPEG video filters with MPlatform objects. With them, you can implement some scenarios that we don't have in the SDK. Like, create ...

  • Avatar

    Matvey Y created an article,

    Frame-by-frame accuracy with MPlatform

    Besides using the OnFrame event (as described, for example, in this article — Draw on frames), you can use a frame-by-frame approach. Let's call this the MFormats-style approach and explain in the ...