OK this is what I have so far:
telnet to 192.168.16.30 (or what ever your drifta ip is) on port 9941
GET /tvnb?op=handshake&clientid=00:19:79:65:46:54 HTTP/1.1 //get the session id
GET /tvnb?sessionid=5400460065b8798a19&op=status&type=b attery HTTP/1.1
GET /tvnb?sessionid=5400460065b8798a19&op=status&type=s ignal_quality HTTP/1.1
GET /tvnb?sessionid=5400460065b8798a19&op=status&type=c harge HTTP/1.1
GET /tvnb?sessionid=5400460065b8798a19&op=getparam&name =AUTOSHUTDOWN_TIMEOUT HTTP/1.1
GET /tvnb?sessionid=5400460065b8798a19&op=status&type=d evice_id HTTP/1.1
GET /tvnb?sessionid=5400460065b8798a19&op=channellist&w ithrating=1 HTTP/1.1
// returns this:
1_1_cbms://thomson.net/service/108|00|3|1|||16|1|en|Africa Magic
1_1_cbms://thomson.net/service/109|00|3|1|||0|1|en|Channel O
1_1_cbms://thomson.net/service/107|00|3|1|||0|1|en|Trace TV
1_1_cbms://thomson.net/service/110|00|3|1|||0|1|en|eNews
1_1_cbms://thomson.net/service/104|00|3|1|||0|1|en|SuperSport Blitz
1_1_cbms://thomson.net/service/101|00|3|1|||0|1|en|SuperSport 1
1_1_cbms://thomson.net/service/103|00|3|1|||0|1|en|SuperSport 2
1_1_cbms://thomson.net/service/102|00|3|1|||0|1|en|SuperSport 3
1_1_cbms://thomson.net/service/106|00|3|1|||0|1|en|Cartoon Network
GET /tvnb?sessionid=5400460065b8798a19&op=ch_logo_bundl e HTTP/1.1
GET /tvnb?sessionid=5400460065b8798a19&op=status&type=p latform_id HTTP/1.1
GET /tvnb?sessionid=5400460065b8798a19&op=programguide& ch=1_1_cbms://thomson.net/service/108&withrating=1 HTTP/1.1 // get each channel info
GET /tvnb?sessionid=5400460065b8798a19&op=status&type=i nfo HTTP/1.1
GET /tvnb?sessionid=5400460065b8798a19&op=programguide& ch=1_1_cbms://thomson.net/service/109&withrating=1 HTTP/1.1
GET /tvnb?sessionid=5400460065b8798a19&op=receive&ch=1_ 1_cbms://thomson.net/service/101&transport=RTP_TUNNEL HTTP/1.1
GET /tvnb?sessionid=5400460065b8798a19&op=cas_events&vi ew=1_1_cbms://thomson.net/service/101 HTTP/1.1
Host: 192.168.16.30:9941
So you can then connect VLC to this url:
http://192.168.16.30:9941//tvnb?sess...ort=RTP_TUNNEL
And telnet to 192.168.16.30 port 554 and start the video stream:
OPTIONS rtsp://192.168.16.30/stream/ RTSP/1.0
DESCRIBE rtsp://192.168.16.30/stream/ RTSP/1.0
SETUP rtsp://192.168.16.30/stream/audio RTSP/1.0
Transport: RTP/AVP;unicast;client_port=56742-56743
SETUP rtsp://192.168.16.30/stream/video RTSP/1.0
Transport: RTP/AVP;unicast;client_port=53384-53385
PLAY rtsp://192.168.16.30/stream/ RTSP/1.0
Think you just need the play command.
VLC then starts to see data but there are timing issues I have not figured.
Happy Christmas

Bookmarks