ecency / render-helper

Render helper for Ecency social apps, markdown2html and markdown2amp. Package name @ecency/render-helper
https://ecency.com
MIT License
3 stars 9 forks source link

[BUG] Dtube video play issues #34

Closed noumantahir closed 2 years ago

noumantahir commented 2 years ago

A user reported issue with dtube video play on mobile app Screenshot 2022-02-08 at 6 30 10 PM .

noumantahir commented 2 years ago

After running a bunch of experiments and tests, it seems normal dtube videos are working fine, the dtube video that did not play well was also not playing on dtube official website... like to that video is this....https://d.tube/#!/v/scottcbusiness/g04n2bbp

Screenshots below show comparisons

Screenshot 2022-02-08 at 6 20 58 PM

Screenshot 2022-02-08 at 6 19 00 PM

noumantahir commented 2 years ago

The related issue however is that ecency-vision is not converting the d.tube links into anchors... @feruzm can verify if the d.tube are supposed to be converted into one or content creators are responsible for doing that themselves...?

reference link https://ecency.com/dtube/@demo.com/dtube-video-test

post raw content (body)

dtube video test....

https://d.tube/#!/v/techcoderx/QmVdEYicJwiTxSk2U9ER1Yc8Rumb1Nek4KynqAYGyQs7ga

https://d.tube/#!/v/scottcbusiness/g04n2bbp

<a href="https://d.tube/#!/v/techcoderx/QmVdEYicJwiTxSk2U9ER1Yc8Rumb1Nek4KynqAYGyQs7ga" title="This link will take you away from steemit.com"><img src="https://images.ecency.com/640x0/https://ipfs.io/ipfs/QmPhb9HA1gASFiNAUPFqMdSidTAj17L5SSoV3zbXUx8M7t"></a>
feruzm commented 2 years ago

@noumantahir, render helper suppose to convert that into embed form, perhaps there is bug.

Dtube does offer/embed youtube videos as well, but they had their own ipfs video hosting, those embeds might be failing... we need to check render-helper as well as test different scenarios.