Beiträge von mikel26

    How will i apply this code to control my 360 video volume.

    Hi guys,

    I would like to have some help, on putting the player to stream live.

    I looked up this reference to help me out but still it doens't work for me.

    Figure out support for RTMP Streaming

    im using adobe media live encoder to stream online.

    but i dont see my stream. it just display blank black.

    dont even have any error occuring on the player.

    the player specify that i am connected to the server.

    but still no display.

    what do i miss ?

    <krpano version="1.0.8">

    <hotspot name="video"
    url="videoplayer.swf"
    videourl="rtmp://example/streamsample/"
    ath="12"
    atv="10"
    scale="0.5"
    rx="0" ry="0" rz="0"
    distorted="true"
    pausedonstart="false"
    loop="true"
    volume="0.7"
    directionalsound="true"
    range="120"
    onclick="togglepause();"
    buffertime="0"
    />

    </krpano>


    Thank You.

    Well, is the image located here?

    set(cursors.url, cursor/qtvr.png);

    Or

    set(cursors.url, qtvr.png);

    Or somewhere else? Can you view the image directly with a browser?

    I got the trick. here's how.

    instead putting the directory where the image is located, i tried adding from where the html is

    so instead of ie ( cursor/qtvr.png ) i added from where the html is

    _root/cursor/qtvr.png

    and it works.

    Please see attachment.
    not really a pro coder here,
    but this happen all the time. how do i avoid this error ? the buttons i used are working ok bottom logo and screen logo are ok
    but this cursor only got the error.
    please help.


    <events onxmlcomplete="action(qtvrcursor);" />
    <action name="qtvrcursor">
    set(control.mousetype, moveto);
    set(cursors.url, cursor/qtvr.png);
    set(cursors.type, 8way);
    set(cursors.move, 0|0|16|16);
    set(cursors.drag, 16|0|16|16);
    set(cursors.arrow_u, 32|0|16|16);
    set(cursors.arrow_d, 48|0|16|16);
    set(cursors.arrow_l, 64|0|16|16);
    set(cursors.arrow_r, 80|0|16|16);
    set(cursors.arrow_lu, 96|0|16|16);
    set(cursors.arrow_ru, 112|0|16|16);
    set(cursors.arrow_rd, 128|0|16|16);
    set(cursors.arrow_ld, 144|0|16|16);
    </action>

    thank you

    While i was browsing here in krpano
    i bump into a forum that showed a link on a 360 TOUR
    problem is i forgot about the name, link and such that will give me reference on going back there.
    and i spend hours and hours manually looking for it but sadly i didnt have much luck to see it again.
    but the only thing i remember on that 360 tour is that its about a GLASS WALL that turns blurry when switch was on and it was shot on the office
    that has a laptop on it and on its screen it has a hot spot that pops out a Video Flat i think its youtube or something.
    Can anyone of you guys give me some help finding it
    THANK YOU ! *confused* *pinch* *wacko*

    Hi can you please guide me on applying the progressbar on a 360 player.