[8WR] XenRio (Streams) PRO

[8WR] XenRio (Streams) PRO [Paid] 1.2.6b

No permission to buy ($40.00)
It looks like the updates are FINALLY going through...

Advanced warning... I've clicked the update buyers button over 30 times during the past week... so you could end up getting spammed with emails. Sorry.
 
@Jaxel

We got errors with the following code:

Code:
<xen:if is="!{$xenOptions.EWRrio_shownavtab}">
    <xen:require css="EWRrio_hide.css" />
</xen:if>

<ul class="secondaryContent blockLinksList">
    <li><a href="{xen:link 'streams'}">{xen:phrase live_streams}</a></li>
    <li><a href="{xen:link 'streams/multi'}">{xen:phrase multiview}</a></li>
    <li><a href="{xen:link 'streams/channels'}">{xen:phrase channels}</a></li>
    <li><a href="{xen:link 'streams/games'}">{xen:phrase games}</a></li>

    <xen:if is="{$streams}">
        <xen:if is="{$perms.submit}">
            <li><a href="{xen:link 'streams/channel/insert'}" class="OverlayTrigger" data-cacheOverlay="false">{xen:phrase submit_channel}</a></li>
        </xen:if>

        <xen:if is="{$perms.mod}">
            <li style="width: 50px; height: 10px;"></li>
            <li>
                <a href="{xen:link 'streams/queue'}" class="queue">{xen:phrase channels_queue}:
                    <span class="itemCount {xen:if {$queues}, 'alert'}">{xen:number $queues}</span>
                </a>
            </li>
        </xen:if>

        <xen:if is="{$perms.admin}">
            <li><a href="{xen:link 'streams/categories'}">{xen:phrase categories}</a></li>
            <li><a href="{xen:link 'streams/services'}">{xen:phrase services}</a></li>
        </xen:if>
    </xen:if>
</ul>

Please advice?

[EDIT]

Found the issue: EWRrio_hide.css
 
Last edited:
Using SSL on my site still doesn't allow Streams to be viewed. Just get a blank space or timeout in the video window.

Streams only work now if a user is technical and knowledgeable to disable SSL for that page.
 
@Jaxel

We got errors with the following code:

Code:
<xen:if is="!{$xenOptions.EWRrio_shownavtab}">
    <xen:require css="EWRrio_hide.css" />
</xen:if>

<ul class="secondaryContent blockLinksList">
    <li><a href="{xen:link 'streams'}">{xen:phrase live_streams}</a></li>
    <li><a href="{xen:link 'streams/multi'}">{xen:phrase multiview}</a></li>
    <li><a href="{xen:link 'streams/channels'}">{xen:phrase channels}</a></li>
    <li><a href="{xen:link 'streams/games'}">{xen:phrase games}</a></li>

    <xen:if is="{$streams}">
        <xen:if is="{$perms.submit}">
            <li><a href="{xen:link 'streams/channel/insert'}" class="OverlayTrigger" data-cacheOverlay="false">{xen:phrase submit_channel}</a></li>
        </xen:if>

        <xen:if is="{$perms.mod}">
            <li style="width: 50px; height: 10px;"></li>
            <li>
                <a href="{xen:link 'streams/queue'}" class="queue">{xen:phrase channels_queue}:
                    <span class="itemCount {xen:if {$queues}, 'alert'}">{xen:number $queues}</span>
                </a>
            </li>
        </xen:if>

        <xen:if is="{$perms.admin}">
            <li><a href="{xen:link 'streams/categories'}">{xen:phrase categories}</a></li>
            <li><a href="{xen:link 'streams/services'}">{xen:phrase services}</a></li>
        </xen:if>
    </xen:if>
</ul>

Please advice?

[EDIT]

Found the issue: EWRrio_hide.css
Whats the error?
 
Using SSL on my site still doesn't allow Streams to be viewed. Just get a blank space or timeout in the video window.

Streams only work now if a user is technical and knowledgeable to disable SSL for that page.

Same, hasn't worked since I updated. Just timeouts on both video & chat.
 
Okay, I dont have a "full" solution for Twitch over SSL. You can, for now, use the code that @RastaLulz posted, but as you can see, it uses the Justin.TV CDN servers; and Justin.TV doesn't exist anymore. So chances are it wont last much longer.
Code:
<object type="application/x-shockwave-flash" width="100%" height="100%" data="https://www-cdn.jtvnw.net/swflibs/TwitchPlayer.swf">
    <param name="movie" value="https://www-cdn.jtvnw.net/swflibs/TwitchPlayer.swf">
    <param name="flashvars" value="channel={serviceVAL1}&auto_play=true">
    <param name="allowfullscreen" value="true">
    <param name="allowscriptaccess" value="always">
    <param name="allownetworking" value="all" />
</object>

Twitch implemented IFRAME embed codes so that they can EVENTUALLY support SSL; but they haven't implemented it yet. When they FINALLY implement it, it will automatically start working. There are no solutions for the chat.
 
For some streams, it says they are offline when they are on.

"Last channel scrape: A moment ago Last stream scrape: Stream offline"
 
Get this on the site:
Using Google chrome.

EMOjdAN.png
 
Top Bottom