mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-26 23:13:16 +02:00
Compare commits
15 Commits
v1.0.0-mpx
...
v1.0.1-mpx
Author | SHA1 | Date | |
---|---|---|---|
|
0040c0d0af | ||
|
a513b0bf38 | ||
|
cdbe044627 | ||
|
b5820fadde | ||
|
8886015bac | ||
|
dfeace50a5 | ||
|
7c919eaf32 | ||
|
71c9c9d8e3 | ||
|
97f7c230e3 | ||
|
28aa5147c6 | ||
|
cccd010efb | ||
|
161feb4cf4 | ||
|
8218368064 | ||
|
4b716df43c | ||
|
464838fd24 |
51
ChangeLog
51
ChangeLog
@@ -1,3 +1,54 @@
|
|||||||
|
2017-11-06 Thilo Graf <dbt@novatux.de>
|
||||||
|
|
||||||
|
Merge branch 'master' of https://github.com/TangoCash/libstb-hal-cst-next.git into mpx
|
||||||
|
update version 1.0.1
|
||||||
|
|
||||||
|
Conflicts:
|
||||||
|
include/hardware_caps.h
|
||||||
|
libarmbox/hardware_caps.c
|
||||||
|
libduckbox/hardware_caps.c
|
||||||
|
libspark/hardware_caps.c
|
||||||
|
|
||||||
|
2017-11-06 max_10 <max_10@gmx.de>
|
||||||
|
|
||||||
|
ci: armbox fix cpu load
|
||||||
|
|
||||||
|
2017-11-05 TangoCash <eric@loxat.de>
|
||||||
|
|
||||||
|
fix compile #2
|
||||||
|
|
||||||
|
fix compile
|
||||||
|
|
||||||
|
2017-11-05 max_10 <max_10@gmx.de>
|
||||||
|
|
||||||
|
armbox: add dvbci (thx DboxOldie)
|
||||||
|
|
||||||
|
2017-11-05 TangoCash <eric@loxat.de>
|
||||||
|
|
||||||
|
armbox: tryfix cec
|
||||||
|
|
||||||
|
Merge branch 'master' of github.com:Duckbox-Developers/libstb-hal-cst-next
|
||||||
|
|
||||||
|
ci: let stbhal handle close
|
||||||
|
|
||||||
|
2017-11-04 TangoCash <eric@loxat.de>
|
||||||
|
|
||||||
|
gstreamer playback, cleanup, fix real pid handling
|
||||||
|
|
||||||
|
2017-11-03 TangoCash <eric@loxat.de>
|
||||||
|
|
||||||
|
gstreamer playback, avoid segfault
|
||||||
|
|
||||||
|
gstreamer playback, fix possible segfault #2
|
||||||
|
|
||||||
|
gstreamer playback, fix possible segfault
|
||||||
|
|
||||||
|
update generic gstreamer
|
||||||
|
|
||||||
|
Merge branch 'master' of github.com:Duckbox-Developers/libstb-hal-cst-next
|
||||||
|
|
||||||
|
align
|
||||||
|
|
||||||
2017-11-02 Thilo Graf <dbt@novatux.de>
|
2017-11-02 Thilo Graf <dbt@novatux.de>
|
||||||
|
|
||||||
version 1.0.0-mpx
|
version 1.0.0-mpx
|
||||||
|
@@ -54,7 +54,8 @@ libstb_hal_la_LIBADD += \
|
|||||||
endif
|
endif
|
||||||
if BOXTYPE_ARMBOX
|
if BOXTYPE_ARMBOX
|
||||||
libstb_hal_test_LDADD += -lasound
|
libstb_hal_test_LDADD += -lasound
|
||||||
SUBDIRS += libarmbox
|
SUBDIRS += libarmbox libdvbci
|
||||||
libstb_hal_la_LIBADD += \
|
libstb_hal_la_LIBADD += \
|
||||||
libarmbox/libarmbox.la
|
libarmbox/libarmbox.la \
|
||||||
|
libdvbci/libdvbci.la
|
||||||
endif
|
endif
|
||||||
|
@@ -9,13 +9,24 @@ AM_CXXFLAGS += \
|
|||||||
-I $(top_srcdir)/libdvbci
|
-I $(top_srcdir)/libdvbci
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
if BOXTYPE_ARMBOX
|
||||||
|
AM_CXXFLAGS += \
|
||||||
|
-I $(top_srcdir)/include \
|
||||||
|
-I $(top_srcdir)/libdvbci
|
||||||
|
endif
|
||||||
|
|
||||||
if BOXTYPE_DUCKBOX
|
if BOXTYPE_DUCKBOX
|
||||||
libcommon_la_SOURCES = \
|
libcommon_la_SOURCES = \
|
||||||
ca_ci.cpp
|
ca_ci.cpp
|
||||||
else
|
else
|
||||||
|
if BOXTYPE_ARMBOX
|
||||||
|
libcommon_la_SOURCES = \
|
||||||
|
ca_ci.cpp
|
||||||
|
else
|
||||||
libcommon_la_SOURCES = \
|
libcommon_la_SOURCES = \
|
||||||
ca.cpp
|
ca.cpp
|
||||||
endif
|
endif
|
||||||
|
endif
|
||||||
|
|
||||||
libcommon_la_SOURCES += \
|
libcommon_la_SOURCES += \
|
||||||
lt_debug.cpp \
|
lt_debug.cpp \
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* dummy functions to implement ca_cs.h interface
|
* dummy functions to implement ca_cs.h interface
|
||||||
*/
|
*/
|
||||||
#if HAVE_DUCKBOX_HARDWARE
|
#if HAVE_DUCKBOX_HARDWARE || HAVE_ARM_HARDWARE
|
||||||
#include "ca_ci.h"
|
#include "ca_ci.h"
|
||||||
#else
|
#else
|
||||||
#ifndef __CA_LIBTRIPLE_H_
|
#ifndef __CA_LIBTRIPLE_H_
|
||||||
|
966
common/ca_ci.cpp
966
common/ca_ci.cpp
File diff suppressed because it is too large
Load Diff
@@ -194,8 +194,10 @@ typedef struct
|
|||||||
|
|
||||||
bool ccmgr_ready;
|
bool ccmgr_ready;
|
||||||
|
|
||||||
|
char ci_dev[32];
|
||||||
char name[512];
|
char name[512];
|
||||||
|
|
||||||
|
bool newPids;
|
||||||
bool newCapmt;
|
bool newCapmt;
|
||||||
bool multi;
|
bool multi;
|
||||||
bool recordUse[CI_MAX_MULTI];
|
bool recordUse[CI_MAX_MULTI];
|
||||||
@@ -212,6 +214,8 @@ typedef struct
|
|||||||
CaIdVector cam_caids;
|
CaIdVector cam_caids;
|
||||||
std::priority_queue<queueData> sendqueue;
|
std::priority_queue<queueData> sendqueue;
|
||||||
|
|
||||||
|
std::vector<u16> pids;
|
||||||
|
|
||||||
bSIDVector bsids;
|
bSIDVector bsids;
|
||||||
unsigned char lastKey[32];
|
unsigned char lastKey[32];
|
||||||
unsigned char scrambled;
|
unsigned char scrambled;
|
||||||
@@ -237,6 +241,38 @@ private:
|
|||||||
cCA(void);
|
cCA(void);
|
||||||
/// Private data for the CA module
|
/// Private data for the CA module
|
||||||
CS_CA_PDATA *privateData;
|
CS_CA_PDATA *privateData;
|
||||||
|
/// set inputs with tuner letter in tsmux
|
||||||
|
void setInputs();
|
||||||
|
/// write ci info file to /tmp
|
||||||
|
void write_ci_info(int slot, CaIdVector caids);
|
||||||
|
/// delete ci info file
|
||||||
|
void del_ci_info(int slot);
|
||||||
|
/// extract audio / video pids from capmt
|
||||||
|
void extractPids(eDVBCISlot* slot);
|
||||||
|
/// ci module is detected
|
||||||
|
void ci_inserted(eDVBCISlot* slot);
|
||||||
|
/// ci module is removed
|
||||||
|
void ci_removed(eDVBCISlot* slot);
|
||||||
|
/// decode the tpdu tag
|
||||||
|
void process_tpdu(eDVBCISlot* slot, unsigned char tpdu_tag, __u8* data, int asn_data_length, int con_id);
|
||||||
|
/// set flag of running ci record to false
|
||||||
|
bool StopRecordCI( u64 TP, u16 SID, u8 source, u32 calen);
|
||||||
|
/// set flag of running ci live-tv to false
|
||||||
|
bool StopLiveCI( u64 TP, u16 SID, u8 source, u32 calen);
|
||||||
|
/// find an unused ci slot for use with service
|
||||||
|
SlotIt FindFreeSlot(u64 tpid, u8 source, u16 sid, ca_map_t camap, u8 scrambled);
|
||||||
|
/// get slot iterator by slot number
|
||||||
|
SlotIt GetSlot(unsigned int slot);
|
||||||
|
/// send buffered capmt to ci modul
|
||||||
|
bool SendCaPMT(eDVBCISlot* slot);
|
||||||
|
/// send a dummy capmt to ci for deactivating
|
||||||
|
bool SendNullPMT(eDVBCISlot* slot);
|
||||||
|
/// set ci source
|
||||||
|
void setSource(eDVBCISlot* slot);
|
||||||
|
/// set demux source
|
||||||
|
void setInputSource(eDVBCISlot* slot, bool ci);
|
||||||
|
/// check if data in queue
|
||||||
|
bool checkQueueSize(eDVBCISlot* slot);
|
||||||
enum CA_INIT_MASK initMask;
|
enum CA_INIT_MASK initMask;
|
||||||
int num_slots;
|
int num_slots;
|
||||||
bool init;
|
bool init;
|
||||||
@@ -246,7 +282,9 @@ private:
|
|||||||
pthread_t slot_thread;
|
pthread_t slot_thread;
|
||||||
|
|
||||||
public:
|
public:
|
||||||
|
/// sh4 unused
|
||||||
bool Init(void);
|
bool Init(void);
|
||||||
|
/// init ci and start the loop
|
||||||
cCA(int Slots);
|
cCA(int Slots);
|
||||||
/// Returns the number of CI slots
|
/// Returns the number of CI slots
|
||||||
uint32_t GetNumberCISlots(void);
|
uint32_t GetNumberCISlots(void);
|
||||||
@@ -260,17 +298,23 @@ public:
|
|||||||
bool SendMessage(const CA_MESSAGE *Msg);
|
bool SendMessage(const CA_MESSAGE *Msg);
|
||||||
/// Sets which modules to initialize. It is only
|
/// Sets which modules to initialize. It is only
|
||||||
/// possible to change this once!
|
/// possible to change this once!
|
||||||
|
/// sh4 unused
|
||||||
void SetInitMask(enum CA_INIT_MASK InitMask);
|
void SetInitMask(enum CA_INIT_MASK InitMask);
|
||||||
/// Sets the frequency (in Hz) of the TS stream input (only valid for CI)
|
/// Sets the frequency (in Hz) of the TS stream input (only valid for CI)
|
||||||
void SetTSClock(u32 /*Speed*/) { return; };
|
/// sh4 unused
|
||||||
|
void SetTSClock(u32 Speed);
|
||||||
/// Start the CA module
|
/// Start the CA module
|
||||||
|
/// sh4 unused
|
||||||
bool Start(void);
|
bool Start(void);
|
||||||
/// Stops the CA module
|
/// Stops the CA module
|
||||||
|
/// sh4 unused
|
||||||
void Stop(void);
|
void Stop(void);
|
||||||
/// Notify that the GUI is ready to receive messages
|
/// Notify that the GUI is ready to receive messages
|
||||||
/// (CA messages coming from a module)
|
/// (CA messages coming from a module)
|
||||||
|
/// sh4 unused
|
||||||
void Ready(bool Set);
|
void Ready(bool Set);
|
||||||
/// Resets a module (if possible)
|
/// Resets a module (if possible)
|
||||||
|
/// sh4 unused
|
||||||
void ModuleReset(enum CA_SLOT_TYPE, uint32_t Slot);
|
void ModuleReset(enum CA_SLOT_TYPE, uint32_t Slot);
|
||||||
/// Checks if a module is present
|
/// Checks if a module is present
|
||||||
bool ModulePresent(enum CA_SLOT_TYPE, uint32_t Slot);
|
bool ModulePresent(enum CA_SLOT_TYPE, uint32_t Slot);
|
||||||
@@ -285,29 +329,20 @@ public:
|
|||||||
/// Notify the module we closed the menu
|
/// Notify the module we closed the menu
|
||||||
void MenuClose(enum CA_SLOT_TYPE, uint32_t Slot);
|
void MenuClose(enum CA_SLOT_TYPE, uint32_t Slot);
|
||||||
/// Get the supported CAIDs
|
/// Get the supported CAIDs
|
||||||
// int GetCAIDS(CaIdVector & /*Caids*/) { return 0; };
|
|
||||||
int GetCAIDS(CaIdVector &Caids);
|
int GetCAIDS(CaIdVector &Caids);
|
||||||
/// Send a CA-PMT object and Raw unparsed PMT to the CA layer
|
/// Send a CA-PMT object and Raw unparsed PMT to the CA layer
|
||||||
bool SendCAPMT(u64 /*Source*/, u8 /*DemuxSource*/, u8 /*DemuxMask*/, const unsigned char * /*CAPMT*/, u32 /*CAPMTLen*/, const unsigned char * /*RawPMT*/, u32 /*RawPMTLen*/, enum CA_SLOT_TYPE SlotType = CA_SLOT_TYPE_ALL,
|
bool SendCAPMT(u64 /*Source*/, u8 /*DemuxSource*/, u8 /*DemuxMask*/, const unsigned char * /*CAPMT*/, u32 /*CAPMTLen*/, const unsigned char * /*RawPMT*/, u32 /*RawPMTLen*/, enum CA_SLOT_TYPE SlotType = CA_SLOT_TYPE_ALL,
|
||||||
unsigned char scrambled = 0, ca_map_t camap = std::set<int>(), int mode = 0, bool enabled = false);
|
unsigned char scrambled = 0, ca_map_t camap = std::set<int>(), int mode = 0, bool enabled = false);
|
||||||
|
/// sh4 unused
|
||||||
bool StopRecordCI( u64 TP, u16 SID, u8 source, u32 calen);
|
|
||||||
bool StopLiveCI( u64 TP, u16 SID, u8 source, u32 calen);
|
|
||||||
SlotIt FindFreeSlot(u64 tpid, u8 source, u16 sid, ca_map_t camap, unsigned char scrambled);
|
|
||||||
SlotIt GetSlot(unsigned int slot);
|
|
||||||
bool SendDateTime(void);
|
bool SendDateTime(void);
|
||||||
bool SendCaPMT(eDVBCISlot* slot);
|
/// the main loop
|
||||||
void slot_pollthread(void *c);
|
void slot_pollthread(void *c);
|
||||||
void setSource(eDVBCISlot* slot);
|
/// check if current channel uses any ci module
|
||||||
bool checkQueueSize(eDVBCISlot* slot);
|
|
||||||
void process_tpdu(eDVBCISlot* slot, unsigned char tpdu_tag, __u8* data, int asn_data_length, int con_id);
|
|
||||||
|
|
||||||
bool checkChannelID(u64 chanID);
|
bool checkChannelID(u64 chanID);
|
||||||
|
/// set checking for live-tv use ci to true
|
||||||
void setCheckLiveSlot(int check);
|
void setCheckLiveSlot(int check);
|
||||||
bool SendNullPMT(eDVBCISlot* slot);
|
/// as the name says
|
||||||
bool CheckCerts(void);
|
bool CheckCerts(void);
|
||||||
void Test(int slot, CaIdVector caids);
|
|
||||||
void DelTest(int slot);
|
|
||||||
/// Virtual destructor
|
/// Virtual destructor
|
||||||
virtual ~cCA();
|
virtual ~cCA();
|
||||||
};
|
};
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
AC_INIT([libstb-hal], [1.0.0])
|
AC_INIT([libstb-hal], [1.0.1])
|
||||||
AM_INIT_AUTOMAKE
|
AM_INIT_AUTOMAKE
|
||||||
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES])
|
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES])
|
||||||
AC_CONFIG_MACRO_DIR([m4])
|
AC_CONFIG_MACRO_DIR([m4])
|
||||||
|
@@ -36,7 +36,9 @@ if ENABLE_GSTREAMER_10
|
|||||||
libgeneric_la_SOURCES += \
|
libgeneric_la_SOURCES += \
|
||||||
playback_gst_10.cpp
|
playback_gst_10.cpp
|
||||||
AM_LDFLAGS += \
|
AM_LDFLAGS += \
|
||||||
-lgstreamer-1.0
|
-lgstreamer-1.0 \
|
||||||
|
-lgsttag-1.0 \
|
||||||
|
-lgstmpegts-1.0
|
||||||
else
|
else
|
||||||
libgeneric_la_SOURCES += \
|
libgeneric_la_SOURCES += \
|
||||||
playback.cpp
|
playback.cpp
|
||||||
|
@@ -131,6 +131,11 @@ void cPlayback::SetTitle(int /*title*/)
|
|||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
uint64_t cPlayback::GetReadCount(void)
|
||||||
|
{
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
|
||||||
cPlayback::cPlayback(int /*num*/)
|
cPlayback::cPlayback(int /*num*/)
|
||||||
{
|
{
|
||||||
printf("%s:%s\n", FILENAME, __func__);
|
printf("%s:%s\n", FILENAME, __func__);
|
||||||
|
@@ -26,7 +26,8 @@
|
|||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
|
||||||
|
|
||||||
typedef enum {
|
typedef enum
|
||||||
|
{
|
||||||
STATE_STOP,
|
STATE_STOP,
|
||||||
STATE_PLAY,
|
STATE_PLAY,
|
||||||
STATE_PAUSE,
|
STATE_PAUSE,
|
||||||
@@ -35,55 +36,67 @@ typedef enum {
|
|||||||
STATE_SLOW
|
STATE_SLOW
|
||||||
} playstate_t;
|
} playstate_t;
|
||||||
|
|
||||||
typedef enum {
|
typedef enum
|
||||||
|
{
|
||||||
PLAYMODE_TS = 0,
|
PLAYMODE_TS = 0,
|
||||||
PLAYMODE_FILE,
|
PLAYMODE_FILE,
|
||||||
} playmode_t;
|
} playmode_t;
|
||||||
|
|
||||||
|
struct AVFormatContext;
|
||||||
|
|
||||||
class cPlayback
|
class cPlayback
|
||||||
{
|
{
|
||||||
private:
|
private:
|
||||||
bool playing;
|
bool playing, first;
|
||||||
|
bool decoders_closed;
|
||||||
|
|
||||||
int mSpeed;
|
int mSpeed;
|
||||||
int mAudioStream;
|
int mAudioStream;
|
||||||
|
int init_jump;
|
||||||
|
|
||||||
public:
|
public:
|
||||||
playstate_t playstate;
|
playstate_t playstate;
|
||||||
|
|
||||||
cPlayback(int);
|
|
||||||
bool Open(playmode_t PlayMode);
|
|
||||||
void Close(void);
|
|
||||||
bool Start(char *filename, int vpid, int vtype, int apid, int ac3, int duration, std::string headers = "");
|
|
||||||
bool Start(std::string filename, std::string headers = "");
|
|
||||||
bool Play(void);
|
|
||||||
bool SyncAV(void);
|
|
||||||
|
|
||||||
bool Stop(void);
|
|
||||||
bool SetAPid(int pid, bool ac3);
|
|
||||||
bool SetSubtitlePid(int pid);
|
|
||||||
bool SetTeletextPid(int pid);
|
|
||||||
|
|
||||||
void trickSeek(int ratio);
|
cPlayback(int);
|
||||||
bool SetSpeed(int speed);
|
bool Open(playmode_t PlayMode);
|
||||||
bool SetSlow(int slow);
|
void Close(void);
|
||||||
bool GetSpeed(int &speed) const;
|
bool Start(char *filename, int vpid, int vtype, int apid, int ac3, int duration, std::string headers = "");
|
||||||
bool GetPosition(int &position, int &duration);
|
bool Start(std::string filename, std::string headers = "");
|
||||||
void GetPts(uint64_t &pts);
|
bool Play(void);
|
||||||
bool SetPosition(int position, bool absolute = false);
|
bool SyncAV(void);
|
||||||
void FindAllPids(int *apids, unsigned int *ac3flags, unsigned int *numpida, std::string *language);
|
|
||||||
void FindAllSubtitlePids(int *pids, unsigned int *numpids, std::string *language);
|
bool Stop(void);
|
||||||
void FindAllTeletextsubtitlePids(int *pids, unsigned int *numpidt, std::string *tlanguage, int *mags, int *pages);
|
bool SetAPid(int pid, bool ac3);
|
||||||
void RequestAbort(void);
|
bool SetSubtitlePid(int pid);
|
||||||
void FindAllSubs(uint16_t *pids, unsigned short *supported, uint16_t *numpida, std::string *language);
|
bool SetTeletextPid(int pid);
|
||||||
bool SelectSubtitles(int pid);
|
|
||||||
uint64_t GetReadCount(void);
|
void trickSeek(int ratio);
|
||||||
void GetChapters(std::vector<int> &positions, std::vector<std::string> &titles);
|
bool SetSpeed(int speed);
|
||||||
void GetMetadata(std::vector<std::string> &keys, std::vector<std::string> &values);
|
bool SetSlow(int slow);
|
||||||
//
|
bool GetSpeed(int &speed) const;
|
||||||
~cPlayback();
|
bool GetPosition(int &position, int &duration);
|
||||||
void getMeta();
|
void GetPts(uint64_t &pts);
|
||||||
|
int GetAPid(void);
|
||||||
|
int GetVPid(void);
|
||||||
|
int GetSubtitlePid(void);
|
||||||
|
bool SetPosition(int position, bool absolute = false);
|
||||||
|
void FindAllPids(int *apids, unsigned int *ac3flags, unsigned int *numpida, std::string *language);
|
||||||
|
void FindAllSubtitlePids(int *pids, unsigned int *numpids, std::string *language);
|
||||||
|
void FindAllTeletextsubtitlePids(int *pids, unsigned int *numpidt, std::string *tlanguage, int *mags, int *pages);
|
||||||
|
void RequestAbort(void);
|
||||||
|
void FindAllSubs(uint16_t *pids, unsigned short *supported, uint16_t *numpida, std::string *language);
|
||||||
|
bool SelectSubtitles(int pid);
|
||||||
|
uint64_t GetReadCount(void);
|
||||||
|
void GetChapters(std::vector<int> &positions, std::vector<std::string> &titles);
|
||||||
|
void GetMetadata(std::vector<std::string> &keys, std::vector<std::string> &values);
|
||||||
|
AVFormatContext *GetAVFormatContext();
|
||||||
|
void ReleaseAVFormatContext();
|
||||||
|
std::string extra_headers;
|
||||||
|
std::string user_agent;
|
||||||
|
|
||||||
|
//
|
||||||
|
~cPlayback();
|
||||||
|
void getMeta();
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
File diff suppressed because it is too large
Load Diff
@@ -36,8 +36,8 @@ typedef struct hw_caps
|
|||||||
display_type_t display_type;
|
display_type_t display_type;
|
||||||
int display_xres; /* x resolution or chars per line */
|
int display_xres; /* x resolution or chars per line */
|
||||||
int display_yres;
|
int display_yres;
|
||||||
int display_can_deepstandby;
|
|
||||||
int display_can_set_brightness;
|
int display_can_set_brightness;
|
||||||
|
int display_can_deepstandby;
|
||||||
char boxvendor[64];
|
char boxvendor[64];
|
||||||
char boxname[64];
|
char boxname[64];
|
||||||
char boxarch[64];
|
char boxarch[64];
|
||||||
|
@@ -40,7 +40,7 @@ inline void cs_api_exit()
|
|||||||
#define cs_free_uncached free
|
#define cs_free_uncached free
|
||||||
|
|
||||||
// Callback function helpers
|
// Callback function helpers
|
||||||
static inline void cs_register_messenger(cs_messenger) { return; };
|
void cs_register_messenger(cs_messenger messenger);
|
||||||
static inline void cs_deregister_messenger(void) { return; };
|
static inline void cs_deregister_messenger(void) { return; };
|
||||||
//cs_messenger cs_get_messenger(void);
|
//cs_messenger cs_get_messenger(void);
|
||||||
|
|
||||||
|
@@ -29,12 +29,11 @@ hw_caps_t *get_hwcaps(void)
|
|||||||
memset(&caps, 0, sizeof(hw_caps_t));
|
memset(&caps, 0, sizeof(hw_caps_t));
|
||||||
|
|
||||||
initialized = 1;
|
initialized = 1;
|
||||||
caps.has_CI = 0;
|
caps.has_CI = 1;
|
||||||
caps.can_cec = 1;
|
caps.can_cec = 1;
|
||||||
caps.can_shutdown = 1;
|
caps.can_shutdown = 1;
|
||||||
caps.display_xres = 16;
|
caps.display_xres = 16;
|
||||||
caps.display_type = HW_DISPLAY_LINE_TEXT;
|
caps.display_type = HW_DISPLAY_LINE_TEXT;
|
||||||
caps.display_can_deepstandby = 0;
|
|
||||||
caps.display_can_set_brightness = 1;
|
caps.display_can_set_brightness = 1;
|
||||||
caps.has_HDMI = 1;
|
caps.has_HDMI = 1;
|
||||||
strcpy(caps.boxvendor, "AX-Technologies");
|
strcpy(caps.boxvendor, "AX-Technologies");
|
||||||
|
@@ -30,7 +30,6 @@
|
|||||||
#include <pthread.h>
|
#include <pthread.h>
|
||||||
#include <syscall.h>
|
#include <syscall.h>
|
||||||
|
|
||||||
#include "dmx_lib.h"
|
|
||||||
#include "audio_lib.h"
|
#include "audio_lib.h"
|
||||||
#include "video_lib.h"
|
#include "video_lib.h"
|
||||||
|
|
||||||
@@ -42,11 +41,9 @@
|
|||||||
#define lt_debug_c(args...) _lt_debug(HAL_DEBUG_PLAYBACK, NULL, args)
|
#define lt_debug_c(args...) _lt_debug(HAL_DEBUG_PLAYBACK, NULL, args)
|
||||||
#define lt_info_c(args...) _lt_info(HAL_DEBUG_PLAYBACK, NULL, args)
|
#define lt_info_c(args...) _lt_info(HAL_DEBUG_PLAYBACK, NULL, args)
|
||||||
|
|
||||||
static const char * FILENAME = "[playback.cpp]";
|
static const char * FILENAME = "[playback_gst.cpp]";
|
||||||
extern cVideo * videoDecoder;
|
extern cVideo * videoDecoder;
|
||||||
extern cAudio * audioDecoder;
|
extern cAudio * audioDecoder;
|
||||||
extern cDemux * audioDemux;
|
|
||||||
extern cDemux * videoDemux;
|
|
||||||
|
|
||||||
#include <gst/gst.h>
|
#include <gst/gst.h>
|
||||||
#include <gst/tag/tag.h>
|
#include <gst/tag/tag.h>
|
||||||
@@ -111,7 +108,7 @@ void processMpegTsSection(GstMpegtsSection* section)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void playbinNotifySource(GObject *object, GParamSpec *unused, gpointer user_data)
|
void playbinNotifySource(GObject *object, GParamSpec *param_spec, gpointer user_data)
|
||||||
{
|
{
|
||||||
GstElement *source = NULL;
|
GstElement *source = NULL;
|
||||||
cPlayback *_this = (cPlayback*)user_data;
|
cPlayback *_this = (cPlayback*)user_data;
|
||||||
@@ -189,7 +186,7 @@ void playbinNotifySource(GObject *object, GParamSpec *unused, gpointer user_data
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
GstBusSyncReply Gst_bus_call(GstBus * bus, GstMessage *msg, gpointer user_data)
|
GstBusSyncReply Gst_bus_call(GstBus *bus, GstMessage *msg, gpointer user_data)
|
||||||
{
|
{
|
||||||
gchar * sourceName;
|
gchar * sourceName;
|
||||||
|
|
||||||
@@ -672,13 +669,19 @@ bool cPlayback::SetAPid(int pid, bool /*ac3*/)
|
|||||||
{
|
{
|
||||||
lt_info("%s: pid %i\n", __func__, pid);
|
lt_info("%s: pid %i\n", __func__, pid);
|
||||||
|
|
||||||
int current_audio;
|
int to_audio = pid;
|
||||||
|
|
||||||
if(pid != mAudioStream)
|
for (unsigned int i = 0; i < REC_MAX_APIDS; i++) {
|
||||||
|
if (real_apids[i])
|
||||||
|
if (real_apids[i] == pid)
|
||||||
|
to_audio = i;
|
||||||
|
}
|
||||||
|
|
||||||
|
if(to_audio != mAudioStream)
|
||||||
{
|
{
|
||||||
g_object_set (G_OBJECT (m_gst_playbin), "current-audio", pid, NULL);
|
g_object_set (G_OBJECT (m_gst_playbin), "current-audio", to_audio, NULL);
|
||||||
printf("%s: switched to audio stream %i\n", __FUNCTION__, pid);
|
printf("%s: switched to audio stream %i\n", __FUNCTION__, to_audio);
|
||||||
mAudioStream = pid;
|
mAudioStream = to_audio;
|
||||||
}
|
}
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
@@ -901,12 +904,11 @@ void cPlayback::FindAllPids(int *apids, unsigned int *ac3flags, unsigned int *nu
|
|||||||
GstStructure * structure = gst_caps_get_structure(caps, 0);
|
GstStructure * structure = gst_caps_get_structure(caps, 0);
|
||||||
GstTagList * tags = NULL;
|
GstTagList * tags = NULL;
|
||||||
gchar * g_lang = NULL;
|
gchar * g_lang = NULL;
|
||||||
gchar * g_codec = NULL;
|
|
||||||
|
|
||||||
// ac3flags
|
// ac3flags
|
||||||
if ( gst_structure_has_name (structure, "audio/mpeg"))
|
if ( gst_structure_has_name (structure, "audio/mpeg"))
|
||||||
{
|
{
|
||||||
gint mpegversion, layer = -1;
|
gint mpegversion;
|
||||||
|
|
||||||
if (!gst_structure_get_int (structure, "mpegversion", &mpegversion))
|
if (!gst_structure_get_int (structure, "mpegversion", &mpegversion))
|
||||||
ac3flags[i] = 0;
|
ac3flags[i] = 0;
|
||||||
@@ -945,7 +947,15 @@ void cPlayback::FindAllPids(int *apids, unsigned int *ac3flags, unsigned int *nu
|
|||||||
{
|
{
|
||||||
if (gst_tag_list_get_string(tags, GST_TAG_LANGUAGE_CODE, &g_lang))
|
if (gst_tag_list_get_string(tags, GST_TAG_LANGUAGE_CODE, &g_lang))
|
||||||
{
|
{
|
||||||
language[i] = std::string(gst_tag_get_language_name(g_lang)).c_str();
|
std::string slang;
|
||||||
|
if (gst_tag_check_language_code(g_lang))
|
||||||
|
slang = gst_tag_get_language_name(g_lang);
|
||||||
|
else
|
||||||
|
slang = g_lang;
|
||||||
|
if (slang.empty())
|
||||||
|
language[i] = "unk";
|
||||||
|
else
|
||||||
|
language[i] = slang.c_str();
|
||||||
lt_info("%s: language:%s\n", __FUNCTION__, language[i].c_str());
|
lt_info("%s: language:%s\n", __FUNCTION__, language[i].c_str());
|
||||||
g_free(g_lang);
|
g_free(g_lang);
|
||||||
}
|
}
|
||||||
@@ -1090,7 +1100,7 @@ int cPlayback::GetAPid(void)
|
|||||||
gint current_audio = 0;
|
gint current_audio = 0;
|
||||||
g_object_get (m_gst_playbin, "current-audio", ¤t_audio, NULL);
|
g_object_get (m_gst_playbin, "current-audio", ¤t_audio, NULL);
|
||||||
lt_info("%s: %d audio\n", __FUNCTION__, current_audio);
|
lt_info("%s: %d audio\n", __FUNCTION__, current_audio);
|
||||||
return current_audio;
|
return real_apids[current_audio] ? real_apids[current_audio] : current_audio;
|
||||||
}
|
}
|
||||||
|
|
||||||
int cPlayback::GetVPid(void)
|
int cPlayback::GetVPid(void)
|
||||||
|
@@ -994,8 +994,10 @@ void cVideo::SetCECState(bool state)
|
|||||||
usleep(10000);
|
usleep(10000);
|
||||||
message.address = 0x0f; /* broadcast */
|
message.address = 0x0f; /* broadcast */
|
||||||
message.data[0] = CEC_MSG_ACTIVE_SOURCE;
|
message.data[0] = CEC_MSG_ACTIVE_SOURCE;
|
||||||
message.data[1] = ((((int)physicalAddress >> 12) & 0xf) << 4) + (((int)physicalAddress >> 8) & 0xf);
|
//message.data[1] = ((((int)physicalAddress >> 12) & 0xf) << 4) + (((int)physicalAddress >> 8) & 0xf);
|
||||||
message.data[2] = ((((int)physicalAddress >> 4) & 0xf) << 4) + (((int)physicalAddress >> 0) & 0xf);
|
//message.data[2] = ((((int)physicalAddress >> 4) & 0xf) << 4) + (((int)physicalAddress >> 0) & 0xf);
|
||||||
|
message.data[1] = physicalAddress[0];
|
||||||
|
message.data[2] = physicalAddress[1];
|
||||||
message.length = 3;
|
message.length = 3;
|
||||||
SendCECMessage(message);
|
SendCECMessage(message);
|
||||||
}
|
}
|
||||||
|
@@ -3,25 +3,106 @@
|
|||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
#include <sys/ioctl.h>
|
#include <sys/ioctl.h>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
#include <errno.h>
|
||||||
|
#include <string.h>
|
||||||
|
|
||||||
#include <linux/dvb/ca.h>
|
#include <linux/dvb/ca.h>
|
||||||
|
|
||||||
#include "misc.h"
|
#include "misc.h"
|
||||||
#include "descrambler.h"
|
#include "descrambler.h"
|
||||||
|
|
||||||
|
#include <config.h>
|
||||||
|
|
||||||
static const char * FILENAME = "[descrambler]";
|
static const char * FILENAME = "[descrambler]";
|
||||||
|
|
||||||
static const char *descrambler_filename = "/dev/dvb/adapter0/ca3";
|
|
||||||
static int desc_fd = -1;
|
static int desc_fd = -1;
|
||||||
static int desc_user_count = 0;
|
static int desc_user_count = 0;
|
||||||
|
|
||||||
|
#if HAVE_ARM_HARDWARE
|
||||||
|
|
||||||
|
//static const char *descrambler_filename = "/dev/dvb/adapter0/ca0";
|
||||||
|
//static const char *descrambler_filename = "/dev/dvb/adapter0/ca1";
|
||||||
|
static const char *descrambler_filename = "/dev/ciplus_ca0";
|
||||||
|
|
||||||
|
enum ca_descr_data_type {
|
||||||
|
CA_DATA_IV,
|
||||||
|
CA_DATA_KEY,
|
||||||
|
};
|
||||||
|
|
||||||
|
enum ca_descr_parity {
|
||||||
|
CA_PARITY_EVEN,
|
||||||
|
CA_PARITY_ODD,
|
||||||
|
};
|
||||||
|
|
||||||
|
struct ca_descr_data {
|
||||||
|
unsigned int index;
|
||||||
|
enum ca_descr_parity parity;
|
||||||
|
enum ca_descr_data_type data_type;
|
||||||
|
unsigned int length;
|
||||||
|
unsigned char *data;
|
||||||
|
};
|
||||||
|
|
||||||
|
#define CA_SET_DESCR_DATA _IOW('o', 137, struct ca_descr_data)
|
||||||
|
//#define CA_SET_DESCR_DATA _IOW('o', 10, struct ca_descr_data)
|
||||||
|
|
||||||
|
int descrambler_set_key(int index, int parity, unsigned char *data)
|
||||||
|
{
|
||||||
|
struct ca_descr_data d;
|
||||||
|
int ret;
|
||||||
|
|
||||||
|
printf("%s -> %s %s\n", FILENAME, __FUNCTION__, descrambler_filename);
|
||||||
|
|
||||||
|
if (descrambler_open())
|
||||||
|
{
|
||||||
|
printf("Complete Data-> Index: (%d) Parity: (%d) -> ", index, parity);
|
||||||
|
hexdump(data, 32);
|
||||||
|
|
||||||
|
d.index = index;
|
||||||
|
d.parity = (ca_descr_parity)parity;
|
||||||
|
d.data_type = CA_DATA_KEY;
|
||||||
|
d.length = 16;
|
||||||
|
d.data = data;
|
||||||
|
|
||||||
|
printf("AES Index: (%d) Parity: (%d) -> ", d.index, d.parity);
|
||||||
|
hexdump(d.data, 16);
|
||||||
|
|
||||||
|
ret = ioctl(desc_fd, CA_SET_DESCR_DATA, &d);
|
||||||
|
if (ret)
|
||||||
|
{
|
||||||
|
printf("CA_SET_DESCR_DATA (AES) index=%d parity=%d (errno=%d %s)\n", index, parity, errno, strerror(errno));
|
||||||
|
}
|
||||||
|
|
||||||
|
d.index = index;
|
||||||
|
d.parity = (ca_descr_parity)parity;
|
||||||
|
d.data_type = CA_DATA_IV;
|
||||||
|
d.length = 16;
|
||||||
|
d.data = data + 16;
|
||||||
|
|
||||||
|
printf("IV Index: (%d) Parity: (%d) -> ", d.index, d.parity);
|
||||||
|
hexdump(d.data, 16);
|
||||||
|
|
||||||
|
ret = ioctl(desc_fd, CA_SET_DESCR_DATA, &d);
|
||||||
|
if (ret)
|
||||||
|
{
|
||||||
|
printf("CA_SET_DESCR_DATA (IV) index=%d parity=%d (errno=%d %s)\n", index, parity, errno, strerror(errno));
|
||||||
|
}
|
||||||
|
|
||||||
|
descrambler_close();
|
||||||
|
}
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
#else
|
||||||
|
|
||||||
|
static const char *descrambler_filename = "/dev/dvb/adapter0/ca3";
|
||||||
|
|
||||||
/* Byte 0 to 15 are AES Key, Byte 16 to 31 are IV */
|
/* Byte 0 to 15 are AES Key, Byte 16 to 31 are IV */
|
||||||
|
|
||||||
int descrambler_set_key(int index, int parity, unsigned char *data)
|
int descrambler_set_key(int index, int parity, unsigned char *data)
|
||||||
{
|
{
|
||||||
struct ca_descr_data d;
|
struct ca_descr_data d;
|
||||||
|
|
||||||
printf("%s -> %s\n", FILENAME, __FUNCTION__);
|
printf("%s -> %s %s\n", FILENAME, __FUNCTION__, descrambler_filename);
|
||||||
|
|
||||||
index |= 0x100;
|
index |= 0x100;
|
||||||
|
|
||||||
@@ -32,37 +113,55 @@ int descrambler_set_key(int index, int parity, unsigned char *data)
|
|||||||
d.data_type = CA_DATA_KEY;
|
d.data_type = CA_DATA_KEY;
|
||||||
d.length = 32;
|
d.length = 32;
|
||||||
d.data = data;
|
d.data = data;
|
||||||
|
#if 0
|
||||||
|
printf("Index: %d Parity: (%d) -> ", d.index, d.parity);
|
||||||
|
hexdump(d.data, 32);
|
||||||
|
#endif
|
||||||
|
if (ioctl(desc_fd, CA_SET_DESCR_DATA, &d))
|
||||||
|
{
|
||||||
|
printf("CA_SET_DESCR_DATA index=%d parity=%d (errno=%d %s)\n", index, parity, errno, strerror(errno));
|
||||||
|
}
|
||||||
|
|
||||||
printf("Index: %d Parity: (%d) -> ", d.index, d.parity);
|
printf("Index: %d Parity: (%d) -> ", d.index, d.parity);
|
||||||
hexdump(d.data, 32);
|
hexdump(d.data, 32);
|
||||||
|
|
||||||
if (ioctl(desc_fd, CA_SET_DESCR_DATA, &d))
|
|
||||||
{
|
|
||||||
//printf("CA_SET_DESCR_DATA\n");
|
|
||||||
}
|
|
||||||
descrambler_close();
|
descrambler_close();
|
||||||
}
|
}
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/* we don't use this for sh4 ci cam ! */
|
||||||
|
|
||||||
/* we don't use this for ci cam ! */
|
|
||||||
/*
|
|
||||||
int descrambler_set_pid(int index, int enable, int pid)
|
int descrambler_set_pid(int index, int enable, int pid)
|
||||||
{
|
{
|
||||||
struct ca_pid p;
|
struct ca_pid p;
|
||||||
|
#if HAVE_ARM_HARDWARE
|
||||||
|
unsigned int flags = 0x80;
|
||||||
|
|
||||||
|
if (index)
|
||||||
|
flags |= 0x40;
|
||||||
|
|
||||||
if (enable)
|
if (enable)
|
||||||
p.index = index;
|
flags |= 0x20;
|
||||||
else
|
|
||||||
p.index = -1;
|
|
||||||
|
|
||||||
|
p.index = flags;
|
||||||
p.pid = pid;
|
p.pid = pid;
|
||||||
|
#else
|
||||||
|
p.index = index;
|
||||||
|
if (enable)
|
||||||
|
p.pid = pid;
|
||||||
|
else
|
||||||
|
p.pid = -1;
|
||||||
|
#endif
|
||||||
|
|
||||||
if (ioctl(desc_fd, CA_SET_PID, &p))
|
printf("CA_SET_PID pid=0x%04x index=0x%04x\n", p.pid, p.index);
|
||||||
printf("CA_SET_PID\n");
|
if (ioctl(desc_fd, CA_SET_PID, &p) == -1)
|
||||||
|
printf("CA_SET_PID pid=0x%04x index=0x%04x (errno=%d %s)\n", p.pid, p.index, errno, strerror(errno));
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
*/
|
|
||||||
|
|
||||||
bool descrambler_open(void)
|
bool descrambler_open(void)
|
||||||
{
|
{
|
||||||
@@ -74,12 +173,6 @@ bool descrambler_open(void)
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
void descrambler_close(void)
|
|
||||||
{
|
|
||||||
close(desc_fd);
|
|
||||||
desc_fd = -1;
|
|
||||||
}
|
|
||||||
|
|
||||||
int descrambler_init(void)
|
int descrambler_init(void)
|
||||||
{
|
{
|
||||||
desc_user_count++;
|
desc_user_count++;
|
||||||
@@ -87,6 +180,12 @@ int descrambler_init(void)
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void descrambler_close(void)
|
||||||
|
{
|
||||||
|
close(desc_fd);
|
||||||
|
desc_fd = -1;
|
||||||
|
}
|
||||||
|
|
||||||
void descrambler_deinit(void)
|
void descrambler_deinit(void)
|
||||||
{
|
{
|
||||||
desc_user_count--;
|
desc_user_count--;
|
||||||
|
@@ -6,7 +6,7 @@ void descrambler_deinit(void);
|
|||||||
bool descrambler_open(void);
|
bool descrambler_open(void);
|
||||||
void descrambler_close(void);
|
void descrambler_close(void);
|
||||||
int descrambler_set_key(int index, int parity, unsigned char *data);
|
int descrambler_set_key(int index, int parity, unsigned char *data);
|
||||||
/* we don't use this for ci cam ! */
|
/* we don't use this for sh4 ci cam ! */
|
||||||
//int descrambler_set_pid(int index, int enable, int pid);
|
int descrambler_set_pid(int index, int enable, int pid);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
@@ -1347,6 +1347,38 @@ void eDVBCIContentControlManagerSession::resendKey(eDVBCISlot *tslot)
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
if (!tslot->SidBlackListed && (tslot->recordUse[0] || tslot->liveUse[0]))
|
if (!tslot->SidBlackListed && (tslot->recordUse[0] || tslot->liveUse[0]))
|
||||||
|
{
|
||||||
|
#if HAVE_ARM_HARDWARE
|
||||||
|
if (slot->newPids)
|
||||||
|
{
|
||||||
|
if (slot->pids.size())
|
||||||
|
{
|
||||||
|
if (descrambler_open())
|
||||||
|
{
|
||||||
|
for (unsigned int i = 0; i < slot->pids.size(); i++)
|
||||||
|
descrambler_set_pid((int)tslot->slot, 1, (int) slot->pids[i]);
|
||||||
|
descrambler_close();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
slot->newPids = false;
|
||||||
|
}
|
||||||
|
descrambler_set_key((int)tslot->slot, tslot->lastParity, tslot->lastKey);
|
||||||
|
#else
|
||||||
|
if (slot->newPids)
|
||||||
|
{
|
||||||
|
if (slot->pids.size())
|
||||||
|
{
|
||||||
|
if (descrambler_open())
|
||||||
|
{
|
||||||
|
for (unsigned int i = 0; i < slot->pids.size(); i++)
|
||||||
|
descrambler_set_pid((int)tslot->slot, 1, (int) slot->pids[i]);
|
||||||
|
descrambler_close();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
slot->newPids = false;
|
||||||
|
}
|
||||||
descrambler_set_key((int)tslot->source, tslot->lastParity, tslot->lastKey);
|
descrambler_set_key((int)tslot->source, tslot->lastParity, tslot->lastKey);
|
||||||
|
#endif
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -51,6 +51,7 @@ int eDVBCIMMISession::receivedAPDU(const unsigned char *tag, const void *data, i
|
|||||||
pMsg->MsgId = CA_MESSAGE_MSG_MMI_CLOSE;
|
pMsg->MsgId = CA_MESSAGE_MSG_MMI_CLOSE;
|
||||||
pMsg->SlotType = CA_SLOT_TYPE_CI;
|
pMsg->SlotType = CA_SLOT_TYPE_CI;
|
||||||
pMsg->Slot = slot->slot;
|
pMsg->Slot = slot->slot;
|
||||||
|
stopMMI();
|
||||||
cCA::GetInstance()->SendMessage(pMsg);
|
cCA::GetInstance()->SendMessage(pMsg);
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
@@ -5,9 +5,9 @@
|
|||||||
|
|
||||||
#define SLMS 256
|
#define SLMS 256
|
||||||
|
|
||||||
#define ROOT_CERT "/etc/pem/root.pem"
|
#define ROOT_CERT "/etc/ssl/certs/root.pem"
|
||||||
#define CUSTOMER_CERT "/etc/pem/customer.pem"
|
#define CUSTOMER_CERT "/etc/ssl/certs/customer.pem"
|
||||||
#define DEVICE_CERT "/etc/pem/device.pem"
|
#define DEVICE_CERT "/etc/ssl/certs/device.pem"
|
||||||
|
|
||||||
class eDVBCISession
|
class eDVBCISession
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user