I want to stream some content from my DVB-T card, transcoding it previously to either MPEG and/or OGG (vorbis&theora).
When I play the content locally in the computer where I have my DVB-T card installed, I can watch and hear everything properly, although I receive several warnings (I've attached them in the next lines)
Code: Select all
#Only 1 example of each warning is displayed, even though I get many more
[00000290] main demuxer warning: no access_demux module matched "dvb"
[00000291] dvb access warning: CAMInit: opening CAM device failed (No such file or directory)
[00000291] dvb access warning: unimplemented query in control
libdvbpsi error (PSI decoder): TS discontinuity (received 5, expected 0) for PID 0
libdvbpsi error (PSI decoder): TS discontinuity (received 12, expected 0) for PID 18
libdvbpsi error (PSI decoder): TS discontinuity (received 8, expected 0) for PID 592
[00000294] ts demuxer warning: first packet for pid=547 cc=0xc
libdvbpsi error (PSI decoder): TS discontinuity (received 10, expected 0) for PID 560
[00000294] ts demuxer warning: pmt error: pid=557 already defined
[00000294] ts demuxer warning: first packet for pid=561 cc=0xf
[00000346] main private warning: dts != current_pts (223310)
[00000346] main private warning: vout synchro warning: pts != current_date (-40000)
[00000342] main audio output warning: PTS is out of range (680921), dropping buffer
[00000342] main audio output warning: output date isn't PTS date, requesting resampling (52592)
[00000343] main video output warning: late picture skipped (46967)
Code: Select all
[00000308] [Media: DVB] main demuxer warning: no access_demux module matched "dvb"
[00000309] [Media: DVB] dvb access warning: CAMInit: opening CAM device failed (No such file or directory)
[00000309] [Media: DVB] dvb access warning: unimplemented query in control
libdvbpsi error (PSI decoder): TS discontinuity (received 15, expected 0) for PID 18
libdvbpsi error (PSI decoder): TS discontinuity (received 7, expected 0) for PID 0
libdvbpsi error (PSI decoder): TS discontinuity (received 12, expected 0) for PID 592
[00000312] [Media: DVB] ts demuxer warning: skipping program (not selected)
libdvbpsi error (PSI decoder): TS discontinuity (received 14, expected 0) for PID 544
[00000296] [Media: DVB] main input warning: clock gap, unexpected stream discontinuity
Is it possible that a VIA integrated graphic card is not powerful enough to transocode the content?
Any help will be really apreciated.