Needs review
Project:
Media: BlipTV
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
13 Feb 2011 at 10:46 UTC
Updated:
16 Mar 2012 at 22:18 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
likewhoa commentedsubscribing.
Comment #2
Anonymous (not verified) commentedThe clip doesn't appear except the id number any help thank you
Comment #3
kreynen commented@aaron We just updated media_archive yesterday using a lookup and store function that will work for blip.tv as well. I have a working version for D7 I can commit.
Comment #4
Anonymous (not verified) commentedsubscribing
Comment #5
jjkiesch commentedI would love to help on this if there is any way I can. I am looking at the YouTube implementation to see if there is anything from there I could use and start moving this forward.
Comment #6
Rob_Feature commentedDarn, this module is my D7 migration blocker. Any word on what needs to be done here? So far aaron is silent on this one....
Comment #7
JamesSharpe commentedI've done most of the work needed to do this, based off the youtube module. The only thing I haven't really done properly is the thumbnails and video sizes; I've hardcoded the sizes for my purposes.
The thumbnails require a patch to Media to support namespaces in rss feeds; which I posted a bug report about.
Comment #8
Anonymous (not verified) commentedDid it work for you
Comment #9
theunraveler commentedHere is a patch of #7 + some bugfixes and more verbose commenting. It should apply cleanly to the 7.x-1.x branch.
Comment #10
johnalbinI rerolled #9 with very slight code style clean-up and removal of the d.o. .info file timestamp.
Comment #11
xandeadx commentedsubscr
Comment #12
kreynen commentedJust to keep the issues connected, the issue @JamesSharpe referred to is #1116212: Support for xml namespaces
It has been pushed to the Media 2.x branch, but wasn't included in @tsvenson's #1241564: [meta] Proposal for features needed for a full 2.0 release of the Media module
Comment #13
kreynen commentedThe current patches needed a lot more work to get on par with media_youtube. Instead I started with a media_youtube as of AUG-3 and and added the BlipTV changes again. I've committed this to a sandbox project rather than continue to work patches that basically a rewrite of the entire module.
http://drupal.org/sandbox/kreynen/1215272
I haven't tested everything, but the core functions work. Add URL, get video and thumbnail. I did find that delete had the same issue as media_youtube with media-beta5 #1235852: The file was not deleted due to an error.
Comment #14
rob c commentedSubscribe, i will test this module on my media setup asap and provide feedback.
Comment #15
DeadSuperHero commentedWould love to test this once it gets a bit more stable.
Comment #16
Anonymous (not verified) commentedCan anyone tell me how to use the patch
Comment #17
d.cox commented#13 Seems to be working well on desktops PC and Mac, but the embed code is not working on iphone or android devices. Where would one look to correct this?
Comment #18
jseiden commentedThe problem I am encountering with this module is that urls from BlipTV are not being accepted. This issue seems to have been caused by BlipTV changing its video urls to include the titles of the videos. Many people have posted about this issue for D6 (http://drupal.org/node/1160234) and there are some patches. Those patches won't help me since I'm working with D7. Does anyone know how to solve this issue for D7?
Any help or advice would be greatly appreciated!
Comment #19
kreynen commentedI've committed the version of media_blipv we've been using with media_feeds on http://accessvision.tv for several months. I've also exposed the dev snapshot.
I haven't been using Blip as a provider to manually add media to a field or with the WYSIWYG integration, so it's possible there are still issues with that.
PLEASE... if you find an issue with the D7 branch of media_blip, open a new issue and be as specific as possible with the steps to reproduce the problem.
Comment #20
rob c commentedI've tested it and it almost works. At least:
- adding blip.tv media via the media add button on node add/edit works.
- playing blip.tv media from menu > content > media > click media name works.
It does not work on the node view (most of the times it does not) and the same goes for views for some reason.
I get a white block on the node view where the player should be, but looks like your getting close! No errors in the logs.
When i check the source of the page where the video is Not working (some node with a blip.tv video) i notice that it looks like the formatting is youtube-style:
while the page i visit from menu > content > media > 'click media title' works and renders the iframe with the player.
I currently use:
- media 1.x dev
- media 1.x youtube dev
- media 1.x blip.tv dev
my bet is confirmed now. Check out file includes/themes/media_bliptv.theme.inc and check the embed.
/v/ should be /play/
patch is next.
Comment #21
rob c commentedI hope the patch is ok, first one since a while.
Comment #22
rob c commentedLets try that again (forgot to change the param)
Comment #23
Anonymous (not verified) commentedam getting an error with Internet Explorer
Comment #24
ultimateironfox commentedAlso getting an error with Internet Explorer. Doesn't work, and it seems the full screen button doesn't work either.