hi i'm using 1.3.34 and I wanted to stream some video I see with vdr to my network..I tried streamdev plugin but it doesn't compile. Is there any solution that works with my vdr version? Oh other thing, is there any way that I can configure the remote.conf to toggle fullscreen/windowed?
make[1]: Entering directory `/usr/src/vdr/vdr-1.3.34/PLUGINS/src/streamdev' g++ -fPIC -g -O2 -Wall -Woverloaded-virtual -O2 -c -D_GNU_SOURCE -DHAVE_AUTOPID -I../../../include -I../../../../DVB/include -I. -o streamdev-client.o streamdev-client.c In file included from ./client/remote.h:6, from client/menu.h:6, from streamdev-client.c:12: ./tools/list.h:93: error: declaration of `operator+=' as non-function ./tools/list.h:93: error: expected `;' before '<' token ./tools/list.h:94: error: declaration of `operator+=' as non-function ./tools/list.h:94: error: expected `;' before '<' token ./tools/list.h:96: error: declaration of `operator+' as non-function ./tools/list.h:96: error: expected `;' before '<' token ./tools/list.h:97: error: declaration of `operator+' as non-function ./tools/list.h:97: error: expected `;' before '<' token ./tools/list.h:98: error: declaration of `operator+' as non-function ./tools/list.h:98: error: expected `;' before '<' token ./tools/list.h: In member function `int cTBList<T>::Find(const T&)': ./tools/list.h:108: error: `item' undeclared (first use this function) ./tools/list.h:108: error: (Each undeclared identifier is reported only once for each function it appears in.) ./tools/list.h: In member function `typename cTBList<T>::cItem* cTBList<T>::NewItem(cTBList<T>::cItem*, cTBList<T>::cItem*) const': ./tools/list.h:206: error: `item' undeclared (first use this function) ./tools/list.h:206: error: `class cTBList<T>::cItem' is not a type ./tools/list.h: In member function `typename cTBList<T>::cItem* cTBList<T>::Locate(uint)': ./tools/list.h:238: error: `item' undeclared (first use this function) ./tools/list.h: In member function `T& cTBList<T>::Prepend()': ./tools/list.h:274: error: `item' undeclared (first use this function) ./tools/list.h: In member function `T& cTBList<T>::Append()': ./tools/list.h:288: error: `item' undeclared (first use this function) ./tools/list.h: In member function `bool cTBList<T>::Insert(uint, const T&)': ./tools/list.h:320: error: `nextItem' undeclared (first use this function) ./tools/list.h:324: error: `prevItem' undeclared (first use this function) ./tools/list.h:326: error: `item' undeclared (first use this function) ./tools/list.h: In member function `typename cTBList<T>::cItem* cTBList<T>::Unlink()': ./tools/list.h:341: error: `item' undeclared (first use this function) ./tools/list.h: In member function `bool cTBList<T>::Remove(const T&)': ./tools/list.h:373: error: `item' undeclared (first use this function) ./tools/list.h: In member function `bool cTBList<T>::Remove(uint)': ./tools/list.h:386: error: `item' undeclared (first use this function) ./tools/list.h: In member function `void cTBList<T>::Clear()': ./tools/list.h:415: error: `item' undeclared (first use this function) ./tools/list.h: In member function `T& cTBList<T>::Append() [with T = cTBString]': ./tools/list.h:307: instantiated from `void cTBList<T>::Append(const T&) [with T = cTBString]' ./tools/list.h:535: instantiated from here ./tools/list.h:288: error: dependent-name ` cTBList<T>::cItem' is parsed as a non-type, but instantiation yields a type ./tools/list.h:288: note: say `typename cTBList<T>::cItem' if a type is meant ./tools/list.h: In member function `typename cTBList<T>::cItem* cTBList<T>::NewItem(cTBList<T>::cItem*, cTBList<T>::cItem*) const [with T = cTBString]': ./tools/list.h:288: instantiated from `T& cTBList<T>::Append() [with T = cTBString]' ./tools/list.h:307: instantiated from `void cTBList<T>::Append(const T&) [with T = cTBString]' ./tools/list.h:535: instantiated from here ./tools/list.h:206: error: dependent-name ` cTBList<T>::cItem' is parsed as a non-type, but instantiation yields a type ./tools/list.h:206: note: say `typename cTBList<T>::cItem' if a type is meant make[1]: *** [streamdev-client.o] Error 1 make[1]: Leaving directory `/usr/src/vdr/vdr-1.3.34/PLUGINS/src/streamdev' make[1]: Entering directory `/usr/src/vdr/vdr-1.3.34/PLUGINS/src/streamplayer' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/usr/src/vdr/vdr-1.3.34/PLUGINS/src/streamplayer' make[1]: Entering directory `/usr/src/vdr/vdr-1.3.34/PLUGINS/src/svdrpdemo' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/usr/src/vdr/vdr-1.3.34/PLUGINS/src/svdrpdemo'