uploaded video conversions still not right

soaringeagle
@soaringeagle
7 years ago
3,304 posts
the queue workers get stuck alot but even when they complte all i get is a video image no playable vidfeo ir video player
example
https://www.dreadlockssite.com/soaring-eagle/uploaded_video/364/disabled-glider-pilots-ridge-soaring


--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities

updated by @soaringeagle: 12/12/17 05:40:06AM
michael
@michael
7 years ago
7,692 posts
Im seeing the video image, but there is no code in the page for the player.

I searched the source for a file.m4v reference and its not there. Check your templates contain a video player.
soaringeagle
@soaringeagle
7 years ago
3,304 posts
they did maybe something changed i do need yto do a full redesign in ninja someday are all my ningja custum, css and templates compatable with ninja
isthere any way to save and import all the sb pages direct so i dont have to recreate


--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities
brian
@brian
7 years ago
10,136 posts
ACP -> Site Builder -> Tools -> Export Backup.


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
soaringeagle
@soaringeagle
7 years ago
3,304 posts
shouldnt the player come from skin settings- global -player


--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities
brian
@brian
7 years ago
10,136 posts
soaringeagle:
shouldnt the player come from skin settings- global -player

I'm not clear what you're asking. What player?


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
brian
@brian
7 years ago
10,136 posts
If you mean in the audio player widget, then yes - it does - I see it working here for me.


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
soaringeagle
@soaringeagle
7 years ago
3,304 posts
michael:
Im seeing the video image, but there is no code in the page for the player.

I searched the source for a file.m4v reference and its not there. Check your templates contain a video player.

this
i dont think i ever had to put in code for a player before, not sure what code to use..or where

only template i found semi relasted is this profile_index_video.tpl
{* Template - controls the look of EACH entry in the Latest Videos List - modify BETWEEN the literal tags *}

{capture name="latest_videos" assign="v_tpl"}
{literal}

{if isset($_items)}
    {jrCore_module_url module="jrVideo" assign="vurl"}
    {jrCore_module_url module="jrVimeo" assign="uurl"}
    {jrCore_module_url module="jrYouTube" assign="yurl"}
    {foreach from=$_items item="item"}
        <div class="container">

            <div class="row">
                <div class="col2">
                    <div class="mb10" style="min-height:65px">
                        {if !isset($item.seamless_module_name) || $item.seamless_module_name == 'jrVideo'}
                        <a href="{$jamroom_url}/{$item.profile_url}/{$vurl}/{$item._item_id}/{$item.video_title_url}">{jrCore_module_function function="jrImage_display" module="jrVideo" type="video_image" item_id=$item._item_id size="large" crop="auto" class="iloutline img_scale" alt=$item.video_title width=false height=false}</a>
                        {elseif $item.seamless_module_name == 'jrVimeo'}
                        <a href="{$jamroom_url}/{$item.profile_url}/{$uurl}/{$item._item_id}/{$item.vimeo_title_url}"><img src="{$item.vimeo_artwork_url}" alt="{$item.vimeo_title|jrCore_entity_string}" class="iloutline img_scale"></a>
                        {else}
                        <a href="{$jamroom_url}/{$item.profile_url}/{$yurl}/{$item._item_id}/{$item.youtube_title_url}"><img src="{$item.youtube_artwork_url}" alt="{$item.youtube_title|jrCore_entity_string}" class="iloutline img_scale"></a>
                        {/if}
                    </div>
                </div>
                <div class="col10 last">
                    <div class="p5-10">
                        {if !isset($item.seamless_module_name) || $item.seamless_module_name == 'jrVideo'}
                        <h3><a href="{$jamroom_url}/{$item.profile_url}/{$vurl}/{$item._item_id}/{$item.video_title_url}" title="{$item.video_title|jrCore_entity_string}">{$item.video_title|truncate:32}</a></h3>
                        <br><small>{$item._created|jrCore_format_time:false:"relative"} - {jrCore_lang skin=$_conf.jrCore_active_skin id="37" default="Comments"}: {$item.video_comment_count|default:0}</small>
                        {elseif $item.seamless_module_name == 'jrVimeo'}
                        <h3><a href="{$jamroom_url}/{$item.profile_url}/{$uurl}/{$item._item_id}/{$item.vimeo_title_url}" title="{$item.vimeo_title|jrCore_entity_string}">{$item.vimeo_title|truncate:32}</a></h3>
                        <br><small>{$item._created|jrCore_format_time:false:"relative"} - {jrCore_lang skin=$_conf.jrCore_active_skin id="37" default="Comments"}: {$item.vimeo_comment_count|default:0}</small>
                        {else}
                        <h3><a href="{$jamroom_url}/{$item.profile_url}/{$yurl}/{$item._item_id}/{$item.youtube_title_url}" title="{$item.youtube_title|jrCore_entity_string}">{$item.youtube_title|truncate:32}</a></h3>
                        <br><small>{$item._created|jrCore_format_time:false:"relative"} - {jrCore_lang skin=$_conf.jrCore_active_skin id="37" default="Comments"}: {$item.youtube_comment_count|default:0}</small>
                        {/if}
                    </div>
                </div>
            </div>

        </div>
    {/foreach}
{else}
    <div class="center p10">
        <h3>No Videos Submitted!</h3>
    </div>{/if}

{/literal}
{/capture}



{* Listing - this is the actual listing part that is inside the Latest Videos List *}

