How to change the xbmc 2.1 header

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
Voinage Offline
Banned
Posts: 856
Joined: Mar 2008
Location: England
Post: #1
How can i change the header from the xbmc , user agent.

to the normal mozilla etc

the codings no problem for me.

It`s just where ?

I need this for mplayers` external connections to media servers.

checked this with wireshark and everything else is nicely cloaked apart from the get request from mplayer. Any help here would be really appreciated and allow for another plugin release 5mins after i get a reply, thanks voinage.

The plugin`s ready to go now, but want to cloak ident totally b4 release as i don`t want the site to change the encryption again because of strange xbox traffic and bandwidth problems
find quote
Voinage Offline
Banned
Posts: 856
Joined: Mar 2008
Location: England
Post: #2
Well maybe not 5 mins, but shortly after i`ve read the reply.

Do i have to define a new mplayer class ?

help.

Thanks
find quote
Unbehagen Offline
Skilled Python Coder
Posts: 342
Joined: Jul 2007
Reputation: 3
Location: Bremen, Germany
Post: #3
I don't think there is a possibility for this yet. What you could do is write a proxy thread that listens in the background and passes all requests to the real host. Take a look at the veoh proxy thread, maybe this will work for your problem too.
find quote