Page 1 of 1

DTMF detection

Posted: 24 Mar 2009 13:30
by pjain01
I wanted to use VLC as a media streaming server, where user can ask for VOD by pressing some digits. Does VLC also have DTMF digit detection capabilities with RTP ?(or with using any other mechanism like RFC 2833)

Re: DTMF detection

Posted: 24 Mar 2009 13:48
by Jean-Baptiste Kempf
I don't think it has. Code it :D

Re: DTMF detection

Posted: 25 Mar 2009 05:44
by pjain01
Hi Jean,
Thanks for your reply.I may certainly have to take the way for implementing it.
One more problem I was facing from last few days with VLC is regarding the payload type of PCMU.I am using the command ":sout=#transcode{acodec=ulaw,ab=64,scale=1,channels=1,ar=8000}:rtp{dst=10.0.1.34,port-audio=1234}" , for sending the PCMU in rtp. But somehow on ethreal I am seeing the RTP payload type as 96(instead of 0). Can you tell me the possible reason for this.

I know this question is not supposed to ask under this index , but I could not find any help from other ways.Its really urgent for me to get the reason for this.
Let me know if need more details for the scenario I am trying.

Thanks & Regards,
Parveen Jain

Re: DTMF detection

Posted: 25 Mar 2009 08:11
by Jean-Baptiste Kempf
Hi Jean,
Thanks for your reply.I may certainly have to take the way for implementing it.
One more problem I was facing from last few days with VLC is regarding the payload type of PCMU.I am using the command ":sout=#transcode{acodec=ulaw,ab=64,scale=1,channels=1,ar=8000}:rtp{dst=10.0.1.34,port-audio=1234}" , for sending the PCMU in rtp. But somehow on ethreal I am seeing the RTP payload type as 96(instead of 0). Can you tell me the possible reason for this.

I know this question is not supposed to ask under this index , but I could not find any help from other ways.Its really urgent for me to get the reason for this.
Let me know if need more details for the scenario I am trying.

Thanks & Regards,
Parveen Jain

I have no idea. Ask on streaming@