Page 1 of 1

syntax using es module

Posted: 30 Jul 2011 13:24
by Hardthof
Hi everybody,

im trying to make the --sout '#es{}' option working with 2 different rtp streams, but i cant figure out the right syntax.

I adopted from the streaming howto where duplicate is used this way:
--sout '#duplicate{dst=display,dst="transcode{vcodec=mp4v,acodec=mpga,vb=800,ab=128,deinterlace}:rtp{mux=ts,dst=239.255.12.42,sdp=sap,name="TestStream"}"}'

so i tried ''#es{dst-video="rtp{...}",dst-audio="transcode{...}:rtp{...}"}'; but the syntax i used is not correct, so whats the right syntax?

Greetings Hardt

Re: syntax using es module

Posted: 08 Aug 2011 10:44
by Hardthof
Bump

Anyone able to use #es in combination with rtp?