Posted March 20Mar 20 Hi,I have a Database that has a Youtube-type field that usually works fine when a regular video is added. However, when a "/live/" video is set, the embed stops working, as it displays an URL not ready to be embed.The result:/live/ should be replaced with /embed/Can you have a look please?
March 20Mar 20 How is this embed working? It looks like you're using a custom database field to build a template. Which would mean customization is with yourself to perform, I'm afraid. Please let us know how this is done.
March 20Mar 20 Author 4 minutes ago, Jim M said:How is this embed working? It looks like you're using a custom database field to build a template. Which would mean customization is with yourself to perform, I'm afraid. Please let us know how this is done.Hi Jim,This is a Youtube type field:Which auto embeds the content. I don't do anything, I only call |raw: It works great with regular videos, but not with "live" videos. It's easy to fix (I guess, from your end), just replace "live" with "embed", and it works.What do you think?
March 20Mar 20 You'll want to paste the YouTube URL. E.g., here's timthetatman's live video: https://www.youtube.com/watch?v=f_3E1hvUqxAWhen I post the YouTube URL, rather than the "live" URL. It embeds per normal:
March 20Mar 20 Author 32 minutes ago, Jim M said:You'll want to paste the YouTube URL. E.g., here's timthetatman's live video: https://www.youtube.com/watch?v=f_3E1hvUqxAWhen I post the YouTube URL, rather than the "live" URL. It embeds per normal:Okay, I managed to explain the user to find that kind of url. A bit tricky to someone not very tech, but explained!Thanks!