[mythtvnz] HVR4000 and DVB-S/DVB-T

Craig Whitmore lennon at orcon.net.nz
Sat Feb 9 03:54:50 GMT 2008


> Great work Craig.
>
> The audio is HE-AAC. I've got it working in mplayer now, need to look at
> MythTV patches.
>

Checking the sources they define..

#define STREAM_TYPE_VIDEO_MPEG1     0x01
#define STREAM_TYPE_VIDEO_MPEG2     0x02
#define STREAM_TYPE_AUDIO_MPEG1     0x03
#define STREAM_TYPE_AUDIO_MPEG2     0x04
#define STREAM_TYPE_PRIVATE_SECTION 0x05
#define STREAM_TYPE_PRIVATE_DATA    0x06
#define STREAM_TYPE_AUDIO_AAC       0x0f
#define STREAM_TYPE_VIDEO_MPEG4     0x10
#define STREAM_TYPE_VIDEO_H264      0x1b

>From your post a while back about the stuff added to mplayer..

1. H.264 video stream detection - type 0x1b
2. ADTS Audio streams - usually AAC Audio - type 0x0f
3. LATM Transport stream - usually AAC Audio - type 0x11
4. MHEG data stream - type 0x07
5. DSM-CC data stream - here in NZ used for MHEG data - type 0x0b


So number 3 for Audio is missing LATM + Whatever else is needed for this. 
This is what the Sony Demos are running with?

Thanks




More information about the mythtvnz mailing list