VLC H263 support

*nix specific usage questions
erotavlas_turbo
Blank Cone
Blank Cone
Posts: 75
Joined: 26 Nov 2009 10:52

VLC H263 support

Postby erotavlas_turbo » 03 Feb 2010 09:47

Hi,

Can VLC transcode with H263 codec? With the following command VLC create SDP file with H263p parameters. Why?

Code: Select all

vlc /home/tore/Scrivania/temp/prova.jpg --fake-duration 3600000 --sout '#transcode{vcodec=H263,vb=500,width=352,height=288,acodec=none}:duplicate{dst=rtp{dst=10.36.1.16,port-audio=16856,port-video=14372,sdp=file:///home/tore/Scrivania/temp/file.sdp}}'
file.sdp

Code: Select all

v=0 o=- 14921468247592974083 14921468247592974083 IN IP4 tore-desktop s=Unnamed i=N/A c=IN IP4 10.36.1.16 t=0 0 a=tool:vlc 1.0.2 a=recvonly a=type:broadcast a=charset:UTF-8 [b]m=video 14372 RTP/AVP 96 b=AS:500 b=RR:0 a=rtpmap:96 H263-1998/90000[/b]

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

Re: VLC H263 support

Postby erotavlas_turbo » 03 Feb 2010 12:09

Can VLC set payload type different from 96 (dynamic)? H263 requires 34 payload type...

ILEoo
Developer
Developer
Posts: 91
Joined: 05 Nov 2008 16:29

Re: VLC H263 support

Postby ILEoo » 03 Feb 2010 12:54

Hi,

Dynamic payload-type is valid for h263 rtp-streaming

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

Re: VLC H263 support

Postby erotavlas_turbo » 03 Feb 2010 13:15

yes, I would like to send H263 stream. If I select vcodec=H263, VLC will create SDP file with these parameters

Code: Select all

m=video 14372 RTP/AVP 96 a=rtpmap:96 H263-1998/90000
H263 codec requires RTP/AVP 34 payload type. So how can I set payload type?

Thank you

ILEoo
Developer
Developer
Posts: 91
Joined: 05 Nov 2008 16:29

Re: VLC H263 support

Postby ILEoo » 03 Feb 2010 14:17

Hi again,

Could you tell the RFC and section which you're referring when you claim that h263 _must_ use static payload type instead of dynamic payload type?

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

Re: VLC H263 support

Postby erotavlas_turbo » 03 Feb 2010 15:14

Can you find it here http://en.wikipedia.org/wiki/RTP_audio_video_profile

Seem that VLC can only sets payload type dynamic 96...

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

Re: VLC H263 support

Postby Rémi Denis-Courmont » 03 Feb 2010 18:00

VLC uses the H263-1998 payload format which does not have a static payload type number assigned.

Payload type 34 is for the plain "H263" payload format (i.e. H.263 1996 edition), which is incompatible.
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: VLC H263 support

Postby erotavlas_turbo » 04 Feb 2010 09:20

Ok. So VLC is only compatible with h263p and h264. Thank


Return to “VLC media player for Linux and friends Troubleshooting”

Who is online

Users browsing this forum: No registered users and 8 guests