syntax using es module
Posted: 30 Jul 2011 13:24
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
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