Skip to content
View iamrameshkumar's full-sized avatar
  • Chennai, India

Block or report iamrameshkumar

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. MediaFoundationWithLive555 MediaFoundationWithLive555 Public

    C++ 5 1

  2. Video Streaming Sample Video Streaming Sample
    1
    #include <Windows.h>
    2
    #include <mfapi.h>
    3
    #include <mfidl.h>
    4
    #include <Mfreadwrite.h>
    5
    #include <mferror.h>
  3. (conceptual) COW string implementation (conceptual) COW string implementation
    1
    /*
    2
     * A simple Copy On Write (COW) string implementation.
    3
     *
    4
     * Copyright © 2014 Manu Sanchez. @Manu343726 on GitHub, Stack Overflow, etc.
    5
     * 
  4. Desktop To RTP Using Live555 and Win... Desktop To RTP Using Live555 and Windows Media foundation
    1
    /// Filename: MFDesktopToRTP.cpp
    2
    ///
    3
    /// Description:
    4
    /// This file contains a C++ console application that captures the realtime video stream from desktop using 
    5
    /// Windows Media Foundation, encodes it as H264 and then transmits it to an RTP end point using the real-time
  5. Leetcode-Amazon Leetcode-Amazon Public

    Forked from optionalg/Leetcode-Amazon

    Amazon Interview Questions

    C++ 1

  6. Alexa-Skills-DriveTime Alexa-Skills-DriveTime Public

    Forked from SuneetPatil/Alexa-Skills-DriveTime

    This repository is to demonstrate how to build ALEXA skill to help everyone to know the travel time taken to reach the destination from source in current traffic

    JavaScript