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 ?