Issue Details (XML | Word | Printable)

Key: MEDIA-132
Type: Improvement Improvement
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Fabrizio Giustina
Reporter: Fabrizio Giustina
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Simplemedia for Magnolia CMS

Support rmtp streaming in the media:media tag and in the admin interface

Created: 30/Apr/10 12:50   Updated: 02/May/10 11:13   Resolved: 02/May/10 11:13
Component/s: None
Affects Version/s: None
Fix Version/s: 4.2


 Description  « Hide

At the moment the code generated for jwplayer does not work in case of streamed flv (external videos), we should fix it according to the required in:
http://www.longtailvideo.com/support/jw-player-setup-wizard?example=204



Fabrizio Giustina added a comment - 01/May/10 15:39

reopening for a check/cleanup before considering the issue fixed, I see several places in the patch where the check for rtpm/rtmpt is duplicated without reason:

[#if url?starts_with('rtmp')]
    [#assign url = "${media.previewUrl}"]
  [#elseif url?starts_with('rtmpt')]
    [#assign url = "${media.previewUrl}"]

(rtmpt starts with rtmp so all the check for rtmpt are never called... plus we should check for "rtmp:" and "rtmpt:", it's better if we don't want to make rtmp a private keyword when naming local files...)


Fabrizio Giustina added a comment - 02/May/10 11:13

done