Set permanent TSID

About encoding, codec settings, muxers and filter usage
peterhristov
New Cone
New Cone
Posts: 4
Joined: 17 Dec 2018 21:05

Set permanent TSID

Postby peterhristov » 03 Apr 2019 10:13

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 ?

unidan
Developer
Developer
Posts: 1493
Joined: 25 Mar 2018 01:00

Re: Set permanent TSID

Postby unidan » 03 Apr 2019 11:15

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.

peterhristov
New Cone
New Cone
Posts: 4
Joined: 17 Dec 2018 21:05

Re: Set permanent TSID

Postby peterhristov » 03 Apr 2019 11:30

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!


Return to “VLC stream-output (sout)”

Who is online

Users browsing this forum: No registered users and 32 guests