Re: Record a transport stream with an USB2 tv card
Nico Sabbi <[email protected]>
| Newsgroups | gmane.comp.video.mplayer.user.dvb |
|---|---|
| Message-ID | <[email protected]> |
Abdou NIANG wrote: >Hi Nico >I've done some changes in the dvb_default.h and now when i use the command > >#dvbstream -f 490000 601 600 611 610 > test.ts > >i got a good test.ts file and i can extract the video and audio pid using ts2ps > >#cat test.ts | ts2ps 600 601 > BBC1.pes > > >#cat test.ts | ts2ps 610 611 > BBC2.pes > >the 2 .pes files is readable into mplayer or kaffeine > >but when i use the command > >#dvbstream -f 490000 -o 8192 > test.ts > >my test.ts file isn't empty but it can't be read by mplayer or kaffeine. I think that the firmware of the Nova-t-USB2 doesn't permit me to dump the entire transport stream > >i intend to make a script doing: > >==>scandvb (package dvb-apps) to have a channels.conf file with the audio and video pids >==>get all the pid and use the command : dvbstream -f 490000 -o pid1 pid2 ... > test.ts > >i will tell you the results > >thank you > > I guess you just forgot to add -bw 8 to dvbstream. Please, don't top post