Rtmp netconnection call function
#1
Hi.
We are building a plugin for streaming video. Stream from the site is protected and to watch it You have to send a ticket over netConnection.call function.
We talked with admin, we got their api and with out any problem we are getting the ticket.
The problem is how to send it.
The are using flash player and there its implemented.
Any suggestions how to use it for python ?
Is there such function implemented in xbmc ?
If so, can we get an example how to use it ?

[edit]

this is the code from the flash player:

Code:
public function renewTicket(_arg1:string):void{
    if (this.isServerConnected){
    this._connection.call("ticketRenew", null, _arg1);
    };

Any idea how to use it in python for xbmc ?
Reply

Logout Mark Read Team Forum Stats Members Help
Rtmp netconnection call function0