Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#1 2011-03-27 22:34:28

Vienuolis
Member
From: Vilnius, Lithuania
Registered: 2009-06-14
Posts: 317
Website GitHub GitLab Mastodon Twitter

Media player

What is the best practice dealing with media content – audio, video clips, and playlists – by Textpattern? Should I upgrade to HTML5, downgrade to some flash player? The issue arose when cfm_videoplayer v0.2.10 stopped working after Textpattern upgrade to v4.4.0.

Offline

#2 2011-03-28 01:47:50

whaleen
Member
From: Portland
Registered: 2006-05-11
Posts: 373
Website

Re: Media player

Should I upgrade to HTML5, downgrade to some flash player?

Maybe both.


txtstrap (Textpattern + Twitter Bootstrap + etc…)

Offline

#3 2011-03-28 04:18:06

maruchan
Member
From: Ukiah, California
Registered: 2010-06-12
Posts: 596
Website

Re: Media player

What is the best practice dealing with media content – audio, video clips, and playlists – by Textpattern? Should I upgrade to HTML5, downgrade to some flash player? The issue arose when cfm_videoplayer v0.2.10 stopped working after Textpattern upgrade to v4.4.0.

How did your old setup work? I’m not familiar with the plugin. I don’t understand if you’re looking for a replacement for the capabilities of the plugin, or a recommendation for a media streaming technology.

Last edited by maruchan (2011-03-28 04:18:30)

Offline

#4 2011-03-28 07:23:52

Vienuolis
Member
From: Vilnius, Lithuania
Registered: 2009-06-14
Posts: 317
Website GitHub GitLab Mastodon Twitter

Re: Media player

maruchan wrote:

How did your old setup work?

Worked perfectly.

I’m not familiar with the plugin.

cfm_videoplayer is a plugin of Longtail Video JW Player for Textpattern.

I don’t understand if you’re looking for a replacement for the capabilities of the plugin, or a recommendation for a media streaming technology.

The plugin looks abandoned, leaving media assets mostly inaccessible on a website. So I am looking for another solution adapting the same TxP custom field ‘Audio/video ID or URL:’ for not HTML-savvy publishers, too.

Last edited by Vienuolis (2011-03-28 07:41:01)

Offline

#5 2011-05-04 18:17:41

castanet
Member
From: Oxford
Registered: 2005-03-19
Posts: 97

Re: Media player

Thought I might revive this thread as someone has just asked me to add audio files to their Txp site. Any suggestions?

Offline

#6 2011-05-04 19:15:55

els
Moderator
From: The Netherlands
Registered: 2004-06-06
Posts: 7,458

Re: Media player

jnm_audio is working fine in 4.4.0. If you want to use a custom field, you can do something like this:

<txp:if_custom_field name="file_id">
<txp:jnm_audio fileid='<txp:custom_field name="file_id" />' />
</txp:if_custom_field>

You only need to put the audio file’s id in the custom field.

Offline

Board footer

Powered by FluxBB