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."
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
Comment #1
dragonwize commentedYes, live stream support is on the way.
Comment #2
GDrupal commented@dragonwize, @Niklas Fiekas : I have already committed this feature.. you can double check it.
Comment #3
dragonwize commentedNot 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.
Comment #4
GDrupal commentedI will test it further... was working ok in my environment with the embed code and the default url (seo friendly) from own3d.
Comment #5
dragonwize commentedWell I think the second part was my fault.
Looks like after patching the issue with the ending /, everything seems good. Will have others test.
Comment #6
dragonwize commentedThe 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}
Comment #7
GDrupal commentedThat'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.
Comment #8
GDrupal commentedThe URL display format seems to be working, I will review it further.