RTP compatibility: VLC & Asterisk

This forum is about all development around libVLC.
erotavlas_turbo
Blank Cone
Blank Cone
Posts: 75
Joined: 26 Nov 2009 10:52

RTP compatibility: VLC & Asterisk

Postby erotavlas_turbo » 29 Jan 2010 12:53

Hi,

I don't know if this is the good section of the forum. I use the following command to stream audio/video from VLC to Asterisk

Code: Select all

vlc Asterisk_logo.jpg --fake-duration 20000 --sout '#transcode{vcodec=H263,vb=800,width=352,height=288}:duplicate{dst=rtp{dst=10.36.1.6, port-audio=15004, port-video=19146}}'
In Asterisk side I get the following notice and I can't hear see the stream.

rtp.c:1790 ast_rtp_read: Unknown RTP codec 96 received from IP

Where could be the incompatibility?

Thank

Rémi Denis-Courmont
Developer
Developer
Posts: 15280
Joined: 07 Jun 2004 16:01
VLC version: master
Operating System: Linux
Contact:

Re: RTP compatibility: VLC & Asterisk

Postby Rémi Denis-Courmont » 30 Jan 2010 10:16

Asterisk can't know what payload number 96 means unless you provide a correct SDP. You'd have the exact same problem from VLC to VLC.
Rémi Denis-Courmont
https://www.remlab.net/
Private messages soliciting support will be systematically discarded

erotavlas_turbo
Blank Cone
Blank Cone
Posts: 75
Joined: 26 Nov 2009 10:52

Re: RTP compatibility: VLC & Asterisk

Postby erotavlas_turbo » 30 Jan 2010 17:19

Thank you now all work.

erotavlas_turbo
Blank Cone
Blank Cone
Posts: 75
Joined: 26 Nov 2009 10:52

Re: RTP compatibility: VLC & Asterisk

Postby erotavlas_turbo » 24 Feb 2010 18:31

Hi,

I have the following problem. Vlc sends rtp streaming to asterisk it resends the streaming to a softphones connected in a conference. If the bitrate parameter vb is too low the received video is corrupted. If there is only one member/softphone, a value of vb = 200 kbits is sufficient. As the number of member grows, the value of vb necessary to see a correct image grows.
Where could be the problem?

Thank you


Return to “Development around libVLC”

Who is online

Users browsing this forum: No registered users and 33 guests