aboutsummaryrefslogtreecommitdiff
path: root/lib/service/servicemp3.h
diff options
context:
space:
mode:
authorghost <andreas.monzner@multimedia-labs.de>2010-10-06 12:32:04 +0200
committerghost <andreas.monzner@multimedia-labs.de>2010-10-06 12:32:04 +0200
commitbef10bca5a6d32cf779179c2836459ce632db98f (patch)
treeeb49a25b154372f4886e8701fa63cc71a06092e2 /lib/service/servicemp3.h
parentbf5df037752d054d924cb9da8fc147c37d10a5fa (diff)
downloadenigma2-bef10bca5a6d32cf779179c2836459ce632db98f.tar.gz
enigma2-bef10bca5a6d32cf779179c2836459ce632db98f.zip
allow rtspt urls, issue EOF on http streaming timeout (introduces feature #551, requires libsoup-2.4-2.29.5-r0, gst-plugins-good-0.10.23-r7.1 incl. souphttpsource)
Diffstat (limited to 'lib/service/servicemp3.h')
-rw-r--r--lib/service/servicemp3.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/service/servicemp3.h b/lib/service/servicemp3.h
index a8139573..01f7cf7f 100644
--- a/lib/service/servicemp3.h
+++ b/lib/service/servicemp3.h
@@ -212,9 +212,13 @@ private:
std::list<ePangoSubtitlePage> m_subtitle_pages;
ePtr<eTimer> m_subtitle_sync_timer;
+
+ ePtr<eTimer> m_streamingsrc_timeout;
void pushSubtitles();
void pullSubtitle();
+ void sourceTimeout();
int m_subs_to_pull;
+ sourceStream m_sourceinfo;
eSingleLock m_subs_to_pull_lock;
gulong m_subs_to_pull_handler_id;