Hello,
I want to send stream video from a PC with dvbstream to another PC with vlc,
first I try to save the stream in a file:
dvbs tream -c 1 -f 818000 -s 22000 VideoPID AudioPID 0 -ps -o > file.ps
but I know that I need PMTPid, then I use decode_pat and decode_pmt to do this,
first I do this to save all the stream:
dvbstream -c 1 -f 818000 -s 22000 8192 -o > file.ts
then I run decode_pat "decode_pat file.ts > file.pat" and I obtain this:
later I run decode_pmt "decode_pmt /home/file.ts 490 100 > file.pmt" and I obtain this:
With this data which parameters I should use to send videoPID 101 (The program that I want) to the client with dvbstream? which is the PMTPid that I need?
(first I want to probe to save to a file and then play the file with vlc)
Thanks,
|