RTSPCameraExample how to connect the stream with VLC #143
-
|
Hi, I'm trying to connect VLC to the RTSPCameraExample, but it doesn't connect and I got these messages : I use the following URL to connect : rtsp://user:password@localhost:8554 in VLC. Please help. Guillaume. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
Hi, Sorry the example was set to use RTSP over HTTP. rtspServer = new RtspServer(port, username, password, false, loggerFactory);or use the last commit. Regards, |
Beta Was this translation helpful? Give feedback.
-
|
Hi,
Thank you very much. It works perfectly.
Regards,
Guillaume.
Le 15 sept. 2025 à 16:35, Nicolas Graziano ***@***.***> a écrit :
Hi,
Sorry the example was set to use RTSP over HTTP.
You can change back by changing the line 73 in Program.cs to
rtspServer = new RtspServer(port, username, password, false, loggerFactory);
or use the last commit.
Regards,
Nicolas
—
Reply to this email directly, view it on GitHub<#143 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AZ5GGJUJXTTXD6VVJF47PCD3S3FDVAVCNFSM6AAAAACGQZ6GNGVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTINBQGQ2TANA>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
Hi,
Sorry the example was set to use RTSP over HTTP.
You can change back by changing the line 73 in
Program.cstoor use the last commit.
Regards,
Nicolas