<div class="title">
    <h3>{jrCore_lang skin=$_conf.jrCore_active_skin id="20" default="Latest"} {jrCore_lang skin=$_conf.jrCore_active_skin id="23" default="Videos"}   <span class="view-all"><a href="{$jamroom_url}/{$profile_url}/{jrCore_module_url module="jrVideo"}">{jrCore_lang skin=$_conf.jrCore_active_skin id="30" default="All"}</a></span></h3>
</div>
<div class="block_content">
    <div class="item item-scroll" style="height:300px">
        {if jrCore_module_is_active('jrCombinedVideo')}
            {jrCombinedVideo_get_active_modules assign="mods"}
            {if strlen($mods) > 0}
                {jrSeamless_list modules=$mods order_by="_created desc" profile_id=$_profile_id limit=10 template=$v_tpl}
            {/if}
        {else}
            {jrCore_list module="jrVideo" order_by="_created desc" profile_id=$_profile_id limit=10 template=$v_tpl}
        {/if}
    </div>
</div>

ps prior to last update the ones that had converted worked fine


--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities

updated by @soaringeagle: 09/08/17 03:01:41PM
michael
@michael
7 years ago
7,692 posts
I'm getting confused on the issue now, are you saying that all videos are in this state (without a player) ? or that only some videos are in this state?

--edit--
ok, seems like the issue is only some videos do not have a player, this one does:
https://www.dreadlockssite.com/soaring-eagle/uploaded_video/46/dreads-update-20-years-003

Have you tried running the video reconvert tool at:
ACP -> MODULES -> PROFILES -> VIDEO -> TOOLS -> VERIFY VIDEO FILES

My guess is the player is not showing up because the format is not available. Might be a good idea to also check the "support flash video" setting at
ACP -> MODULES -> PROFILES -> VIDEO -> GLOBAL CONFIG -> SUPPORT FLASH VIDEO
updated by @michael: 09/08/17 10:27:04PM
soaringeagle
@soaringeagle
7 years ago
3,304 posts
well i cant say for certain
support flash is absolutely checked
i did the update videos thing
380 some videois were in update queue now down to 63
most i checked had no player
so that might be 1 that didnt yet convert again..or maybe not its been many days queue latency 763,025 s
i have reset the workers a few times to get it going asgain
at this rate it will be 2 more days i guess till the queues done then ill know for sure
i still have 2 active workers despite the setting being set to 1 and low priority


--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities
michael
@michael
7 years ago
7,692 posts
queue latency 763,025 s for conversion of one file? That's too long, something is not right with the setup.

I'll run some conversion tests here, see if I can replicate.
soaringeagle
@soaringeagle
7 years ago
3,304 posts
no not 1 file thats the entire queue
its down to 245 unconverted so shouldnt be long till we know which ones were or were not converted


--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities
soaringeagle
@soaringeagle
7 years ago
3,304 posts
the video you linked to withe the player wont play it says error retereiving video url

noticed the same behavior on a number of songs too


--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities
soaringeagle
@soaringeagle
7 years ago
3,304 posts
argh now queues done all vids converted but the only ones with players give the same unable to load media url! whats going on

will have to upload a test vid but so far its not working right


--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities
soaringeagle
@soaringeagle
7 years ago
3,304 posts
yup seems every last vid i can find that converted now says this
error.jpg
error.jpg  •  163KB




--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities
soaringeagle
@soaringeagle
7 years ago
3,304 posts
srry for multiple posts..diagnosing

https://www.dreadlockssite.com/uploaded_video/stream/video_file/366/key=PBGskU4Z/file.m4v
https://www.dreadlockssite.com/uploaded_video/stream/video_file/364/key=gMshem4t/file.m4v

these urls were taken inspect element then the src value here
<video id="jp_video_0" preload="none" style="width: 0px; height: 0px;" src="https://www.dreadlockssite.com/uploaded_video/stream/video_file/366/key=PBGskU4Z/file.m4v" title="testing"></video>
the src url loads a video, but it does not strem or play


--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities
soaringeagle
@soaringeagle
7 years ago
3,304 posts
just uploaded a test vid and again with new vid get the same error with the media url
there shouldsnt be any issues cause /data/media is a seperate drive right
is something in that url not being [peiced together right?


--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities
michael
@michael
7 years ago
7,692 posts
Those URL's look correct, I cant see it playing unless you add the ALLOW_ALL_DOMAINS to
ACP -> MODULES -> CORE -> SYSTEM CORE -> GLOBAL CONFIG -> ALLOWED DOMAINS

The URL looks correct.
soaringeagle
@soaringeagle
7 years ago
3,304 posts
added ALLOW_ALL_DOMAINS
still get error loading media url


--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities
soaringeagle
@soaringeagle
7 years ago
3,304 posts
also
i tried several times to redo the verify video files
it says '320 video files added to queue for verification check queue viewer" and i do and theres 0 entries there
it had done 320 the 1st time i tried after the update
now nothing and no media urls are found
as itf it moved the files and now can't find them...or something


--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities
michael
@michael
7 years ago
7,692 posts
the ALLOW_ALL_DOMAINS was just so that I could see the video from its url:
https://www.dreadlockssite.com/uploaded_video/stream/video_file/366/key=PBGskU4Z/file.m4v

Its playing for me here.

--edit--
Its playing for me here in FireFox, but its not playing for me in Edge browser on win10.

I've seen this happen recently and have been looking for the cause, but don't have a reason for why yet.
updated by @michael: 09/10/17 05:34:02PM
gary.moncrieff
gary.moncrieff
@garymoncrieff
7 years ago
865 posts

1st link returns invalid source
2nd link plays media fine

Only tested with Edge
soaringeagle
@soaringeagle
7 years ago
3,304 posts
weird both are playing for me now


--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities

Tags