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

Popular posts from this blog

Python SQLAlchemy:AttributeError: Neither 'Column' object nor 'Comparator' object has an attribute 'schema' -

java - How not to audit a join table and related entities using Hibernate Envers? -

mongodb - CakePHP paginator ignoring order, but only for certain values -