Hi,
Is it possible to receive two channels from one transport stream (1 tuner) simultaneously? For example, BBC World News (sid 8204) and Euronews (sid 8211) from Hotbird. I succesfully receiving only one channel: I open 2 demultiplexors (for audio and video pids) and then do 2 system calls
ioctl(dmxfd, DMX_SET_PES_FILTER, &pesfilter)
It works. But when I am trying to open demultiplexors for second channel (Euronews), I get error in this system call: Invalid argument.
Or may be it is possible to get the whole transport stream from transponder?