[tw] Re: Problems with videos on TiddlyWiki.com

2017-11-18 Thread coda coder


On Saturday, November 18, 2017 at 1:39:50 PM UTC-6, Mark S. wrote:
>
> Please explain!
>
> Running on node.js, it does work. But not from TiddlyWiki.com. Odd.
>
>
Sorry Mark, I missed that.

99.99% of TW node installs are going to be using http.  If you drop a link 
in there to another http source yes, it will work.  You should even be able 
to link to https sources, too.  That's why your node experiment worked.  
TW.com OTOH was being *served* over httpS -- you're not allowed to 
"downgrade" the secure protocol on a per link basis.

I mentioned protocol-less links (also called schemeless) - most everywhere 
you can type http: and https:, you can simply type nothing.  For example:

src="//www.youtube.com/embed/i3Bggkm7paA" 

and it will work.  This is simply saying, "go with whatever protocol makes 
sense and quit making me think about it"  :)

Here's a SO discussion about it:  
https://stackoverflow.com/questions/4831741/can-i-change-all-my-http-links-to-just

None of this is needed for the average TW or user... but someone serving up 
a TW in a secure environment and needing to link to external sources of 
unknown transports, might. Maybe. ;)



-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/3c7ffcfb-1d9b-4645-ad22-a4a0a6b5b842%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: Problems with videos on TiddlyWiki.com

2017-11-18 Thread Jeremy Ruston
Thanks, Codacoder is correct, the http://www.youtube.com/ links needed changing 
to https. I’ve now pushed through the changes, but it might take a few minutes 
for them to show up.

https://github.com/Jermolene/TiddlyWiki5/commit/c507d4e2dd1c6ef072f963f0b0b86038f50af267

Many thanks,

Jeremy.

> On 18 Nov 2017, at 19:47, coda coder  wrote:
> 
> tiddlywiki.com is (now) using the https protocol.  The "Introducing 
> TiddlyDesktop Video" tiddler uses http protocol.  Trying to use a less secure 
> connection (http) over the higher security protocol (https) is disallowed -- 
> basically, the browser is protecting you.
> 
> So Jeremy needs to scour his source and change all http to https (or use 
> protocol-less links, perhaps?)
> 
> If you edit "Introducing TiddlyDesktop Video" and change the src url like 
> this src="https://www.youtube.com/embed/i3Bggkm7paA;  it will work.
> 
> On Saturday, November 18, 2017 at 1:39:50 PM UTC-6, Mark S. wrote:
> Please explain!
> 
> Running on node.js, it does work. But not from TiddlyWiki.com. Odd.
> 
> Thanks!
> Mark
> 
> On Saturday, November 18, 2017 at 11:15:23 AM UTC-8, coda coder wrote:
> Can't use http and https?
> 
> On Saturday, November 18, 2017 at 1:06:19 PM UTC-6, Mark S. wrote:
> I've now tested in two FF browsers and one Chrome browser on Win 7. Also one 
> FF browser on Linux Mint.
> 
> On none of these does the embedded video for Introducing TiddlyDesktop Video 
> or any other video I checked show up.
> 
> The same video does play if the url is taken and pasted into a browser 
> window. So it's not a missing codec or player.
> 
> I'm thinking it might have something to do with an  inside of a an 
> , but don't really know.
> 
> Anyone else having this problem?
> 
> Thanks!
> Mark
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "TiddlyWiki" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to tiddlywiki+unsubscr...@googlegroups.com 
> .
> To post to this group, send email to tiddlywiki@googlegroups.com 
> .
> Visit this group at https://groups.google.com/group/tiddlywiki 
> .
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/tiddlywiki/84afd462-a09d-482c-9a6c-0bd8577f4359%40googlegroups.com
>  
> .
> For more options, visit https://groups.google.com/d/optout 
> .

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/4455911E-7C65-4993-99A2-21EBA03124DB%40gmail.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Problems with videos on TiddlyWiki.com

2017-11-18 Thread BJ
this works for me 
https://www.youtube.com/embed/i3Bggkm7paA; frameborder="0" 
allowfullscreen>

