Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[linux-dvb] Re: New CARD (TT Budget) [solved]



Karsten Kreyenburg wrote:
It also works fine on 2.4.26 using dvbstream and replex:
dvbstream -ps -f 530000 -o 4161 4162 > dvbstream.psraw
replex -k -i PS -t MPEG2 -o dvbstream.mpg dvbstream.psraw

The final stream can also be played on a Kiss DVD-Player.
There is need to use the "-ps" option in dvbstream. The original transport stream can be read by replex, and most Linux MPEG players can now play transport streams as well (e.g. mplayer, xine etc). Maybe your Kiss DVD player can.

So:

dvbstream -f 530000 -o 4161 4162 > dvbstream.ts

followed by:

mplayer dvbstream.ts
or
xine dvbstream.ts
or
replex -k -t MPEG2 -v 4161 -a 4162 -o dvbstream.mpg dvbstream.ts

The advantage of saving the original transport stream is that you can include multiple audio PIDs and teletext/subtitle PIDs in the recording.


Dave.




Home | Main Index | Thread Index