[twdev] Re: a video widget that plays videos without interruption

2019-02-27 Thread @TiddlyTweeter
Much better. But I'm still not able to stream the 40 versions of Purcell's 
famous Lament in a row:-)

Yours
Ever hopeful :-)

On Sunday, 24 February 2019 16:40:18 UTC+1, Simon Huber wrote:
>
> Hi again,
>
> I've created a much better working Demo: 
> http://videoplayerwidget.tiddlyspot.com
>
> Its code is clean(er) :) ... it uses PR #3798 , the part that adds 
> resizeListeners only + there's no complicated widget-id anymore
>
> have a nice weekend,
> Simon
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWikiDev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywikidev+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywikidev@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywikidev.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywikidev/f7c3d289-fe79-4294-a51e-a449a2e813d5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[twdev] Re: a video widget that plays videos without interruption

2019-02-27 Thread Simon Huber

>
> Simon,
>
> Perhaps off topic but I wonder if we could timestamp points in time on a 
> video and trigger a responce in tiddlywiki at that time? Perhaps in 
> reverse, search tiddlers that then jump to a point in time in a video.
>
> I have some compelling applications if this were possible.
>
> Regards
> Tony
>

Hi Tony, the root of this is that videos embedded within tiddlers stop 
playing when the DOM changes, like when I open a new tiddler above the one 
with the playing video

the idea is to append the video to the page, put a placeholder into the 
tiddler and match both positions. In my example I'm overdoing it to the 
point that the video refreshes every time the placeholder refreshes which 
is unintended ...

for something like this we'll have to focus on this problem first

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWikiDev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywikidev+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywikidev@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywikidev.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywikidev/e5ef5a5e-1c4b-4963-a34f-b8aadd4307a8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[twdev] Re: a video widget that plays videos without interruption

2019-02-27 Thread TonyM
Simon,

Perhaps off topic but I wonder if we could timestamp points in time on a video 
and trigger a responce in tiddlywiki at that time? Perhaps in reverse, search 
tiddlers that then jump to a point in time in a video.

I have some compelling applications if this were possible.

Regards
Tony

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWikiDev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywikidev+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywikidev@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywikidev.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywikidev/8a77fb88-f8ef-4194-9a94-3e2b2a548d18%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[twdev] Re: a video widget that plays videos without interruption

2019-02-24 Thread Simon Huber
Hi again,

I've created a much better working Demo: 
http://videoplayerwidget.tiddlyspot.com

Its code is clean(er) :) ... it uses PR #3798 , the part that adds 
resizeListeners only + there's no complicated widget-id anymore

have a nice weekend,
Simon

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWikiDev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywikidev+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywikidev@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywikidev.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywikidev/1e769b8a-8a52-439a-ba67-4ffa2135e4a5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.