Page 1 of 1

Set permanent TSID

Posted: 03 Apr 2019 10:13
by peterhristov
Hello,
My provider wants from to set a permanent TSID (according to the monitoring it says "Transport stream ID") on the stream. It has to be 23385

Im using the following command:

vlc -v mp4/*.mp4 --no-drop-late-frames --no-skip-frames --sout='#transcode{acodec=mpga,ab=128,vcodec=h264,vb=4000,venc=x264{preset=ultrafast,tune=zerolatency,keyint=30,bframes=0,ref=1,level=30,profile=baseline,hrd=cbr,crf=20,ratetol=1.0,lookahead=0}}:standard{access=http{mime="video/MP2T"},mux=ts{},dst=:8181/video.mp4}' --sout-keep --sout-all --sout-ts-tsid=23385 --sout-ts-es-id-pid --loop --random --file-caching=1000 --live-caching=1000 --disc-caching=1000 --network-caching=1000 --intf http --http-host xxx.xxx.xx.xxx --http-port 9090 --http-password xxxxxx

I tried to set it with mux=ts{tsid=23385} even, but nothing works. I Tried many other things with network id, video pid and nothing ... what am i doing wrong here ?

Re: Set permanent TSID

Posted: 03 Apr 2019 11:15
by unidan
Hi, I don't know about ts and how it works, but according to the code, mux=ts{tsid=23385} should be the way to go.

Re: Set permanent TSID

Posted: 03 Apr 2019 11:30
by peterhristov
Thank you for your reply. I already tried that one. No difference, every time i restart the VLC its with different TSID.

Anything else i can try ?

Thank you in advance!