Comments on: MythTV Transcoding (5): HTML5 Playback in MythWeb http://blog.gorwits.me.uk/2011/11/17/mythtv-transcoding-5-html5-playback-in-mythweb/?utm_source=rss&utm_medium=rss&utm_campaign=mythtv-transcoding-5-html5-playback-in-mythweb by Oliver Gorwits Sun, 29 Dec 2013 17:47:01 +0000 hourly 1 http://wordpress.org/?v=3.6.1 By: Oliver Gorwits http://blog.gorwits.me.uk/2011/11/17/mythtv-transcoding-5-html5-playback-in-mythweb/#comment-71 Oliver Gorwits Wed, 01 Feb 2012 16:03:13 +0000 http://blog.gorwits.me.uk/?p=698#comment-71 Nice suggestion, many thanks!

]]>
By: firl http://blog.gorwits.me.uk/2011/11/17/mythtv-transcoding-5-html5-playback-in-mythweb/#comment-69 firl Mon, 30 Jan 2012 22:56:56 +0000 http://blog.gorwits.me.uk/?p=698#comment-69 apparently the form doesn’t like encoding the text for display purposes.

Anyways
“php echo $program->filename” is what I was referring to

]]>
By: firl http://blog.gorwits.me.uk/2011/11/17/mythtv-transcoding-5-html5-playback-in-mythweb/#comment-68 firl Mon, 30 Jan 2012 22:55:19 +0000 http://blog.gorwits.me.uk/?p=698#comment-68 Hey, thanks for your write ups, they helped me get what I needed to get done.

since mine is on a mac, I used handbrake cli, however I Didn’t like the generic name that I was using during my post job transcoding and while looking through the code, I was just going to say that, this code seems to be a little better

<source
src="/h264xcode/filename ?>”>
Your browser does not support the video tag.

because it works off of the filename, instead of creating the filename by aggregating the properties.

]]>
By: Oliver Gorwits http://blog.gorwits.me.uk/2011/11/17/mythtv-transcoding-5-html5-playback-in-mythweb/#comment-67 Oliver Gorwits Mon, 30 Jan 2012 18:43:15 +0000 http://blog.gorwits.me.uk/?p=698#comment-67 Hi Bill,

My intention was to replace the flowplayer with the HTML5 player, but I must confess only to testing it on Mac/Chrome and I believe various elements on the page are conditional on the browser platform.

You can of course insert the HTML5 video tag anywhere convenient on any page in MythWeb, so long as its file link is correct.

regards,
oliver.

]]>
By: bill http://blog.gorwits.me.uk/2011/11/17/mythtv-transcoding-5-html5-playback-in-mythweb/#comment-65 bill Sat, 28 Jan 2012 23:55:19 +0000 http://blog.gorwits.me.uk/?p=698#comment-65 Hi,
Thanks for this. Was easy to follow along.
Can’t seem to get the html5 player to work in the last step though.
Question:
What version Mythtv and Mythweb were you working with?
Seems like in the latest Mythweb retrieved from git, the code
in modules/tv/tmpl/default/detail.php may be a little different?
At least the copy I have here, there is no line 791.
Am able to find the two lines comprising the Direct Download hyperlink
(I think) but when I replace them with the 5 lines of php code it doesn’t seem to work.
I’m guessing the expected behaviour would be both a flash flowplayer window, and the html5 based player window? Or am I misinterpreting what your trying to accomplish?

]]>