mutaphore / RTSP-Client-Server

Implementation of a streaming video server and client that communicate using the Real-Time Streaming Protocol (RTSP) and send data using the Realtime Transfer Protocol (RTP)
522 stars 191 forks source link

VLC Client #8

Closed chuidiang closed 5 years ago

chuidiang commented 6 years ago

Hi,

Have you tried your rtsp server with a standard rtsp client like VLC. I can't make it work.

Thank you.

ramankeswani commented 6 years ago

Yes please, can you let me know how can I get the rtsp link and play it on VLC

mutaphore commented 5 years ago

This project was intended to demonstrate the fundamental concepts of how RTSP works underneath the hood. There are probably other open source servers out there that integrates with real world clients like VLC. For now, this is out of the scope for this project.