2023-12-21, 10:22 PM
So after messing about a little more and reading the ffmpeg docs a little it looks like the 'pids=all' doesn't work, at least on my system.
I couldn't find the correct info for BBC Lon HD but I did manage to find it for ITV HD (the information on the SatIP website is out of date).
Here's a link to the mux file from that channel https://drive.google.com/file/d/1rDtwCJo...drive_link
This is the command that I used to obtain it:
Does this help?
I couldn't find the correct info for BBC Lon HD but I did manage to find it for ITV HD (the information on the SatIP website is out of date).
Here's a link to the mux file from that channel https://drive.google.com/file/d/1rDtwCJo...drive_link
This is the command that I used to obtain it:
Quote:ffmpeg -rtsp_flags satip_raw -i "satip://192.168.0.199:554/?src=1&freq=11097&sr=23000&pol=v&fec=34&msys=dvbs2&mtype=8psk&ro=0.35&plts=on&pids=0,17,18,258,2305,2307" -map 0 -c copy -f data -y fullmuxITV.ts
Does this help?