2012-11-28, 03:45 AM
Hi guys,
I'll be posting the alpha soon I just have the following to do.
if anyone else is using another platform for xbmc and would like a build let me know.
there are 2 differences in my version of the xbmc addon that I will be request sub merge shortly
1. Ability to stream recordings/live tv from a different port. This allows you to set your port to 8877 (default nextpvr web console port) to talk to the nextpvr web console service but still use 8866 (read from you nextpvr config file) for the actual streaming.
2. Ability to specify channeloid in the live stream url instead of channel. This allows users to have different channel numbers, so user A might have TV3 SD as channel 3, and user B might have TV3 HD as channel 3. nextpvr won't know which one to send so would send first, but by allowing the actual channeloid in the stream url it will send the correct channel the user wants.
* Note: for (2) you need a updated NShared.dll I got from sub, I'll check with him that its ok I post this.
I'm making my changes backwards compatible so it will only stream channeloid if instructed to by the service.
I may ask for help building some of these addons, my git repo is at
https://github.com/revenz/xbmc-pvr-addons
I'll be posting the alpha soon I just have the following to do.
- Update XBMC Addon to work with ChannelOID for streaming
- Build XBMC Addon for Windows
- Build XBMC Addon for Linux 32
- Build XBMC Addon for RaspberryPI
if anyone else is using another platform for xbmc and would like a build let me know.
there are 2 differences in my version of the xbmc addon that I will be request sub merge shortly
1. Ability to stream recordings/live tv from a different port. This allows you to set your port to 8877 (default nextpvr web console port) to talk to the nextpvr web console service but still use 8866 (read from you nextpvr config file) for the actual streaming.
2. Ability to specify channeloid in the live stream url instead of channel. This allows users to have different channel numbers, so user A might have TV3 SD as channel 3, and user B might have TV3 HD as channel 3. nextpvr won't know which one to send so would send first, but by allowing the actual channeloid in the stream url it will send the correct channel the user wants.
* Note: for (2) you need a updated NShared.dll I got from sub, I'll check with him that its ok I post this.
I'm making my changes backwards compatible so it will only stream channeloid if instructed to by the service.
I may ask for help building some of these addons, my git repo is at
https://github.com/revenz/xbmc-pvr-addons