jacobbo / WebEye

WebEye is a collection of .NET controls.
190 stars 132 forks source link

Problems with username and password #10

Closed giangkieuduc closed 8 years ago

giangkieuduc commented 8 years ago

I want to play live video from this URL; but it requiried authentication. rtsp://192.168.1.244/live0.264?user=admin&passwd=123456 Can you help me?

rafaelkan commented 8 years ago

Try rtsp://admin:123456@192.168.1.244/live0.264

giangkieuduc commented 8 years ago

Thank you Rafaelkan. My problem was solved