Skip to content

Latest commit

 

History

History
44 lines (22 loc) · 1.1 KB

File metadata and controls

44 lines (22 loc) · 1.1 KB

RTSP source DirectShow filter for Windows

RTSP Player is a very simple IP camera veiwer . Fast application to playback network stream from IP cameras, video servers and surveillance systems.

Supported types of streaming: RTSP, RTP, UDP (Multicast stream support)

Usage:

  1. Registry

regsvr32 RTSP_source.ax

  1. Add RTSP source filter to DirectShow Graph

Select RTSP source filter from list

Click Insert button

RTSP player sample1

  1. Change setting of RTSP source filter

Set IP address

Select needed protocol Important note: unselect/select protocol even if needed protocol is switched on

Click Apply and OK buttons

RTSP player sample1

  1. Connect graph

Select output pin and select Render Pin or connect Graph manually

RTSP player sample1

  1. Play graph

Click Play button

RTSP player sample1