Udpsrc and tee together doesn't work

Tim Müller tim at centricular.com
Fri Jun 5 08:23:32 PDT 2015


On Fri, 2015-06-05 at 16:05 +0200, Cynthia SERBER wrote:

Hi Cynthia,

> I try to link udpsrc to tee and it's doesn't  work at all.
> 
> My command line for doing this job :
> 
> gst-launch-1.0 udpsrc port=1234 ! tee name=t ! tsdemux
> program-number=1 ! decodebin ! xvimagesink sync=false t. ! tsdemux
> program-number=2 ! decodebin ! xvimagesink sync =false
> 
> 
> The two players open but it's the same stream which playing.

It sounds like the real problem is that the program-number selection
doesn't work?

Does it work if you do

  udpsrc ! filesink location=foo.ts

and then

  filesrc location=foo.ts ! tee ....

?

Cheers
 -Tim

-- 
Tim Müller, Centricular Ltd - http://www.centricular.com



More information about the gstreamer-devel mailing list