[jira] [Updated] (TS-3282) mp4 streaming plugin

2015-06-12 Thread Phil Sorber (JIRA)

 [ 
https://issues.apache.org/jira/browse/TS-3282?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Phil Sorber updated TS-3282:

Assignee: (was: Leif Hedstrom)

 mp4 streaming plugin
 

 Key: TS-3282
 URL: https://issues.apache.org/jira/browse/TS-3282
 Project: Traffic Server
  Issue Type: New Feature
  Components: Plugins
Reporter: portl4t
 Fix For: 6.0.0

 Attachments: 0001-mp4-streaming-plugin.patch


 This module provides streaming media server support for MP4 files. User can 
 send a HTTP request to the server with `start` argument which is measured in 
 seconds, and the server will respond with the stream such that its start 
 position corresponds to the requested time, for example:
 {code}
 http://v.foo.com/dota2.mp4?start=290.12
 {code}
 This allows performing a random seeking at any time. We can use flash player, 
 vlc, mplayer, firefox or chrome to play the streaming media.
 Now this module can be accessed from https://github.com/portl4t/ts-mp4, I'd 
 like to add this module to the master.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (TS-3282) mp4 streaming plugin

2015-01-09 Thread portl4t (JIRA)

 [ 
https://issues.apache.org/jira/browse/TS-3282?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

portl4t updated TS-3282:

Attachment: (was: 0001-mp4-streaming-plugin.patch)

 mp4 streaming plugin
 

 Key: TS-3282
 URL: https://issues.apache.org/jira/browse/TS-3282
 Project: Traffic Server
  Issue Type: New Feature
  Components: Plugins
Reporter: portl4t
 Fix For: 5.3.0


 This module provides streaming media server support for MP4 files. User can 
 send a HTTP request to the server with `start` argument which is measured in 
 seconds, and the server will respond with the stream such that its start 
 position corresponds to the requested time, for example:
 {code}
 http://v.foo.com/dota2.mp4?start=290.12
 {code}
 This allows performing a random seeking at any time. We can use flash player, 
 vlc, mplayer, firefox or chrome to play the streaming media.
 Now this module can be accessed from https://github.com/portl4t/ts-mp4, I'd 
 like to add this module to the master.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (TS-3282) mp4 streaming plugin

2015-01-09 Thread portl4t (JIRA)

 [ 
https://issues.apache.org/jira/browse/TS-3282?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

portl4t updated TS-3282:

Attachment: 0001-mp4-streaming-plugin.patch

refine the fomart

 mp4 streaming plugin
 

 Key: TS-3282
 URL: https://issues.apache.org/jira/browse/TS-3282
 Project: Traffic Server
  Issue Type: New Feature
  Components: Plugins
Reporter: portl4t
 Fix For: 5.3.0

 Attachments: 0001-mp4-streaming-plugin.patch


 This module provides streaming media server support for MP4 files. User can 
 send a HTTP request to the server with `start` argument which is measured in 
 seconds, and the server will respond with the stream such that its start 
 position corresponds to the requested time, for example:
 {code}
 http://v.foo.com/dota2.mp4?start=290.12
 {code}
 This allows performing a random seeking at any time. We can use flash player, 
 vlc, mplayer, firefox or chrome to play the streaming media.
 Now this module can be accessed from https://github.com/portl4t/ts-mp4, I'd 
 like to add this module to the master.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (TS-3282) mp4 streaming plugin

2015-01-08 Thread Leif Hedstrom (JIRA)

 [ 
https://issues.apache.org/jira/browse/TS-3282?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Leif Hedstrom updated TS-3282:
--
Fix Version/s: 5.3.0

 mp4 streaming plugin
 

 Key: TS-3282
 URL: https://issues.apache.org/jira/browse/TS-3282
 Project: Traffic Server
  Issue Type: New Feature
  Components: Plugins
Reporter: portl4t
 Fix For: 5.3.0

 Attachments: 0001-mp4-streaming-plugin.patch


 This module provides streaming media server support for MP4 files. User can 
 send a HTTP request to the server with `start` argument which is measured in 
 seconds, and the server will respond with the stream such that its start 
 position corresponds to the requested time, for example:
 {code}
 http://v.foo.com/dota2.mp4?start=290.12
 {code}
 This allows performing a random seeking at any time. We can use flash player, 
 vlc, mplayer, firefox or chrome to play the streaming media.
 Now this module can be accessed from https://github.com/portl4t/ts-mp4, I'd 
 like to add this module to the master.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (TS-3282) mp4 streaming plugin

2015-01-08 Thread portl4t (JIRA)

 [ 
https://issues.apache.org/jira/browse/TS-3282?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

portl4t updated TS-3282:

Attachment: 0001-mp4-streaming-plugin.patch

 mp4 streaming plugin
 

 Key: TS-3282
 URL: https://issues.apache.org/jira/browse/TS-3282
 Project: Traffic Server
  Issue Type: New Feature
  Components: Plugins
Reporter: portl4t
 Attachments: 0001-mp4-streaming-plugin.patch


 This module provides streaming media server support for MP4 files. User can 
 send a HTTP request to the server with `start` argument which is measured in 
 seconds, and the server will respond with the stream such that its start 
 position corresponds to the requested time, for example:
 {code}
 http://v.foo.com/dota2.mp4?start=290.12
 {code}
 This allows performing a random seeking at any time. We can use flash player, 
 vlc, mplayer, firefox or chrome to play the streaming media.
 Now this module can be accessed from https://github.com/portl4t/ts-mp4, I'd 
 like to add this module to the master.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)