Can you add Livestream support for own3d.tv ? I try to add "http://www.own3d.tv/live/6416". But i get a error "Unable to handle the provided embed string or URL."

Comments

dragonwize’s picture

Yes, live stream support is on the way.

GDrupal’s picture

Assigned: Unassigned » GDrupal
Status: Active » Needs review

@dragonwize, @Niklas Fiekas : I have already committed this feature.. you can double check it.

dragonwize’s picture

Status: Needs review » Needs work

Not working.

One is is that in your regex you are requiring an ending slash which may or may not be there. Should have a ? added to the / at the end.

Something else is wrong though as well as even with the slash it doesn't seem to work so it is probably in the validation function or the stream wrapper.

GDrupal’s picture

I will test it further... was working ok in my environment with the embed code and the default url (seo friendly) from own3d.

dragonwize’s picture

Well I think the second part was my fault.

Looks like after patching the issue with the ending /, everything seems good. Will have others test.

dragonwize’s picture

The URL display format is still not working for both live and videos.

Streaming is currently linking to: http://own3d.tv/?live=1&video=136253
Streaming should be : http://www.own3d.tv/live/{id}

Videos is currently linking to: http://own3d.tv/?video=581481
Videos should be : http://www.own3d.tv/video/{id}

GDrupal’s picture

That's strange indeed! let me check it further tonight in a few hours (making dinner right now). The url format is missing from the beginning in fact... so I will work on that.

GDrupal’s picture

Status: Needs work » Needs review

The URL display format seems to be working, I will review it further.