On Saturday, November 18, 2017 at 8:39:50 PM UTC+1, Mark S. wrote:
>
> Please explain!
>
> Running on node.js, it does work. But not from TiddlyWiki.com. Odd.
>
> Thanks!
> Mark
>
> On Saturday, November 18, 2017 at 11:15:23 AM UTC-8, coda coder wrote:
>>
>> Can't use http and https?
>>
>> On Saturday, November 18, 2017 at 1:06:19 PM UTC-6, Mark S. wrote:
>>>
>>> I've now tested in two FF browsers and one Chrome browser on Win 7. Also 
>>> one FF browser on Linux Mint.
>>>
>>> On none of these does the embedded video for Introducing TiddlyDesktop 
>>> Video or any other video I checked show up.
>>>
>>> The same video does play if the url is taken and pasted into a browser 
>>> window. So it's not a missing codec or player.
>>>
>>> I'm thinking it might have something to do with an  inside of a 
>>> an , but don't really know.
>>>
>>> Anyone else having this problem?
>>>
>>> Thanks!
>>> Mark
>>>
>>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/3bbd52aa-55f2-42cb-b704-18f4118bf93b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Problems with videos on TiddlyWiki.com

2017-11-18 Thread 'Mark S.' via TiddlyWiki
Please explain!

Running on node.js, it does work. But not from TiddlyWiki.com. Odd.

Thanks!
Mark

On Saturday, November 18, 2017 at 11:15:23 AM UTC-8, coda coder wrote:
>
> Can't use http and https?
>
> On Saturday, November 18, 2017 at 1:06:19 PM UTC-6, Mark S. wrote:
>>
>> I've now tested in two FF browsers and one Chrome browser on Win 7. Also 
>> one FF browser on Linux Mint.
>>
>> On none of these does the embedded video for Introducing TiddlyDesktop 
>> Video or any other video I checked show up.
>>
>> The same video does play if the url is taken and pasted into a browser 
>> window. So it's not a missing codec or player.
>>
>> I'm thinking it might have something to do with an  inside of a 
>> an , but don't really know.
>>
>> Anyone else having this problem?
>>
>> Thanks!
>> Mark
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/ca76f4f8-bb6c-4c28-8f58-d16ae5b0a09b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Problems with videos on TiddlyWiki.com

2017-11-18 Thread coda coder
yep, that's what it is.

On Saturday, November 18, 2017 at 1:15:23 PM UTC-6, coda coder wrote:
>
> Can't use http and https?
>
> On Saturday, November 18, 2017 at 1:06:19 PM UTC-6, Mark S. wrote:
>>
>> I've now tested in two FF browsers and one Chrome browser on Win 7. Also 
>> one FF browser on Linux Mint.
>>
>> On none of these does the embedded video for Introducing TiddlyDesktop 
>> Video or any other video I checked show up.
>>
>> The same video does play if the url is taken and pasted into a browser 
>> window. So it's not a missing codec or player.
>>
>> I'm thinking it might have something to do with an  inside of a 
>> an , but don't really know.
>>
>> Anyone else having this problem?
>>
>> Thanks!
>> Mark
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/7c865c96-ce76-4d54-9d43-85cf22f9d0ca%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Problems with videos on TiddlyWiki.com

2017-11-18 Thread coda coder
Can't use http and https?

On Saturday, November 18, 2017 at 1:06:19 PM UTC-6, Mark S. wrote:
>
> I've now tested in two FF browsers and one Chrome browser on Win 7. Also 
> one FF browser on Linux Mint.
>
> On none of these does the embedded video for Introducing TiddlyDesktop 
> Video or any other video I checked show up.
>
> The same video does play if the url is taken and pasted into a browser 
> window. So it's not a missing codec or player.
>
> I'm thinking it might have something to do with an  inside of a an 
> , but don't really know.
>
> Anyone else having this problem?
>
> Thanks!
> Mark
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/9386d4f5-7cde-404f-ae8a-352f69aae011%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.