Page 1 of 1

MPEG-TS streaming to another computer

Posted: 13 Aug 2008 13:48
by kazoo
Hello,

I have a slight problem with my mpeg-ts- streaming.

I have a laptop and a ts- file which I then stream to my workstation.
They are connected ok, and I use another software to analyze the stream.

However when I analyze the stream it seems like the program association table (PAT and PMT etc.) have disapeared along the way?
So does the software modify the stream, because the output differs from the original stream?

Sincerely,

Re: MPEG-TS streaming to another computer

Posted: 14 Aug 2008 15:42
by hihi
yes, it mux it using TS specs

to define transportstream ID:
setup Channelname option sout-ts-tsid=4
to define Network ID:
setup Channelname option sout-ts-netid=511
to define the different PMT's:
setup Channelname option sout-ts-program-pmt="100,200,300,400"
to define the PID's for each PMT:
setup Channelname option sout-ts-muxpmt="110,120,,210,220,,310,320,,410,420"
to define the SDT for each program:
setup Channelname option sout-ts-sdtdesc="company,file1,company,file2,company,udp1,company,udp2"