[mythtv] [mythtv-commits] Ticket #2579: Make libavformat recognize OpenCable video streams in MPEG-TS files

Daniel Kristjansson danielk at cuymedia.net
Sun Oct 15 23:05:00 UTC 2006


On Sun, 2006-10-15 at 17:06 +0000, MythTV wrote:
> #2579: Make libavformat recognize OpenCable video streams in MPEG-TS files
> ------------------------------+---------------------------------------------
>  Reporter:  funaho at jurai.org  |        Owner:  danielk
>      Type:  patch             |       Status:  new    
>  Priority:  minor             |    Milestone:  0.21   
> Component:  mythtv            |      Version:  head   
>  Severity:  medium            |   Resolution:         
> ------------------------------+---------------------------------------------
> Comment (by stuarta):
> 
>  This is interesting, since the underlying problem with #2556 is that
>  the broadcaster is sending out a PMT with streams that myth recognizes
>  as opencable video.
> 
>  If the opencable video stream identifier is actually 0x80 and not 0x128
>  then this solves two problems in one go.

Stuart A, OpenCable(R) video is definitely 0x80 and not 0x128. It's
also listed in mpegtables.h along with all the other PMT StreamID's
I know about.

But, I don't think 0x128 is actually a valid stream id, you are
probably seeing this as a result of broken VERBOSE formatting.
In that case 128 == 0x80, and the problem is not solved yet.
We do store the SI table type when we scan for channels, so we
could ignore the OpenCable(R) stream id's whenever "dvb" is the
SI type...

-- Daniel



More information about the mythtv-dev mailing list