I have used the below registry details to set the HTTP User Agent.
To Set HTTP User Agent:
HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\5.0\User Agent
(Default) = Mozilla/4.0
Desc = Default (Windows CE)
UA-Language = JavaScript
Platform = Windows CE
Version = MSIE 6.0
Compatible = compatible
The User Agent is working fine for normal browsing. I have created a streaming solution over RTSP using DShow concept. So when WMP loading, WMP sends (i guess) the HTTP GET to the server. That time the User Agent string is not the same as above. It is different than I set (above).
Please advice me if I am doing somthing wrong or I missed anything in the Setting.