cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
3217
Views
10
Helpful
22
Replies

UDP streaming instead of RTP streaming

aikbeecisco
Level 1
Level 1

Hi, I able to make RTP streaming by using xml services and  "RTPTx:......."  i get the streaming result and the protocol is RTP. But instead of using RTP as the streamming protocol, is it possible to making the transmit protocol as UDP without the rtp header?

22 Replies 22

Are you mean program or configure something inside the cisco ip phone?

You can't configure the Cisco phone to do that.

Yes, you'll have to write a program that strips the RTP header. Meaning you intercept the packet, disassemble, take the payload, assemble a raw UDP packet, send.

G.

Can the program implement inside the Cisco ip phone?

If you are a hacker, then yes. :-)

Lol.... i just want to strip the packet header before the packet transmit ....  but where and how to implement? Someone Please provide guideline... Thanks

aikbee chew wrote:

Lol.... i just want to strip the packet header before the packet transmit

You can't !!!!

GTG

Please rate all helpful posts.

Come on. Everything is possible. Think positive.

I already gave him instructions:

1. intercept the packet,

2. disassemble packet,

3. take the payload,

4. create a shiny new UDP packet and send it.

For a moment I thought iptables "mangle" can do that, but I was wrong. Probably so probably libnetpcap. With jNetPcap, to be more precise.

G.

aikbee chew wrote:

Can the program implement inside the Cisco ip phone?

NO, NO, NO, NO, NO !

The handsets are sealed, black boxes, as far as you are concerned. If they don't do what you want them to do, either buy other boxes, or write your own software running on your own systems to do the necessary stuff.

GTG

Please rate all helpful posts.