Support scrambled playback.
[vuplus_dvbapp] / lib / base / httpstream.cpp
index 8f55425..ee4ffe4 100644 (file)
@@ -352,3 +352,9 @@ off_t eHttpStream::length()
 {
        return (off_t)-1;
 }
+
+off_t eHttpStream::offset()
+{
+       return 0;
+}
+