How to embed authentication parameters in RTSP url for Quicktime -
How do I embed the authentication parameters in the RtsP URL for QuickTime, I was surprised that if QuickTime is its I'm starting to support at all. I have installed QT 7.7 and have tried the following two methods to embed the username and password:
& lt; Object classid = 'clsid: 02BF25D5-8C17-4B23-BC80-D3488ABDDC6B' width = '200' height = '156' codebase = 'http: //www.apple.com/qtactivex/qtplugin.cab'> & Lt; Param name = 'src' value = 'Loading. Jpg '/ & gt; & Lt; Param name = 'href' value = 'rtsp: // address / store / d8138017caf5c1? Username = abcd and password = xyz '/ & gt; & Lt; Param name = 'target' value = 'myself' /> & Lt; Param name = 'autohref' value = 'true' /> & Lt; Param name = 'controller' value = 'wrong' /> & Lt; EMBED type = 'application / x-rtsp' pluginspage = 'http: //www.apple.com/quicktime/download/' width = '200' height = '156' src = 'Loading. Jpg 'href =' Rtsp: //172.21.57.125/archive/d8138017caf5c1?username = apiuser and password = Cisco 'target =' I 'autohref =' true 'controller =' false 'loop =' false '& gt; & Lt; / Embed & gt; & Lt; / Object & gt;
In this case Quicktime fails to detect query parameters and brings a dial for username and password.
& lt; OBJECT classid = 'clsid: 02BF25D5 -8C17-4B23-BC80-D3488ABDDC6B' width = '200' height = '156' codebase = 'http: //www.apple.com/qtactivex/qtplugin.cab'> & Lt; Param name = 'src' value = 'Loading. Jpg '/ & gt; & Lt; Param name = 'href' value = 'rtsp: // username: password @ address / store / d8138017caf5c1' / & gt; & Lt; Param name = 'target' value = 'myself' /> & Lt; Param name = 'autohref' value = 'true' /> & Lt; Param name = 'controller' value = 'wrong' /> & Lt; EMBED type = 'application / x-rtsp' pluginspage = 'http: //www.apple.com/quicktime/download/' width = '200' height = '156' src = 'Loading. Jpg 'href =' Rtsp: // Username: password@172.21.57.125/archive/d8138017caf5c1 'target =' myself 'autohref =' true 'controller =' false 'loop =' false '& gt; & Lt; / Embed & gt; & Lt; / Object & gt;
In the above case, Quicktime fails to play the server running on the server.
What is the method of authentic RTSP currents to play in QuickTime?
Comments
Post a Comment