subscribe: true ???
Forum user: Andre Reiter
Basic information
| Registered | Feb 13, 2009 |
| Last login | Jan 12, 2012 |
| Forum posts | 19 |
| Direct URL | http://www.flowplayer.org/forum/users/8334 |
Latest forum posts
@Ansii
There is an Akamai Media Framework for Adobe Flash AS3
http://www.akamai.com/html/forms/media_framework2.html?campaign_id=AANA-TXXDH
so it can not be that complicated to implement the Token Authentication for Akamai Live Streams, right?
what do you think?
There is an Akamai Media Framework for Adobe Flash AS3
http://www.akamai.com/html/forms/media_framework2.html?campaign_id=AANA-TXXDH
so it can not be that complicated to implement the Token Authentication for Akamai Live Streams, right?
what do you think?
cool, with the version 3.1.1 the player does suppert the external configuration
no xml, json only... anyway the format does not matter... :-)
thanks for that!!!
no xml, json only... anyway the format does not matter... :-)
thanks for that!!!
Hi Wojjie,
very nice feature... seams to work very well!
It's a pity, that this patch did not find a way into the 3.1.0 release...
unfortunately its not working together with an other nice featurehttp://flowplayer.org/forum/7/15909, which is actually not officially supported
if i define the playlist over a rss url, it does not work
i'm new to the AS programming, anyway i'll try to find the reason, why its not working...
regards
[Edit]
ok, i've found the solution for this patch, now it works with the RSS lists. after applying the patch, i commented out this two lines in the ConfigLoader.as:
changed patch:http://andiger.homelinux.org/XMLPatch-3.1.0-dev.diff
now it works fine with rss
very nice feature... seams to work very well!
It's a pity, that this patch did not find a way into the 3.1.0 release...
unfortunately its not working together with an other nice featurehttp://flowplayer.org/forum/7/15909, which is actually not officially supported
if i define the playlist over a rss url, it does not work
i'm new to the AS programming, anyway i'll try to find the reason, why its not working...
regards
[Edit]
ok, i've found the solution for this patch, now it works with the RSS lists. after applying the patch, i commented out this two lines in the ConfigLoader.as:
// }else if ( forceArray.indexOf(prefix+cname) > -1 ){
// o[cname] = [val];
changed patch:http://andiger.homelinux.org/XMLPatch-3.1.0-dev.diff
now it works fine with rss
hi,
so when is the RSS support going to be released officially?
regards
andre
so when is the RSS support going to be released officially?
regards
andre
hi
now the version 3.1 is out, the rss list seams to work, but what is about the javascript plugin for the playlist?
is it going to however support the rss playlist
regards
now the version 3.1 is out, the rss list seams to work, but what is about the javascript plugin for the playlist?
is it going to however support the rss playlist
regards
sorry guys
what is necessary, to get an answer?
however, the stable release is scheduled to 15.april
can i assume, that the javascript playlist plugin will also be available and supports RSS list?
regards
what is necessary, to get an answer?
however, the stable release is scheduled to 15.april
can i assume, that the javascript playlist plugin will also be available and supports RSS list?
regards
i was studying the source code of the javascript playlist plugin, and i guess it won't work this way with the RSS playlist.
i would try to modify the plugin, to work with the RSS list, but I don't see a way to access the values of the RSS items over the javascript API, needed is at least the url, but title and other fields would be great
calling the java script method "getPlaylist()" on the flowplayer returns the array of characters from the RSS URL, so not really helpfull...
is there a way to access the items of RSS however?
except for the playlist, the functionality of RSS is fine, so the list can be played, and the "next" and "previous" buttons work fine. but actually a user have to see the whole list, scroll and jump to every item directly
best regards
andre
jabber:a.reiter@jabber.org
ICQ: 85763074
BTW:
my test page is either
http://walotje.homelinux.org:8080/~andre/fp/test.html
or
http://andiger.homelinux.org:8080/~andre/fp/test.html
depends on my actual location :-)
i would try to modify the plugin, to work with the RSS list, but I don't see a way to access the values of the RSS items over the javascript API, needed is at least the url, but title and other fields would be great
calling the java script method "getPlaylist()" on the flowplayer returns the array of characters from the RSS URL, so not really helpfull...
is there a way to access the items of RSS however?
except for the playlist, the functionality of RSS is fine, so the list can be played, and the "next" and "previous" buttons work fine. but actually a user have to see the whole list, scroll and jump to every item directly
best regards
andre
jabber:a.reiter@jabber.org
ICQ: 85763074
BTW:
my test page is either
http://walotje.homelinux.org:8080/~andre/fp/test.html
or
http://andiger.homelinux.org:8080/~andre/fp/test.html
depends on my actual location :-)
Hi Ansii
I just can not get the rss playlist work with the javascript plugin for the playlist :-(
here es my tryhttp://walotje.homelinux.org:8080/~andre/fp/test.html
it does not look like one expects ;-)
strange thing is, that an rss item like this:
<item>
<title>MP4 test marc webber</title>
<description>marc webber bla bla</description>
<media:credit role="author">ein author</media:credit>
<media:content url="/~andre/test.mp4" type="video/mp4" duration="233"/>
</item>
does not show the video, the sound ist fine, but the player does not show anything
if i change the rss item to use only local names without namespace:
<item>
<title>MP4 test marc webber</title>
<description>marc webber bla bla</description>
<credit role="author">ein author</credit>
<content url="/~andre/test.mp4" type="video/mp4" duration="233"/>
</item>
it works fine
do you have an example for the integration?
I just can not get the rss playlist work with the javascript plugin for the playlist :-(
here es my tryhttp://walotje.homelinux.org:8080/~andre/fp/test.html
it does not look like one expects ;-)
strange thing is, that an rss item like this:
<item>
<title>MP4 test marc webber</title>
<description>marc webber bla bla</description>
<media:credit role="author">ein author</media:credit>
<media:content url="/~andre/test.mp4" type="video/mp4" duration="233"/>
</item>
does not show the video, the sound ist fine, but the player does not show anything
if i change the rss item to use only local names without namespace:
<item>
<title>MP4 test marc webber</title>
<description>marc webber bla bla</description>
<credit role="author">ein author</credit>
<content url="/~andre/test.mp4" type="video/mp4" duration="233"/>
</item>
it works fine
do you have an example for the integration?
hi Anssi
> RSS playlist support will be in 3.1.0 (late March). It's already implemented.
is there a way to get the 3.1.0 version for testing purposes? I need the feature with the RSS playlist
may be a svn readonly access?
i don't mind to get a BETA or even ALPHA version
> RSS playlist support will be in 3.1.0 (late March). It's already implemented.
is there a way to get the 3.1.0 version for testing purposes? I need the feature with the RSS playlist
may be a svn readonly access?
i don't mind to get a BETA or even ALPHA version
when is the 3.1.0 going to be released?
I need the rss feature! :-)
I need the rss feature! :-)
come on guys,
no one, who does know abot that question?
no one, who does know abot that question?
Hi folks
is it possible to however register a listener for the exit event.
i would like to make a request over sendToURL(), if the user closes the browser or navigates to another page or what ever...
important is to inform a server over sendToURL() about the closing/ending/aborting the player...
is it possible at all?
regards
andre
is it possible to however register a listener for the exit event.
i would like to make a request over sendToURL(), if the user closes the browser or navigates to another page or what ever...
important is to inform a server over sendToURL() about the closing/ending/aborting the player...
is it possible at all?
regards
andre