Re: HDTV: demux_ts vs lavf
Carl Eugen Hoyos <[email protected]> Thu, 19 Oct 2006 11:00:41 +0000 (UTC)
| Newsgroups | gmane.comp.video.mplayer.user.dvb |
|---|---|
| Message-ID | <[email protected]> |
Nico Sabbi <nsabbi <at> email.it> writes: > >>I tested Euro1080 HD5, an MPEG2 HDTV test program, using these commands: > >> > >>1) mplayer dvb://HD5 > >>2) mplayer dvb://HD5 -cache 1000000 > >>3) mplayer dvb://HD5 -dumpstream & > >> mplayer stream.dump > >>4) mplayer dvb://HD5 -demuxer lavf > >>5) mplayer dvb://HD5 -demuxer lavf -cache 5000 > > > >6) czap -a 1 -c wien2.zap -r "Euro1080 HD5(Euro1080)" & > > mplayer - </dev/dvb/adapter1/dvr0 > > > >Works without errors and without artefacts. > >Is it possible that the problem does not lie in demux_ts but in the code > >that feeds data to demux_ts? > > > >Regards, Carl Eugen > > > if stream_dvb complains yes, but it's very unlikely. Does -cache 4096 > improve playback? No (I just tried), but that would have surprised me, since -cache 1000000 didn't help. No complains from stream_dvb, only one thing that might be interesting: I changed the debug-level to output size of dvb_streaming_read, and it is constant at 2048 for 1), but changes to lower values sometimes (once every frame?) for -dumpstream. You can't read anything out of the -dumpvideo file I sent? Thanks for your help, Carl Eugen