Any one got working nstream player plugin folder for dm800hd, dream elite 133 pheonix image .. have tried to set up manually with no success with dcc.. as my cam manager wont reconise the rtmpgw_cam... have done all this below with version 0.3... trying to get this to work still no joy.
Intallation step-by-step:
1. Install nstream player plugin on your box
2. Extract rtmpgw.rar
- copy rtmpgw to your box to /usr/bin folder and chmod it 755
- copy librtmp.so.0 to to /usr/lib
3. Edit your nstream.xml file and copy it to /usr/lib/enigma2/python/Plugins/Extensions/nStreamPlayer folder (you can use the sample with 3 streams)
4. copy the start stop script to your /usr/script (or /usr/camscript) directory and chmod it 755
5. start the script from your cam manager (cam named rtmpgw) or manually from telnet:
Code:
/usr/script/rtmpgw_cam.sh start
6. start nstream player and start watching
Intallation step-by-step:
1. Install nstream player plugin on your box
2. Extract rtmpgw.rar
- copy rtmpgw to your box to /usr/bin folder and chmod it 755
- copy librtmp.so.0 to to /usr/lib
3. Edit your nstream.xml file and copy it to /usr/lib/enigma2/python/Plugins/Extensions/nStreamPlayer folder (you can use the sample with 3 streams)
4. copy the start stop script to your /usr/script (or /usr/camscript) directory and chmod it 755
5. start the script from your cam manager (cam named rtmpgw) or manually from telnet:
Code:
/usr/script/rtmpgw_cam.sh start
6. start nstream player and start watching
Comment