[mythtv] State of Firewire

Bryan Mayland bmayland+mythtv at capnbry.net
Wed Jun 24 14:03:30 UTC 2009


Mitch Gore wrote:
> ­Well I applyed the patch and compiled mythtv.  Good new, it compiled, 
> bad news, not any difference in functionality.
Doh!  I'm not sure.  You're going to have to dig into the packets to 
figure out why myth doesn't like them.  My log looks something like this 
where yours ends
2009-06-24 09:52:25.516 LFireDev(0050940012345678): Buffered packets 
2000 (8000KB)
2009-06-24 09:52:25.516 LFireDev(0050940012345678): Starting A/V 
streaming -- really
2009-06-24 09:52:25.523 LFireDev(0050940012345678): Starting A/V 
streaming -- done
2009-06-24 09:52:25.523 LFireDev(0050940012345678), Error: Dropped 
100663296 TSpackets
2009-06-24 09:52:25.555 Video SID seen in PID 144
2009-06-24 09:52:25.586 Video SID seen in PID 144
2009-06-24 09:52:25.618 Video SID seen in PID 144
2009-06-24 09:52:25.649 AC3A SID seen in PID 145
2009-06-24 09:52:25.649 FireSM(0050940012345678): HandlePAT() got PAT
2009-06-24 09:52:25.649 SM(0050940012345678)::AddFlags: Seen(PAT,) 
Match() Wait()
2009-06-24 09:52:25.649 SM(0050940012345678)::AddFlags: Seen(PAT,) 
Match() Wait()
2009-06-24 09:52:25.649 SM(0050940012345678)::AddFlags: Seen() 
Match(PAT,) Wait()

The difference being mine gets Seen(PAT) and then March(PAT).  Also you 
see the stream detector finding Video and Audio stream identifiers in 
their respective PIDs.  Maybe check with dvbsnoop to see if it can 
detect the stream types.  Run dvbsnoop -s ts -if XXXX | grep PES-stream
        ==> PES-stream: 224 (0xe0)  [= ITU-T Rec. H.262 | ISO/IEC 
13818-2 or ISO/IEC 11172-2 video stream]
        ==> PES-stream: 189 (0xbd)  [= private_stream_1]
        ==> PES-stream: 224 (0xe0)  [= ITU-T Rec. H.262 | ISO/IEC 
13818-2 or ISO/IEC 11172-2 video stream]
        ==> PES-stream: 189 (0xbd)  [= private_stream_1]
        ==> PES-stream: 189 (0xbd)  [= private_stream_1]
        ==> PES-stream: 189 (0xbd)  [= private_stream_1]
        ==> PES-stream: 189 (0xbd)  [= private_stream_1]
        ==> PES-stream: 189 (0xbd)  [= private_stream_1]
        ==> PES-stream: 224 (0xe0)  [= ITU-T Rec. H.262 | ISO/IEC 
13818-2 or ISO/IEC 11172-2 video stream]



More information about the mythtv-dev mailing list