G.711 RTP payload for Stream Input

Feature requests for VLC.
mau2000.sim
Blank Cone
Blank Cone
Posts: 15
Joined: 03 Dec 2007 22:07

G.711 RTP payload for Stream Input

Postby mau2000.sim » 04 Dec 2007 23:14

Hi,

I've read that VLC 0.9.0 introduces, as new feature, G.711 (both alaw and ulaw) and other audio codecs as new RTP payload formats supported for Stream output.
Is it possible to extend this functionality also to stream input ? In this way it will be also possible to play G.711 Audio directly transported by RTP streams.
If there is any ongoing project or anybody who is working on that, please let me know because I'm very interested in this application and I'm available to collaborate in the developing, also for adding other codecs (G723, G729, G726 ,.....) to RTP stream input.

Best Regards
Mau.

mau2000.sim
Blank Cone
Blank Cone
Posts: 15
Joined: 03 Dec 2007 22:07

New feature added: G.711 RTP payload for Stream Input

Postby mau2000.sim » 03 Jan 2008 18:09

Hi to all,
I've modified VLC sources to add PCMU and PCMA as new demux modules. In this way it's possible to play RTP streams with G.711, both alaw and ulaw.
I'd like to commit my modifications to VLC repository but I don't have the rights.

Can anybody tell me what procedure I've to follow to commit my modifications ?

thanks

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37523
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Re: G.711 RTP payload for Stream Input

Postby Jean-Baptiste Kempf » 03 Jan 2008 23:58

Yes, please send a patch to vlc-devel@ or post it here, or mail it to me.
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.

mau2000.sim
Blank Cone
Blank Cone
Posts: 15
Joined: 03 Dec 2007 22:07

Re: G.711 RTP payload for Stream Input

Postby mau2000.sim » 04 Jan 2008 10:34

I've sent the patch to vlc-devel@.
Please let me know if it can be commited to svn repository.

I will probably need also to do the same feature for other audio codecs (G.726, G.729, ....). Is it necessary to open a ticket or is it enough to post the patch to vlc-devel@ ?

bye

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37523
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Re: G.711 RTP payload for Stream Input

Postby Jean-Baptiste Kempf » 04 Jan 2008 10:41

No, the patch plus reading the answers on the ml is enough.
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.

Wessels
New Cone
New Cone
Posts: 5
Joined: 27 Jul 2007 09:32

Re: G.711 RTP payload for Stream Input

Postby Wessels » 24 Apr 2008 16:34

I can't determine if the G.711 input streaming patch is included in the latest trunk.

Do you know if its included mau2000.sim?

keanu13
New Cone
New Cone
Posts: 1
Joined: 06 May 2008 11:16

Re: G.711 RTP payload for Stream Input

Postby keanu13 » 14 May 2008 11:57

May be somebody can look at http://www.ipsupermarket.com to find G.711 codec other functionality

diem
New Cone
New Cone
Posts: 1
Joined: 23 May 2008 09:15

Re: G.711 RTP payload for Stream Input

Postby diem » 23 May 2008 09:24

Hello everyone!
does anyone know/have any new information regarding this issue?
When this feature will be available?
Best regards,
Bogdan

mau2000.sim
Blank Cone
Blank Cone
Posts: 15
Joined: 03 Dec 2007 22:07

Re: G.711 RTP payload for Stream Input

Postby mau2000.sim » 24 May 2008 17:51

This feature is at the moment available only as source patch (I sent it by email to vlc-devel@videolan.org on 13 May), so you need to download latest VLC sources from git, apply the patch and recompile.

(I hope it can be merged soon in the trunk and included in next 0.9.0 version ......)

Mau.

Baf
New Cone
New Cone
Posts: 4
Joined: 26 May 2008 14:01

Re: G.711 RTP payload for Stream Input

Postby Baf » 30 May 2008 16:49

Hello

Where can I find this patch?
And how can I install this patch ? (I don't know how compile a program: s)
Does it exist a tutorial available to help me do that?
Thank you for your help


Excuse me for my bad english but I'm french !

VLC_help
Mega Cone Master
Mega Cone Master
Posts: 25661
Joined: 13 Sep 2006 14:16

Re: G.711 RTP payload for Stream Input

Postby VLC_help » 31 May 2008 16:18

If you don't know how to compile VLC, then applying a patch might be a too difficult. But if you want some challenge, you can try.

http://wiki.videolan.org/Compile
guides for compile. And you can find the patch from mailing list archive.
http://mailman.videolan.org/pipermail/v ... hread.html

Suba
New Cone
New Cone
Posts: 1
Joined: 25 Jun 2008 16:34

Re: G.711 RTP payload for Stream Input

Postby Suba » 25 Jun 2008 19:18

Hi everyone,

The vlc Features list talks about g.711 audio decoding support. Does it mean that the latest version 0.8.6h for Windows has the support for g.711 RTP stream decoding? But I am not able to play a g.711 RTP stream. I know the incoming stream is alright as it is played by other players like QT.

TIA
Suba.

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37523
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Re: G.711 RTP payload for Stream Input

Postby Jean-Baptiste Kempf » 25 Jun 2008 21:24

test development versions.
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.

hackeron
Blank Cone
Blank Cone
Posts: 24
Joined: 18 Jul 2008 13:30

Re: G.711 RTP payload for Stream Input

Postby hackeron » 22 Jul 2008 03:58

Any update on G.726?

VLC_help
Mega Cone Master
Mega Cone Master
Posts: 25661
Joined: 13 Sep 2006 14:16

Re: G.711 RTP payload for Stream Input

Postby VLC_help » 22 Jul 2008 17:36

Easiest way is to test nightlies. Nothing new in mailing list or in release info.
http://nightlies.videolan.org/

hackeron
Blank Cone
Blank Cone
Posts: 24
Joined: 18 Jul 2008 13:30

Re: G.711 RTP payload for Stream Input

Postby hackeron » 22 Jul 2008 21:55

Easiest way is to test nightlies. Nothing new in mailing list or in release info.
http://nightlies.videolan.org/
I am using nightlies -- no luck :(

minataur
Blank Cone
Blank Cone
Posts: 19
Joined: 20 Feb 2009 11:53

Re: G.711 RTP payload for Stream Input

Postby minataur » 02 May 2009 07:20

If you don't know how to compile VLC, then applying a patch might be a too difficult. But if you want some challenge, you can try.

http://wiki.videolan.org/Compile
guides for compile. And you can find the patch from mailing list archive.
http://mailman.videolan.org/pipermail/v ... hread.html

i downloaded the patch from above mentioned link, but how should i compile it???
Shld i just paste it into the directory and type ./configure? or do i have to do something else??

i know how to compile with enabling the things we want, but how to add an attachment, is something i don't know.
Pls help

VLC_help
Mega Cone Master
Mega Cone Master
Posts: 25661
Joined: 13 Sep 2006 14:16

Re: G.711 RTP payload for Stream Input

Postby VLC_help » 02 May 2009 14:31

If you want to apply git patch, then git am or git apply

hackeron
Blank Cone
Blank Cone
Posts: 24
Joined: 18 Jul 2008 13:30

Re: G.711 RTP payload for Stream Input

Postby hackeron » 02 May 2009 23:48

Does anyone have a direct link to the patch?


Return to “VLC media player Feature Requests”

Who is online

Users browsing this forum: Bing [Bot] and 10 guests