• There Are Free RTSP DirectShow Source Filters with full source code


    Hi,

    There are several free for commercial use, published RTSP DirectShow Source Filters, with full source code in C++. i must admit that it took a LOT of searching to find them!

    I will tell you about one that I think is the best. Look at the source code for VLC (VideoLAN) and pull out the files: 

    access.c
    real.c
    rtsp.c
    rtsp.h 

    That's all you need. 

    Look at the sample Microsoft has for a source filter for DirectShow and add these files and compile and VIOLA! you have a DirectShow Source Filter that will play any RTSP stream !!!

    It's easy to compile this in Visual Studio 6.0--it will compile in later versions of VisualStudio but you have to know what you are doing and you have to tweek the code. 

    This makes it easy to use DirectShow to play RTSP streams from ip cameras. 
    I am amazed that nobody has posted this code before.

    Enjoy
  • 相关阅读:
    hutool工具
    lombok
    混入
    postMan
    jsr303常用注解
    网页兼容性
    C/C++ 一点笔记(1)
    VS2010 灵活运用快捷操作功能(新手必看)
    HTML中meta作用
    C/C++ 一点笔记(2)
  • 原文地址:https://www.cnblogs.com/qq78292959/p/2077023.html
Copyright © 2020-2023  润新知