Disabling sprop-parameter-sets options

About encoding, codec settings, muxers and filter usage
Moriquendi
Blank Cone
Blank Cone
Posts: 74
Joined: 31 May 2011 16:22

Disabling sprop-parameter-sets options

Postby Moriquendi » 04 Aug 2011 14:44

Hi,

I am trying to transcode a live stream's video into h264 format. On the receiver side, I have a SIP telephony that can only handle baseline profiles and sps isnt supported. When I try to transcode the stream using;

Code: Select all

:sout=#transcode{vcodec=h264,width=128,height=96,vb=400,venc=x264{profile=baseline,level=3.0}}:duplicate{dst=rtp{dst=...
and the wireshark logs tells me;

Code: Select all

fmtp:96 packetization-mode=1;profile-level-id=42c01e;sprop-parameter-sets=Z0LAHtkBYJbARAAUWFQExLQCPFi5IA==,aMuMsg==;
So, I want to make sure that the transcoded fmtp looks something like;

Code: Select all

fmtp:96 packetization-mode=1;profile-level-id=42c01e;
Is there a way to disable these parameters from command line or do I need to dig into the code?

Thanks,

Return to “VLC stream-output (sout)”

Who is online

Users browsing this forum: No registered users and 10 guests