Changes:
VirtualSTB viewer:
- DSPack dependancy removed
- Code clean up
- Adding of new hardware is easyer
- added test support for SS3 using Marcel Major LinuxAPI library
- added test support for SS2 using marfi SkyAVC DS filter
VirtualSTB coLinux
- new compilation strategy.
- proxy_test become proxyDVB_handler. cleanup.
- push_test become proxyDVB_pusher. cleanup.
- proxyDVB.h now shared between proxyDVB adaper and proxyDVB_handler
Howto add coLinux part:
1) You need to modify coLinux xml configuration and
add new cobd device
-------------------------
<block_device index="4" path="\DosDevices\c:\coLinux\VirtualSTB\root.ext3" enabled="true">
</block_device>
-------------------------
2) You need to add new line to /etc/fstab file
-------------------------
/dev/cobd4 /root ext3 defaults 0 2
-------------------------
now vdr will start immediatelly after login.
output for proxyDVB_hadler and proxyDVB_pusher will go 2nd and 3rd console respectivelly (you can switch to them by pressing Alt+F2 or Alt+F3)
How to start everything:
First of all you need to start windows art then linux part.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Changes:
VirtualSTB viewer:
- DSPack dependancy removed
- Code clean up
- Adding of new hardware is easyer
- added test support for SS3 using Marcel Major LinuxAPI library
- added test support for SS2 using marfi SkyAVC DS filter
VirtualSTB coLinux
- new compilation strategy.
- proxy_test become proxyDVB_handler. cleanup.
- push_test become proxyDVB_pusher. cleanup.
- proxyDVB.h now shared between proxyDVB adaper and proxyDVB_handler
Howto add coLinux part:
1) You need to modify coLinux xml configuration and
add new cobd device
-------------------------
<block_device index="4" path="\DosDevices\c:\coLinux\VirtualSTB\root.ext3" enabled="true">
</block_device>
-------------------------
2) You need to add new line to /etc/fstab file
-------------------------
/dev/cobd4 /root ext3 defaults 0 2
-------------------------
now vdr will start immediatelly after login.
output for proxyDVB_hadler and proxyDVB_pusher will go 2nd and 3rd console respectivelly (you can switch to them by pressing Alt+F2 or Alt+F3)
How to start everything:
First of all you need to start windows art then linux part.