Search found 8 matches

Go to advanced search

by pjain01
06 Apr 2009 16:22
Forum: VLC media player for Linux and friends Troubleshooting
Topic: How to Debug VLC with GDB(need basic steps)
Replies: 1
Views: 1627

How to Debug VLC with GDB(need basic steps)

I am trying to compile VLC for doing a small enhancement in it, Can anyone help me how can I use GDB along with VLC.I had tried following steps for compiling the VLC for debug purpose ./configure --enable-debug make make install gdb ./vlc but while I try to put breakpoint on a file it gives me an er...
by pjain01
06 Apr 2009 16:12
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Need help on running VLC under gdb
Replies: 1
Views: 802

Re: Need help on running VLC under gdb

Hi Sir, You are ahead of me in terms of debugging the VLC :) I am trying to compile VLC for doing a small enhancement in it, Can you please help me how can I use GDB along with VLC.I had tried following steps for compiling the VLC for debug purpose ./configure --enable-debug make make install gdb ./...
by pjain01
02 Apr 2009 06:41
Forum: VLC stream-output (sout)
Topic: does VLC have support of ulaw/alaw with static payload type
Replies: 14
Views: 12429

Re: does VLC have support of ulaw/alaw with static payload type

I got my problem resolved, But for that I had to visit the code for debugging the actual cause of the problem. VLC doen't stream the PCMU layer if you have a the audio file in some other formats(like I was using mp3 file for sending out PCMU stream thinking that VLC will do the transcoding , but som...
by pjain01
25 Mar 2009 05:44
Forum: VLC media player Feature Requests
Topic: DTMF detection
Replies: 3
Views: 604

Re: DTMF detection

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-...
by pjain01
24 Mar 2009 13:30
Forum: VLC media player Feature Requests
Topic: DTMF detection
Replies: 3
Views: 604

DTMF detection

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)
by pjain01
23 Mar 2009 07:28
Forum: VLC stream-output (sout)
Topic: Streaming G.711 u-law
Replies: 4
Views: 5086

Re: Streaming G.711 u-law

Hi Remi,
Does it mean that in VLC ; PCMU/PCMA is supported with dynamic codec type ?

Regards,
Parveen
by pjain01
20 Mar 2009 13:06
Forum: VLC stream-output (sout)
Topic: does VLC have support of ulaw/alaw with static payload type
Replies: 14
Views: 12429

does VLC have support of ulaw/alaw with static payload type

Hi All, I am trying to stream an audio file (.mp3) using ulaw/alaw codecs with rtp. I am giving the following command line option in GUI :sout=#transcode{acodec=ulaw,ab=64,scale=1,channels=1,ar=8000}:rtp{dst=my ip-address,port-audio=1234} This I am doing with unicast IP address. The VLC version I am...
by pjain01
20 Mar 2009 08:14
Forum: VLC stream-output (sout)
Topic: Streaming multicast G.711 RTP audio to Cisco IP phones
Replies: 19
Views: 11531

Re: Streaming multicast G.711 RTP audio to Cisco IP phones

I am also having the same problem.I wanted to do an rtp stream with G711u codec.but whenever I see in Wireshark I see the packets of payloadtype - 96 in rtp packets. Which I think should be 0 for G711u. Can anyone help for streaming rtp packets ith codec G711u. Is it possible to do it on VLC ir is t...

Go to advanced search